Your file permissions 775 might have something to do with this. The folder permissions should be 755.
Set the update channel to "Default", it should be finding the next update in the 5.x series.
I think you're not finding any error logs because Error Reporting is set to "none". This should be set to "default".
You may need to set error reporting through your server settings (php.ini for instance) the values might vary slightly depending on how you can set up PHP settings in your web host control panel - also see https://www.php.net/manual/en/errorfunc ... -reporting.
If you want to (temporarily) see PHP errors on screen, set "Display Errors" to "On". (again, this could be setup in your web host or refer to https://www.php.net/manual/en/errorfunc ... lay-errors for more)
Also using the PHP debug function may reveal some further clues - set "Debug" to "On" as well in the Joomla global configuration.
I would also update PHP to the recommended version 8.3 or higher. Your FPA indicates it is 8.2 which is fine, but probably better to be on the Recommended rather than minimum setting.
Set the update channel to "Default", it should be finding the next update in the 5.x series.
I think you're not finding any error logs because Error Reporting is set to "none". This should be set to "default".
You may need to set error reporting through your server settings (php.ini for instance) the values might vary slightly depending on how you can set up PHP settings in your web host control panel - also see https://www.php.net/manual/en/errorfunc ... -reporting.
If you want to (temporarily) see PHP errors on screen, set "Display Errors" to "On". (again, this could be setup in your web host or refer to https://www.php.net/manual/en/errorfunc ... lay-errors for more)
Also using the PHP debug function may reveal some further clues - set "Debug" to "On" as well in the Joomla global configuration.
I would also update PHP to the recommended version 8.3 or higher. Your FPA indicates it is 8.2 which is fine, but probably better to be on the Recommended rather than minimum setting.
Statistics: Posted by AMurray — Tue Mar 04, 2025 9:34 pm