It happend twice. After making changes to the new "Simple Table" table type the page in which the shortcode of table was present in, became not accible in the WP editor (Gutenberg) and caused a fatal error. (See attached screenshot). The only way to gain back access to the page was to delete the relevant table. While the page was not accebile the table itself inside the plugin, did not show any problems. This is very bad and even scarry!! that the plugin causes an error on one of my pages...
It seems like you're adding the shortcode of that table in a cell of that table. So, for instance - you have a Simple table with shortcode: [wpdatatable id=5], and you're adding "[wpdatatable id=5]" in a cell of that table. Is that what you were trying to do?
That's the reason why it would break. If you are doing this, can you tell me why?
Our developers took a look at this, and they said they'll work on fixing it for the next update, but they'd also want to know what's the purpose of having the table loaded within itself?
Sorry, I misunderstood your first sentence, apparently.
Can you please explain in a bit more detail how you created the table; where you used merged cells; as much details as possible, so we can try reproduce the issue on our end?
Hi, I am facing the exact same issue on my site. I just used a simple table to test wpdatatables and input general text and number data, only customization i did was to add header color.
Whenever I place the shortcode on my page, it's giving a fatal error. Also, the row data on the table always keeps changing randomly ( 1 becomes 5, 3 becomes 1, in the preview and final output.
We already exchanged emails in the morning and I have shared you temporary admin credentials on my WP site www.ipotantra.com. Can you pleas check the email and diagnose the issue with the credentials provided.
It happend twice. After making changes to the new "Simple Table" table type the page in which the shortcode of table was present in, became not accible in the WP editor (Gutenberg) and caused a fatal error. (See attached screenshot). The only way to gain back access to the page was to delete the relevant table. While the page was not accebile the table itself inside the plugin, did not show any problems. This is very bad and even scarry!! that the plugin causes an error on one of my pages...
Hello Erez
It seems like you're adding the shortcode of that table in a cell of that table. So, for instance - you have a Simple table with shortcode: [wpdatatable id=5], and you're adding "[wpdatatable id=5]" in a cell of that table. Is that what you were trying to do?
That's the reason why it would break. If you are doing this, can you tell me why?
Our developers took a look at this, and they said they'll work on fixing it for the next update, but they'd also want to know what's the purpose of having the table loaded within itself?
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
Hi
I did not do what you describe.
All the cells had just simeple values.
The most "special" things I did with the table was merging a few cells and setting background colors.
Hello again Erez
Sorry, I misunderstood your first sentence, apparently.
Can you please explain in a bit more detail how you created the table; where you used merged cells; as much details as possible, so we can try reproduce the issue on our end?
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
When I have some free time, I will create a test page with the table for you to inspect.
Thanks Erez
This ticket will close in a week with no responses, so when you have time, just respond to it, and it will reopen.
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
Hi, I am facing the exact same issue on my site. I just used a simple table to test wpdatatables and input general text and number data, only customization i did was to add header color.
Whenever I place the shortcode on my page, it's giving a fatal error. Also, the row data on the table always keeps changing randomly ( 1 becomes 5, 3 becomes 1, in the preview and final output.
Hello Vinod
Thanks for reporting this.
Can you, please, open a private ticket where you can share the log-in credentials with us, and we'll gladly check what's going on?
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
Hi Aleksandar,
We already exchanged emails in the morning and I have shared you temporary admin credentials on my WP site www.ipotantra.com. Can you pleas check the email and diagnose the issue with the credentials provided.
Best Regards,
Vinod
Got it, Vinod
Sorry, I didn't know that was you. I handle over 100 tickets a day, so please accept my apology for not remembering your name.
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
No issues Aleksandar, thanks for finally resolving the issue.
Since I have the same issue I would apprciate if you could share the solution. Thanks!
Hi Erez,
Aleksander recommended the below and it worked, You may try the same. You can ignore the row oder and search for the text - "Select data From"
Please go to wp-content/plugins/wpdatatables/source/class.wdtconfigcontroller.php and on line 1088 you will see this:
"SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d", $tableID);
Replace that line with this:
"SELECT data FROM " . $wpdb->prefix . "wpdatatables_rows WHERE table_id = %d ORDER BY id ASC", $tableID);
The issue is caused by MyISAM engine and our development team will include the fix in our next update.
Hope this helps.
IPO Tantra
Thanks for your help with this Vinod.
It has been confirmed by a few of our other customers that this works fine.
The issue will be resolved in the next update.
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