I have version Version 1.8.3.1
I have a page where I changed it from public to password protected. When Participants Database is active I can not get into the page, it just cycles through to the same password request.
I tried to debug what was going on with the following.
wp_config.php
define(‘WP_DEBUG’, true);
define(‘WP_DEBUG_LOG’, true);
Here is what I got out of the log file.
[15-Nov-2018 06:09:48 America/Chicago] PHP Warning: session_start(): Cannot start session when headers already sent in /home/naplesla/public_html/wp-content/plugins/participants-database/vendor/wp-session-manager/wp-session-manager.php on line 46
When I deactivate the plugin I can get right into the page.
Thanks Dale…