-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataTables warning: table id=tickets-table - Ajax error #11
Comments
Solved updating files. And editing this line in > panichd/src/views/tickets/datatables/loader.blade.php <
Now we have the problem |
Change in controller TicketsController function data and is fixed the problem |
I am getting the same error |
"error":"Exception Message:\n\nSQLSTATE[42000]: Syntax error or access violation: 1055 'fotocons_new.panichd_tickets.created_at' isn't in GROUP BY Getting this error now |
I just did a fresh install to check this package out. Laravel 5.8. I corrected this error by modifying: /vendor/panichd/panichd/src/Controllers/TicketsController.php (line 141) REMOVED: ADDED: |
I have applied @wladiz2001 dedicated pull request #12 in the latest release posted yesterday. Could you please guys confirm If your related issues continue after updating PanicHD to v0.18.0? |
Hello guys, I'm new in this world and I'm learning about laravel. Now, I'have a problem loading tables of tickets. My browser says:
"DataTables warning: table id=tickets-table - Ajax error. For more information about this error, please see http://datatables.net/tn/7"
In web browser console I get this errors:
"jQuery.Deferred exception:$(...).tooltip is not a function TypeError: $ (...).tooltip is not a function
at HTMLDocument."
"jquery-3.3.1.min.js:2 Uncaught TypeError: $(...).tooltip is not a function
at HTMLDocument."
And with this I get a 500 error code
"tickets/data/active?draw=1&columns%5B0......... 500"
What should I do?
The text was updated successfully, but these errors were encountered: