\DB::beginTransaction(); try { //...logic.... } catch (\Exception $e)...
[2015-07-27 18:29:50] product.ERROR: exception 'RuntimeException' with message 'Can't swap PDO insta...
or like this? i think is same. \DB::beginTransaction(); try { //...logic.... \DB::commit(); } cat...
php /data/lightning5/app/../artisan queue:work --daemon --sleep=1 --tries=5 --queue=task
exception 'RuntimeException' with message 'Can't swap PDO instance while within transaction.' in /da...
The Laravel portal for problem solving, knowledge sharing and community building.
The community