Skip to content
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

Closed
spinegar opened this issue Apr 1, 2013 · 6 comments
Closed

IronMQ Class not found #795

spinegar opened this issue Apr 1, 2013 · 6 comments

Comments

@spinegar
Copy link

spinegar commented Apr 1, 2013

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} [] []

@taylorotwell
Copy link
Member

You need to add it to your composer.json dependencies.

@spinegar
Copy link
Author

spinegar commented Apr 1, 2013

Thanks! Thats some incredible response time, sir!

@PavelPolyakov
Copy link

For those who have the problem above.

Just add:

"iron-io/iron_mq": "dev-master"

to the composer.json, as Taylor said.

@richardfeliciano
Copy link

it dosen`t work for me

@PavelPolyakov
Copy link

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.

@pushpak
Copy link
Contributor

pushpak commented Sep 2, 2013

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants