mlanc
1
Today I manually updated to version 3.7.0.
I saved the config.php file, then uploaded the entire contents of the LISTS folder via FTP.
Then I put the config.php file back online.
The .htaccess file in the root folder was not modified.
When I try to access the login page, I get a 500 server error.
Any ideas?
Thanks
Gerard
2
Your error log will be able to tell you more than strangers on the internet.
If properly setup your server should generate an error message in your error logs when a 500 SERVER ERROR is generated.
mlanc
3
The server’s hosting service log does not provide any additional information.
It only shows the message text: SERVER ERROR 500
Gerard
4
And of course you’ve turned logging on in the config file?
Right?
mlanc
5
PHPLIST is installed on a Linux hosting service.
We do not have access to the server, but we do have a PLESK control panel.
From this control panel, we can access the web service log file, but we cannot change the log verbosity settings.
@mlanc Try enabling error reporting in phplist. In file admin/init.php change
error_reporting(0);
to
error_reporting(-1);
1 Like