-
Notifications
You must be signed in to change notification settings - Fork 386
Datatable Error Trailing Data #546
Comments
Hi, Could you please check the network tab the developer console to see what is returned by the server? |
So it seems that the error message is coming from the server itself. Could you check the error log on the server too? Should be under storage/logs |
I did not understand correctly, check my server log? |
Yes please. The call stack might reveal what is causing the issue. |
Does anyone have any ideas to solve the error? please |
@IamAhmedly Are you using SQL server as well? |
I have the same error that @IamAhmedly has in the log |
I'm using MariaDB using Wamp server |
This issue occurred when I generated demo content using this command,
So I've opened the PHPMyAdmin to the tickets table and sorted the rows according to its' update_date searching for this should not happen in the first place UPDATE: |
In my case I solved it by converting the datetime fields to datetime2, I use Sql Server 2012 |
Hi guys, I just installed "Ticketit" on my server, everything works fine, except for the Ticket index, when I created the first ticket I got an error: "Exception Message: dataTrailing data", it is worth mentioning that I am using SQL Server 2012.
Can someone help me please?
The text was updated successfully, but these errors were encountered: