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

  • x00x00 MVP
    Answer ✓

    mate stop changing the core.

    Have you cleared your cache's .ini s?

    grep is your friend.

Answers

  • x00x00 MVP
    Answer ✓

    mate stop changing the core.

    Have you cleared your cache's .ini s?

    grep is your friend.

  • edited June 2012

    Have you cleared your cache's .ini s?

    O! Cache directory - that helped

Sign In or Register to comment.