End of Support for Joomla 3 - Forum closed
installation template
- Gianfranco
- Offline Topic Author
- Junior Boarder
- Posts: 20
- Thank you received: 0
Hi, can I unzip the file and install it?
by Gianfranco
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Hi there,
yes it is the file site of 2MB, thats to less
www.joomlaplates.com/support/documentati...-installation-issues
And you cant unzip or upload the theme files. The theme must be installed via Joomla.
yes it is the file site of 2MB, thats to less
www.joomlaplates.com/support/documentati...-installation-issues
And you cant unzip or upload the theme files. The theme must be installed via Joomla.
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
- Gianfranco
- Offline Topic Author
- Junior Boarder
- Posts: 20
- Thank you received: 0
Hello, I took a step forward, now the php.ini file has the following values:
post_max_size = 22M
upload_max_filesize = 22M
max_execution_time = 600
memory_limit = 128M
now the following warning appears
Caution
JInstaller:: Install: The XML setup file could not be found
Gianfranco
post_max_size = 22M
upload_max_filesize = 22M
max_execution_time = 600
memory_limit = 128M
now the following warning appears
Caution
JInstaller:: Install: The XML setup file could not be found
Gianfranco
by Gianfranco
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
The Joomla error messages during installation are sometimes misleading. e.g. Joomla claims that it is unable to find the installation xml package, when it actually wasn't uploaded completely due to the PHP Maximum Upload Size limit.
Please check your php settings like this:
1:) Create a test.php file with following content
2.) Now go to your domain >> xxx.com/test.php and check the settings you changed<?php
phpinfo();
?>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:6 years 7 months ago
by joomlaplates
Last edit: 6 years 7 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
- Gianfranco
- Offline Topic Author
- Junior Boarder
- Posts: 20
- Thank you received: 0
Hello, thanks for your patience.
there is a lot of data, I have extrapolated a part of the test
internal_encoding no value no value
log_errors On On
log_errors_max_len 1024 1024
mail.add_x_header On On
mail.force_extra_parameters no value no value
mail.log no value no value
max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 128M 128M
open_basedir no value no value
output_buffering 4096 4096
output_encoding no value no value
output_handler no value no value
post_max_size 22M 22M
precision 14 14
Gianfranco
there is a lot of data, I have extrapolated a part of the test
internal_encoding no value no value
log_errors On On
log_errors_max_len 1024 1024
mail.add_x_header On On
mail.force_extra_parameters no value no value
mail.log no value no value
max_execution_time 600 600
max_file_uploads 20 20
max_input_nesting_level 64 64
max_input_time 60 60
max_input_vars 1000 1000
memory_limit 128M 128M
open_basedir no value no value
output_buffering 4096 4096
output_encoding no value no value
output_handler no value no value
post_max_size 22M 22M
precision 14 14
Gianfranco
Last Edit:6 years 7 months ago
by Gianfranco
Last edit: 6 years 7 months ago by Gianfranco.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates