We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi! I'm trying to update the Amelia plugin from 8.0.2 to 8.1.1 but it triggers a fatal error on our Website. There seems to be a conflict with the PublishPress Pro plugin. Here's what I have in the debug log:
[25-Mar-2025 15:46:01 UTC] PHP Fatal error: Cannot redeclare SabreUri esolve() (previously declared in /var/www/html/wp-content/plugins/ameliabooking/vendor/sabre/uri/lib/functions.php:23) in /var/www/html/wp-content/plugins/publishpress-pro/lib/vendor/sabre/uri/lib/functions.php on line 23
I have PublishPress Permissions Pro 4.1.3, PublishPress Planner Pro 4.7.1, PublishPress Revisions Pro 3.6.5 and PublishPress Capabilities Pro 2.19.1
Thank you!
David
Hello David,
Thanks for providing the details! Could you let me know where exactly this error message is being displayed? Is it on the front-end of the website, in the admin area, or somewhere else?
Looking forward to your reply!
Kind Regards,
Uros Jovanovic
[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 Uroš,
I have it in the front-end and the admin area. So pretty much everywhere.
David
Attached files: Screenshot 2025-03-26 104143.png
Screenshot 2025-03-26 104151.png
Hello David,
If you're experiencing issues with memory in both the front-end and admin area, I recommend reaching out to your hosting provider to ask them to increase the PHP memory limit. This often resolves this issue that displays as critical error.
If that doesn't help, please let me know, and we can explore other solutions.
Kind Regards,
Uros Jovanovic
[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!
Not sure why you are alluding to memory issue. Here's the log in my original post: [25-Mar-2025 15:46:01 UTC] PHP Fatal error: Cannot redeclare SabreUri esolve() (previously declared in /var/www/html/wp-content/plugins/ameliabooking/vendor/sabre/uri/lib/functions.php:23) in /var/www/html/wp-content/plugins/publishpress-pro/lib/vendor/sabre/uri/lib/functions.php on line 23
The issue seems to be that both Amelia and PublishPress Plugins are declaring: SabreUri esolve()
Best regards,
David
Hello David,
My apologies for the previous response, it was a misunderstanding.
You can add the following code in functions.php of your theme or child theme:
And this will exclude Publishpress from Amelia's pages.
For this purpose, you will need to change the "CONFLICT_PLUGIN_1" in the code with the slug of the Publishpress plugin.
Please let me know if that works for you.
Kind Regards,
Uros Jovanovic
[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 Uroš,
Unfortunately it doesn't work. The problem is not only present on the amelia pages but on all pages of the website.
If I wrap the functions in the Sabre\Uri and Sabre\Xml folders like this:
if (function_exists('Sabre\Uri\resolve')) {
it works as a workaround but editing the plugin files is not really a permanent solution
David
Hello David,
Thank you for the update and for providing the workaround. We will be working on resolving this conflict, but in the meantime, your solution is helpful.
We appreciate your patience and will keep you informed once we have a permanent fix.
Kind Regards,
Uros Jovanovic
[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
Alright thank you !
David
Hello David,
Thank you for your understanding and patience — truly appreciated!
Let us know if there's anything else we can help with.
Kind Regards,
Uros Jovanovic
[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