Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

In this Discussion

[Solved] Fatal error: Class 'Gdn' not found - After migrating from localhost to live site

achuachu newb
edited September 2011 in Questions
I got Fatal error message After migrating from localhost to live site

Fatal error: Class 'Gdn' not found in /home/user/public_html/demo/bootstrap.php on line 47

any idea?

Best Answer

  • achuachu newb
    Answer ✓
    Ohh.. Sorry on bootstrap.php line 47 it says cache layer

    // Cache Layer
    Gdn::FactoryInstall(Gdn::AliasCache, 'Gdn_Cache', NULL, Gdn::FactoryRealSingleton, 'Initialize');


    So i cleared the catch under cache directory after that everything is fine.

    Cheers,
    matt

Answers

Sign In or Register to comment.