Forum Replies Created
-
AuthorPosts
-
cwjordan
ParticipantI saw the same error after upgrading from version 2.0.21. That broke my login screen so I rolled back to that version.
cwjordan
ParticipantIn fact, if I change line 945 of pie-register.php in version 2.0.20 from:
`wp_set_auth_cookie( $user->ID, $creds[‘remember’], $piereg_secure_cookie );
`to
wp_set_auth_cookie( $user->ID, $creds['remember'] );
then I can log in and go to the admin page okay, without the redirect problem. So does appear to be something with SSL.
cwjordan
ParticipantI am seeing the same symptoms as freddela when I try to upgrade from version 2.0.17 to 2.0.20 (in a development environment). I have briefly tried 2.0.18 and 2.0.19 and could not reproduce the problem there, so I amy upgrade to 2.0.19 instead for now. I do have “define(‘FORCE_SSL_ADMIN’, true);” set in my wp-config.php file, but removing that doesn’t fix the problem.
April 28, 2014 at 2:02 am in reply to: Server is down please try again later – General Settigs #10002220cwjordan
ParticipantI’m getting the same error message when I tried to save General Settings after upgrading from version 1.31.3 to 2.0.7 on my test server running WordPress 3.9.
Looking in the code that error may mean it couldn’t contact the server to check the registration key?
It appears to be trying to contact:
http://achnawachna.com/PieRegisterService_new/requesthandler.ashx
which does not respond on port 80. Until that is working I cannot configure this version so I am going to revert back to version 1.31.3 for now.
-
AuthorPosts