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.

Bonk on e-mail confirmation

edited June 2012 in Vanilla 2.0 - 2.8

I just installed v2.0.18.4 and tested the user registration. The e-mail for confirmation never arrived and when I click on resend I get a Bonk error msg page. Is there a way to correct this? The site is andybennett.us/goodyearazforum

Thanks

Answers

  • Question: What is the first thing to do when you get a bonk?

    answer: scan the last few pages of discussions that relate to what to do if you get a bonk error. then post your debug results.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • peregrineperegrine MVP
    edited June 2012

    put these in your config.php

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

    @underdog wouldn't it be cool, if the bonk page had a message or a link on it that told you how to debug a bonk page???? how to add the above debug statements or a link to how to debug?? It would reduce the number of discussions - "I got a bonk, what do I do" here by 25%.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • edited June 2012

    ok I added it here and now I get a fatal error

    // Garden
        $Configuration['Garden']['Title'] = 'Vanilla 2';
        $Configuration['Garden']['Cookie']['Salt'] = '';
        $Configuration['Garden']['Cookie']['Domain'] = '';
        $Configuration['Garden']['Registration']['ConfirmEmail'] = '1';
        $Configuration['Garden']['Registration']['Method'] = 'Captcha';
        $Configuration['Garden']['Registration']['ConfirmEmailRole'] = '4';
        $Configuration['Garden']['Registration']['CaptchaPrivateKey'] = '';
        $Configuration['Garden']['Registration']['CaptchaPublicKey'] = '';
        $Configuration['Garden']['Registration']['InviteExpiration'] = '-1 week';
        $Configuration['Garden']['Registration']['InviteRoles'] = 'a:5:{i:3;s:1:"0";i:4;s:1:"0";i:8;s:1:"0";i:32;s:1:"0";i:16;s:1:"0";}';
        $Configuration['Garden']['Email']['SupportName'] = 'Vanilla 2';
        $Configuration['Garden']['Version'] = '2.0.18.4';
        $Configuration['Garden']['RewriteUrls'] = TRUE;
        $Configuration['Garden']['CanProcessImages'] = TRUE;
        $Configuration['Garden']['Installed'] = TRUE;
        $Configuration['Garden']['InstallationID'] = '';
        $Configuration['Garden']['InstallationSecret'] = '';
        $Configuration['Garden']['Debug'] = TRUE;
    $Configuration['Garden']['Errors']['MasterView'] = 'deverror.master.php';
  • peregrineperegrine MVP
    edited June 2012

    next step use the "C" Code function so it is viewable.

    it is generally not a good idea to show your salt or key information hopefully you can edit the pertinent stuff.

    each statement in config.php should begin on a new line and end with a semi-colon.
    you probably didn't put the two lines in correctly. go back to your config.php before you edited it and add the 2 lines correctly.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • I think he took off... I see ...uuhm... another forum system at that address now :-)
    I'll leave this one open for archive purposes...

    There was an error rendering this rich post.

Sign In or Register to comment.