Those are not the session time out settings. You set the Session time in the Joomla global configuration under "system" or "server" (I forget which)
Perhaps your host doesn't allow that method to change php_value max_execution_time 60 and
php_value max_input_time 30. Normally that would be done in PHP settings, through cPanel.
With the error 500, turn on the PHP Error Reporting and Debug options (also through your web host cPanel) or you can turn these on directly editing the configuration.php file (found in the Joomla directory), but first you have to switch the permissions to read-write (from read-only). ie. 644 from 444.
Perhaps your host doesn't allow that method to change php_value max_execution_time 60 and
php_value max_input_time 30. Normally that would be done in PHP settings, through cPanel.
With the error 500, turn on the PHP Error Reporting and Debug options (also through your web host cPanel) or you can turn these on directly editing the configuration.php file (found in the Joomla directory), but first you have to switch the permissions to read-write (from read-only). ie. 644 from 444.
Statistics: Posted by AMurray — Sat Dec 07, 2024 3:39 am