Closed r0kawa closed 11 years ago
After installation , I got this error. It seem that cakephp can't detect configuration in Forum.
forum/posts/add - error spit out from this URL. Let me know any info you want to debug this. Thank you.
Are you loading the plugin in your bootstrap?
CakePlugin::loadAll();
yes. actually all the URL is working, with the /Admin and /Forum
You're using loadAll() incorrectly since it's not bootstrapping.
http://milesj.me/blog/read/plugin-loading-quirks
After installation , I got this error. It seem that cakephp can't detect configuration in Forum.
forum/posts/add - error spit out from this URL. Let me know any info you want to debug this. Thank you.