Thanks for the plugin. It started working great!! I was very happy. But now when I test it, the code appears, I put the correct code in, and it tells me that it is wrong and to try again.
I've tried re-installing it again, to no avail. I don't understand why it stopped working all of a sudden when I hadn't changed anything.
If it's like the Register Plus plug-in that uses Session variables to check the values.. you might need to add <?php session_start(); ?> as the first line in the /wp-login.php file.
My server doesn't start PHP sessions automatically so I have to make sure that statement is at the top of anything that uses sessions.
Hope it helps,
Mark H.
Brilliant MarkRH! That did the trick indeed. Thanks for your help - it makes sense but I wouldn't have come up with that myself. Thanks again.
Julie
remyroy
Member
Posted 2 years ago #
Hello,
I've just added a note in the documentation that the plugin requires PHP sessions to be enabled and properly configured. It should help people with the same problem.
Regards