錯誤記錄:
?????在本機跑項目時遇到多個項目都用到redis任務時報了下面的錯誤,經過一番查找現將查到的資料做下記錄。
ReflectionException: Method __PHP_Incomplete_Class::handle() does not exist in /home/forge/mysite.com/releases/20160415212843/bootstrap/cache/compiled.php:1263
[2016-04-19 15:13:02] production.ERROR: ReflectionException: Method __PHP_Incomplete_Class::handle() does not exist in /home/forge/mysite.com/releases/20160415212843/bootstrap/cache/compiled.php:1263
Stack trace:
操作步驟:
?????1.打開config/queue.php
?????2.將redis下的queue值換成其他的就可,例如‘queue’ => 'default_ts'
?????3.完成