-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IronMQ Class not found #795
Comments
You need to add it to your composer.json dependencies. |
Thanks! Thats some incredible response time, sir! |
For those who have the problem above. Just add:
to the composer.json, as Taylor said. |
it dosen`t work for me |
Currently for me it works only if I add "iron-io/iron_mq": "1.4.6", since the ironMQ has some troubles with the IronCore class. |
@PavelPolyakov the latest iron_mq update causes this issue. i had to delete the vendor directory and clear composer cache and do composer install to solve this issue. |
Im on Beta 4 and receive the following error.
[2013-04-01 17:57:11] log.ERROR: exception 'Symfony\Component\HttpKernel\Exception\FatalErrorException' with message 'Error: Class 'Illuminate\Queue\Connectors\IronMQ' not found in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Queue/Connectors/IronConnector.php line 18' in /var/www/html/laravel/vendor/laravel/framework/src/Illuminate/Queue/Connectors/IronConnector.php:18
Stack trace:
#0 /var/www/html/laravel/bootstrap/compiled.php(4047): Symfony\Component\HttpKernel\Debug\ErrorHandler->handleFatal()
#1 [internal function]: Illuminate\Exception\ExceptionServiceProvider->Illuminate\Exception{closure}()
#2 {main} [] []
The text was updated successfully, but these errors were encountered: