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.
Vanilla on windows localhost - possible?
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
0
Answers
mate stop changing the core.
Have you cleared your cache's .ini s?
grep is your friend.
O! Cache directory - that helped