You’re not seeing the error that is causing the problem, that message is a warning, it wouldn’t cause a 500. You may need to take a look at the php error log to find the reason for the server error.
Make sure you are using the latest version of Participants Database.
There are no logged PHP error in the log folder for the site. The 500 error only affects /wp-admin. Once I change the plugins \participants-database folder name and deactivates it the /wp-admin works again.
I just installed the plugin today so I’m assuming it’s the latest version.
Thanks!
I’m sorry, I still don’t know what the problem is. The warning message doesn’t tell us what’s happening. The error log you need to see is not the server log, but specifically the php error log. You may need to ask your web host about that.
Does this help?
Notice: Undefined index: html_email in C:\Inetpub\VHosts\opensideproject.com\wwwroot\wp-content\plugins\participants-database\classes\PDb_Settings.class.php on line 52
Notice: Undefined index: receipt_from_name in C:\Inetpub\VHosts\opensideproject.com\wwwroot\wp-content\plugins\participants-database\participants-database.php on line 557
Notice: Undefined index: receipt_from_address in C:\Inetpub\VHosts\opensideproject.com\wwwroot\wp-content\plugins\participants-database\participants-database.php on line 557
Notice: The called constructor method for WP_Widget in EV_Widget_Entry_Views is deprecated since version 4.3.0! Use
__construct()
instead. in C:\Inetpub\VHosts\opensideproject.com\wwwroot\wp-includes\functions.php on line 3959
Warning: Invalid argument supplied for foreach() in C:\Inetpub\VHosts\opensideproject.com\wwwroot\wp-content\plugins\participants-database\classes\PDb_Settings.class.php on line 141
I have version 1.8.4.1 of Participants Database installed on WordPress version 5.0.2.
Thanks!
Weird I saw you released an update, and I updated the plugin.
While activating I go the same 500 error. Rather than renaming the plugin folder I removed the trailing query string from /plugins.php and navigated directly to it. The page loaded with the plugin activated. I was also able to click settings and the settings page loaded fine.
That may have worked with the previous version. I just hadn’t thought to try it.
Richard