milesj / forum

[Deprecated] A CakePHP plugin for forum / bulletin board systems.
MIT License
131 stars 57 forks source link

Error after installation #44

Closed r0kawa closed 11 years ago

r0kawa commented 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.

screen shot 2013-08-20 at 7 28 27 am

screen shot 2013-08-20 at 7 27 52 am

milesj commented 11 years ago

Are you loading the plugin in your bootstrap?

r0kawa commented 11 years ago

CakePlugin::loadAll();

yes. actually all the URL is working, with the /Admin and /Forum

milesj commented 11 years ago

You're using loadAll() incorrectly since it's not bootstrapping.

http://milesj.me/blog/read/plugin-loading-quirks