So I installed Joomla 5, it went ok. Joomla! 5.1.0 Stable
Running PHP 8.1.27
php -i reports config values (examples)
memory_limit => 256M => 256M
sys_temp_dir => /var/www/tmp => /var/www/tmp
output_buffering => 0 => 0
post_max_size => 32M => 32M
But Joomla complains:
WarningThe PHP temporary folder is not set.
This folder is the folder that PHP uses to store an uploaded file before Joomla can access this file. Whilst the folder not being set isn't always a problem, if you are having issues with manifest files not being detected or uploaded files not being detected, setting this in your php.ini file might fix the issue.
WarningSmall PHP maximum POST size.
This is the maximum amount of data that can be sent via POST to the server. This includes form submissions for articles, media (images, videos) and extensions. This value is less than 16MB which may impact on uploading large extensions. This is set in the php.ini under post_max_size.
WarningMaximum PHP file upload size is too small.
The maximum file size for uploads is set to less than 16MB which may impact on uploading large extensions. This is set in php.ini in both the upload_max_filesize and post_max_size settings of your PHP settings (located in php.ini and/or .htaccess file). The value of post_max_size must be greater than the value of upload_max_filesize.
In system | System Information | PHP Settings, Joomla shows
PHP Settings
SettingValue
Upload Max Filesize2M
Post Max Size8M
Memory Limit128M
none of the above is true, so where is Joomla seeing this?
I am trying to upload a new template, but it will not let me citing the 2M Upload max filesize value (whihc is actually set to 30M in php.ini)
Also, joomla confirms that it's using the same php.ini that I checked for correct values (System Information | PHP Configuration):
Loaded Configuration File/etc/php.ini
Running PHP 8.1.27
php -i reports config values (examples)
memory_limit => 256M => 256M
sys_temp_dir => /var/www/tmp => /var/www/tmp
output_buffering => 0 => 0
post_max_size => 32M => 32M
But Joomla complains:
WarningThe PHP temporary folder is not set.
This folder is the folder that PHP uses to store an uploaded file before Joomla can access this file. Whilst the folder not being set isn't always a problem, if you are having issues with manifest files not being detected or uploaded files not being detected, setting this in your php.ini file might fix the issue.
WarningSmall PHP maximum POST size.
This is the maximum amount of data that can be sent via POST to the server. This includes form submissions for articles, media (images, videos) and extensions. This value is less than 16MB which may impact on uploading large extensions. This is set in the php.ini under post_max_size.
WarningMaximum PHP file upload size is too small.
The maximum file size for uploads is set to less than 16MB which may impact on uploading large extensions. This is set in php.ini in both the upload_max_filesize and post_max_size settings of your PHP settings (located in php.ini and/or .htaccess file). The value of post_max_size must be greater than the value of upload_max_filesize.
In system | System Information | PHP Settings, Joomla shows
PHP Settings
SettingValue
Upload Max Filesize2M
Post Max Size8M
Memory Limit128M
none of the above is true, so where is Joomla seeing this?
I am trying to upload a new template, but it will not let me citing the 2M Upload max filesize value (whihc is actually set to 30M in php.ini)
Also, joomla confirms that it's using the same php.ini that I checked for correct values (System Information | PHP Configuration):
Loaded Configuration File/etc/php.ini
Statistics: Posted by radiator8 — Sun May 19, 2024 10:07 pm