wa0x6e / Cake-Resque

Resque plugin for CakePHP : for creating background jobs that can be processed offline later
MIT License
159 stars 56 forks source link

PHP Fatal error: Could not locate CakePHP core files #51

Open 512banque opened 10 years ago

512banque commented 10 years ago

In CakeResqueBootstrap.php I had to change $dispatcher to this value : $dispatcher = '../CakePHP/Cake' . $ds . 'Console' . $ds . 'ShellDispatcher.php';

Because it was throwing an error "PHP Fatal error: Could not locate CakePHP core files".

I installed CakePHP using composer.

wa0x6e commented 10 years ago

Is the plugin located in the plugins directory, outside of app ?