As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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