当我尝试运行php artisan queue:work命令时,出现此错误:
[Symfony\Component\Debug\Exception\FatalErrorException]
Call to a member function beginTransaction() on null
我已经在互联网上检查了几乎所有关于此错误的可用帮助,但我没有得到任何解决方案。
我不确定这是否与我正在使用的这个包有关。
https://github.com/jenssegers/laravel-mongodb
我猜这可能是因为其他人也收到了这个错误,但不幸的是没有任何回复。
https://github.com/jenssegers/laravel-mongodb/issues/964
日志中的详细错误:
[2016-11-12 20:18:45] local.ERROR: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Call to a member function beginTransaction() on null' in C:\wamp\www\blog\vendor\laravel\framework\src\Illuminate\Database\Connection.php:611
Stack trace:
#0 {main}
任何帮助,将不胜感激。
提前致谢。
谢谢,
帕思沃拉