slywalker / cakephp-plugin-boost_cake

Bootstrap Plugin for CakePHP
http://slywalker.github.io/cakephp-plugin-boost_cake/
277 stars 92 forks source link

BoostCake not loading #15

Closed ghost closed 11 years ago

ghost commented 11 years ago

I have followed the steps of the documentation Steps:

  1. Use Composer to install BoostCake. It's now in the "Plugin" folder.
  2. Add "CakePlugin::loadAll();" to bootstrap.php. DebugKit is loading.
  3. Try to go to "localhost/projectname/boostcake/" but CakePHP says that the controller is missing.

What am I doing wrong? If any log or configuration files are needed just say.

slywalker commented 11 years ago

Please access "localhost/projectname/boost_cake/"

ghost commented 11 years ago

Okay it's working now...the documentation isn't very helpful for beginners, but thanks for helping. ;)

VaibhaviMadhuresh commented 10 years ago
  1. Use Composer to install BoostCake. It's now in the "Plugin" folder.
  2. Add "CakePlugin::loadAll();" to bootstrap.php. DebugKit is loading.
  3. Try to go to1. Use Composer to install BoostCake. It's now in the "Plugin" folder.
  4. Add "CakePlugin::loadAll();" to bootstrap.php. DebugKit is loading.
  5. Try to go to "localhost/projectname/boostcake/" but CakePHP says that the controller is missing.

What am I doing wrong? If any log or configuration files are needed just say. but CakePHP says that the controller is missing.

What am I doing wrong? If any log or configuration files are needed just say.

vasconce7os commented 10 years ago

slywalker also helped me, I was having the same problem

angelxmoreno commented 10 years ago

knowing CakePHP, especially how plugin routes work is a prerequisite of using this plugin. This plugin's documentation is not going to cover plugin routes. Please review how plugins are routed in the CakePHP manual.

pappugotya123 commented 9 years ago

Error: BoostCakeController could not be found.

I'm using linux command line, no gui, I did what you suggested for first query but still it says that BoostCakeController is missing..please help me out..

vnpnlz commented 9 years ago

I also having the same error. I am using Linux (Ubuntu). I also tried what is written on the documentation and still it doesn't work.