I'm attempting to generate a table using a sql request and I have this error :
TypeError: null is not an object (evaluating 'b.error')
I have another table who use an sql request on table with the same parameters on the columns. Do you know which changes can be made to solve the problem ?
The error I get has changed but keeps mention a problem related to a null value:
Uncaught TypeError: Cannot read property 'error' of null at Object.success (jquery.dataTables.min.js?ver=2.5.2:35) at i (jquery.js?ver=1.12.4-wp:2) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2) at x (jquery.js?ver=1.12.4-wp:4) at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)
That doesn't tell me much. The query is quite simple, so if the table you're trying to pull is not empty it should be working fine.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Hello,
I'm attempting to generate a table using a sql request and I have this error :
TypeError: null is not an object (evaluating 'b.error')
I have another table who use an sql request on table with the same parameters on the columns. Do you know which changes can be made to solve the problem ?
Regards,
Lilian
Hello Lilian.
Thank you for your purchase.
Can you please show me the query, and explain in a bit more detail what you're trying to pull from the database?
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hello Aleksandar,
Here is my request : SELECT * FROM exostars
We can find 2 different type of column in this table :
column_name varchar utf8_general_ci NULL DEFAULT NULL
column_name decimal NULL DEFAULT NULL
The error I get has changed but keeps mention a problem related to a null value:
Uncaught TypeError: Cannot read property 'error' of null
at Object.success (jquery.dataTables.min.js?ver=2.5.2:35)
at i (jquery.js?ver=1.12.4-wp:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:2)
at x (jquery.js?ver=1.12.4-wp:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4-wp:4)
I hope this informations can help.
Regards,
Lilian
Hello again Lilian.
That doesn't tell me much. The query is quite simple, so if the table you're trying to pull is not empty it should be working fine.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Best regards.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables