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

Vanilla on windows localhost - possible?

edited June 2012 in Vanilla 2.0 - 2.8

I have an error in bootstrap.php

in index.php changed backslashes to forward slashes

    // 1. Define the constants we need to get going.
    define('DS', '/');
    define('PATH_ROOT', str_replace('\\\','/',dirname(__FILE__)));

but nonetheless getting fatal error

Fatal error: Class 'Gdn' not found in Z:\home\test.com\www\forum\bootstrap.php on line 52

Best Answer

  • Options
    x00x00 MVP
    Answer ✓

    mate stop changing the core.

    Have you cleared your cache's .ini s?

    grep is your friend.

Answers

  • Options
    x00x00 MVP
    Answer ✓

    mate stop changing the core.

    Have you cleared your cache's .ini s?

    grep is your friend.

  • Options
    edited June 2012

    Have you cleared your cache's .ini s?

    O! Cache directory - that helped

Sign In or Register to comment.