Since you have access to your server, go to your control panel (or edit the php.ini of the site) and set these:To set these globally, the paths for you PHP version on Debian should be:But these are for global changes, if you run a control panel on your server it will be much easier to set your PHP settings there for the specific site. These changes are ONLY for development, do not do it on production. Also go to your Joomla backend Global Configuration -> Error Reporting and set it to either System Default (if you made the above changes) or Maximum.
Hopefully this will display the error on the blank page you get and also create an error_log file in your webroot.
EDIT: By the way, your directory permissions should be 755 and not 775. If you set them to 775 for a specific reason then all good.
Code:
error_log=/var/www/<path_to_your_site_webroot>/error_loglog_errors=ondisplay_errors=ondisplay_startup_errors=onerror_reporting=E_ALL
Code:
/etc/php/8.2/apache2/php.ini/etc/php/8.2/cgi/php.ini/etc/php/8.2/cli/php.ini/etc/php/8.2/fpm/php.ini/etc/php/8.2/phpdbg/php.ini
Hopefully this will display the error on the blank page you get and also create an error_log file in your webroot.
EDIT: By the way, your directory permissions should be 755 and not 775. If you set them to 775 for a specific reason then all good.
Statistics: Posted by eorisis — Thu Feb 22, 2024 12:27 pm