Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

OpenID login throws error 404

Domos123Domos123 New
edited January 2012 in Vanilla 2.0 - 2.8

Logging in to my site using any of the OpenID based logins (twitter, google, facebook) gives an error 404 (from my site)
with a URL starting with
http://cruxes.net/entry/connect/openid

Best Answer

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you need to create a directory

    /cache/Smarty/compile

    if the directory exists then its not writable - make the directory writable to make it work

    hope this will solve your problem

    There was an error rendering this rich post.

Answers

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    add line

    $Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';

    to your config.php and check out whats the error only then someone can help you out

    There was an error rendering this rich post.

  • Options

    I did this, and put up a copy of the error page at http://cruxes.net/error.html

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭
    Answer ✓

    you need to create a directory

    /cache/Smarty/compile

    if the directory exists then its not writable - make the directory writable to make it work

    hope this will solve your problem

    There was an error rendering this rich post.

  • Options

    Thanks, that fixed it :D
    I must've deleted the folder by accident when clearing the cache

  • Options
    sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    i know it happened with me as well :P

    There was an error rendering this rich post.

Sign In or Register to comment.