After updating from version 3.6.16 to version 3.7.0, a 500 SERVER ERROR occurs

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

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.

The server’s hosting service log does not provide any additional information.

It only shows the message text: SERVER ERROR 500

And of course you’ve turned logging on in the config file?

Right?

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