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

When I create a discussion & click on the link to it the page isn't displaying.

mysite.com/vanilla/index.php?p=/discussion/3/my-test#latest

Best Answer

Answers

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Add those lines to /conf/config.php and report back what the error is:

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

    I'm so sorry. I did this, but how do I find the error?

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    "isn't displaying" does not help me to help you. Do you see a blank page? And what do you see after you have added both lines above to your config?

  • Options
    yorkie92yorkie92 New
    edited November 2014

    Again, sorry.

    It is the most current version of Vanilla 2.1.5

    I see a blank page.

    We're going to install the mbstring extension as you mentioned from the link you provided. to see if that helps. It isn't currently installed.

  • Options

    Installing mbstring did the trick.

    Thank you so much!

    Again my apologies for not making myself more clearer.

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    Everything fine - have fun with Vanilla :)

Sign In or Register to comment.