Queue ODS import results to MySQL server has gone away queryException #3380
Unanswered
Evangelos-Bitsilis-DarkPony
asked this question in
Q&A
Replies: 1 comment
-
Even if i can open and edit the file with the OpenOffice without any issues it seems there are something funny with it because it's only that particular file that i can't import... So there is nothing wrong with the script above. i should have tried multiple files before posting a question. Sorry for any inconvenience |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, i'm tring to queue import an .ods file but it throws a queryException "MySQL server has gone away" when it is going to insert records in the jobs table. If i queue xlsx files it works as experted.
ps. without the queue there are no issues when importing ODS files
php 8.0.3
laravel 8.54
laravel excel 3.1
here is my script so far
// web.php
// App\Imports\Projects\ProjectsImport.php
App\Imports\Projects\FirstSheet.php
Beta Was this translation helpful? Give feedback.
All reactions