Loading...

cwjordan

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: License key error on free version #10005001
    cwjordan
    Participant

    I saw the same error after upgrading from version 2.0.21. That broke my login screen so I rolled back to that version.

    in reply to: Admin connection failed #10004267
    cwjordan
    Participant

    In 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.

    in reply to: Admin connection failed #10004266
    cwjordan
    Participant

    I 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.

    cwjordan
    Participant

    I’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.

Viewing 4 posts - 1 through 4 (of 4 total)