chrisboulton / php-resque

PHP port of resque (Workers and Queueing)
MIT License
3.44k stars 761 forks source link

Class 'resque\lib\Resque\Resque_Job_DirtyExitException' #267

Open rohitmel opened 9 years ago

rohitmel commented 9 years ago

PHP Fatal error: Class 'resque\lib\Resque\Resque_Job_DirtyExitException' not found in xxxxxxxxx/vendor/resque/yii2-resque/lib/Resque/Worker.php on line 233 Error: Class 'resque\lib\Resque\Resque_Job_DirtyExitException' not found

rajibahmed commented 9 years ago

Its helpful to ask questions that directly involves php-resque. I would suggest you ask - look for already answered issues and ask on stackoverflow for specific kind of implementation.

//Best

danhunsaker commented 9 years ago

That looks like yii2-resque forgot to remove some path segments from the namespace... You'll have to report this there to get it fixed.