-
Description:Hi, I am getting this error found in the supervisorlog. The job is called but never reaches the handle method. i did a var_dump on the var_dump($command); Steps To Reproduce:FakeSubscribers::dispatch($from, $to) `[2020-12-02 17:35:24][16] Processing: App\Jobs\FakeSubscribers Symfony\Component\ErrorHandler\Error\FatalError method_exists(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "App\Jobs\FakeSubscribers" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition at /var/www/development.appdi.rect.to/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:81
Whoops\Exception\ErrorException method_exists(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "App\Jobs\FakeSubscribers" of the object you are trying to operate on was loaded before unserialize() gets called or provide an autoloader to load the class definition at /var/www/development.appdi.rect.to/vendor/laravel/framework/src/Illuminate/Queue/CallQueuedHandler.php:81
2 [internal]:0 ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
After hours of debugging i finally found the problem. |
Beta Was this translation helpful? Give feedback.
After hours of debugging i finally found the problem.
I forgot that i changed the domain so my supervisor was running the old domain.