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.
[Solved] Fatal error: Class 'Gdn' not found in bootstrap.php
lament
✭
Hi all,
I searched but didn't find an answer.
I was working in a different directory before I cut my DNS over, then realized it was in the wrong folder.
I moved my forum from /old to /new. I edited the .htaccess file to:
RewriteBase /new
But I'm still getting this error
Fatal error: Class 'Gdn' not found in /path/to/new/bootstrap.php on line 47
Line 47:
Gdn::FactoryInstall(Gdn::AliasCache, 'Gdn_Cache', NULL, Gdn::FactoryRealSingleton, 'Initialize');
Thanks for any help!
0
Comments
Try deleting any .ini files in your cache. That has helped on the "
Gdn
not found [...]" a couple of times.Kasper Kronborg Isager (kasperisager) | Freelance Developer @Vanilla | Hit me up: Google Mail or Vanilla Mail | Find me on GitHub
Cheers.. that worked.