Hey everyone!
With the holiday season upon us, we want to share our upcoming working hours:
- New Year: Our team will be off on January 1st and 2nd. We’ll be back on Friday, January 3rd, to respond to any messages received during this time.
- Weekend: As usual, we don’t work on weekends, so January 4th and 5th will also be non-working days.
- Orthodox Christmas: Our office will be closed on Monday and Tuesday, January 6th and 7th for the holiday.
After that, we’ll return to our regular schedule and assist you as quickly as possible.
In the meantime, you can explore our documentation for Amelia and wpDataTables. You'll find tons of helpful resources, including articles and handy video tutorials on YouTube (Amelia's YouTube Channel and wpDataTables' YouTube Channel), which might just have the answers you need while we’re away.
Thanks a bunch for your understanding and support!
Warm regards and happy holidays!
TMS
Hi!
If you use wpDataCharts shortcode with non-existing ID/chart, PHP fatal error is generated:
Fatal error: require_once(): Failed opening required 'class..wpdatachart.php' (include_path='.:/opt/alt/php74/usr/share/pear') in /xxx/xxx/xxx/wp-content/plugins/wpdatatables/source/class.wpdatachart.php on line 483
That totally breaks site layout.
The site I'm developing will have hundreds of charts and users will be adding/deleting charts on regular basis, all of them will be inserted to pages using shortcodes, so it's a possible scenario that this will happen.
Could you please in the next version change behaviour of the function build() so it could in this case return some kind of message? Or maybe try & catch block so it wouldn't completely break site?
Regards, Elvis
Hi Elvis ,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
-
Thank you for reporting this issue,
we are doing tests with our QA Team to confirm if this is a bug by creating a scenario as you described,
it seems that is the case.
I will keep you posted on our test results, and on the further action we will take if we reproduce it.
Thanks again for the report.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Elvis,
Thank you very much for your patience and for pointing us to the right details of this issue.
I am able to reproduce this if we delete a Chart that was set on a WP Page,
and it happened exactly as you described,
it is not possible to Edit that Page in that case,
the only way is to somehow disable our Plugin,
whether that was through the back-end of WP Plugin List or through the database,
then we can Edit the Page to remove/or change to a proper working chart ID,
and re-activate the Plugin,
which is of course too much work, that is not the intended behaviour.
-
Our developers isolated the bug, and they'll add it to their queue for fixing.
They will do their best to build a fix as soon as possible.
We don't have an ETA on when the fix will be available,
but we will treat this one as high priority,
so if you can please keep a lookout on our wpDataTables changeLog.
It will be stated there during updates which bug fixes have been implemented at each update.
If they find a fix in between Updates, i will make sure to send it to you.
Thank you for reporting this, let us know if you have any questions.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Elvis,
I am happy to report, our developers made a temporary fix which you can do from your end,
until they implement the final fix in one of our upcoming Updates.
Please find this PHP file via your FTP or Hosting File manage, in our Plugin files :
..wp-content/plugins/wpdatatables/controllers/wdt_functions.php
Under line 700, find this :
add this under that line:
So then it should look like this :
So then it should look like this :
This fix should be added in our next Update,
but our QA Team is still testing everything to ensure there are no other negative effects caused by it,
before it gets officially implemented.
You can check our changeLog Page at the next Update to see if we add the patch note about this fix.
If it does not get added in that Update, you would need to repeat this Code Edit
Let me know if that helps.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Elvis,
My apologies, i first sent you the incomplete code edit.
I edited the reply here, but just to be safe, sending you another reply with the corrected code.
So as we said, in the file
..wp-content/plugins/wpdatatables/controllers/wdt_functions.php
Around line 700, find this :
add this under that line:
That is the full, corrected code.
It works in our testing/ i hope it should work for you, as well.
Let us know how it goes.
Thank you.
Kind Regards,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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