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

404 Error When i go to Plugins

2»

Comments

  • Options
    vrijvlindervrijvlinder Papillon-Sauvage MVP

    The only thing I can offer is that you make me an account at the forum with admin privilege send me the login via PM . I will check it out. But I f I can't find anything then you would need to get me the ftp credentials to see the files in the server.

  • Options

    Thank you for all your help @vrijvlinder @R_J! Turns out that the server PHP needed to be upgraded.

  • Options
    R_JR_J Ex-Fanboy Munich Admin

    What a nasty way to fail. Haven't there been any warning messages when you've installed Vanilla?

    I'm just asking because there are those lines in index.php that should prevent such an error:

    if (PHP_VERSION_ID < 50300) {
        die("Vanilla requires PHP 5.3 or greater.");
    }
    
  • Options

    there is also some bugs with vanilla and MySQL 5.7

  • Options

    @R_J said:
    What a nasty way to fail. Haven't there been any warning messages when you've installed Vanilla?

    I'm just asking because there are those lines in index.php that should prevent such an error:

    if (PHP_VERSION_ID < 50300) {
        die("Vanilla requires PHP 5.3 or greater.");
    }
    

    I had no errors on install.

Sign In or Register to comment.