I am trying to use the event part of the booking for the first time. When I go to events and try to add new event, I enter all information and press save, but nothing happens, and it doesnt tell me that anything is missing. It just does the "thinking", and refreshes with the sidebar where you fill out the information.
Can you please let me know if there is any customer or employee with the same email as the admin user with which you were logged in when this error occurred?
If that is the case, you should change the email of that customer or employee and it will be resolved as it causes a conflict between roles and permissions.
This usually happens when your database is configured to use SQL_BIG_SELECTS, but Amelia has that turned off by default because the majority of databases don't use it.
If you know your way around the database, you can enable this yourself by going into the wp_options database table (wp_ is the default database prefix, but it could be anything on your end):
In there, click on SEARCH at the top, and in the "option_name" column search for "amelia_settings":
The search will return only one row, and you need to edit it:
In the "option_value" column, search for "pdoBigSelect":
It is currently set to false, as you can see in the screenshot above, so just change that to true, save the settings, and try editing the event again.
If that fails, or if you're not familiar with phpMyAdmin, please provide us with a temporary wp-admin (administrator) user for your website, along with the database access credentials (phpMyAdmin or cPanel), and I'll gladly take a look.
Hi,
I am trying to use the event part of the booking for the first time. When I go to events and try to add new event, I enter all information and press save, but nothing happens, and it doesnt tell me that anything is missing. It just does the "thinking", and refreshes with the sidebar where you fill out the information.
See video
Attached files: Uden navn.mp4
Hello,
Thank you for reaching out to us.
Can you please let me know if there is any customer or employee with the same email as the admin user with which you were logged in when this error occurred?
If that is the case, you should change the email of that customer or employee and it will be resolved as it causes a conflict between roles and permissions.
This usually happens when your database is configured to use SQL_BIG_SELECTS, but Amelia has that turned off by default because the majority of databases don't use it.
If you know your way around the database, you can enable this yourself by going into the wp_options database table (wp_ is the default database prefix, but it could be anything on your end):
In there, click on SEARCH at the top, and in the "option_name" column search for "amelia_settings":
The search will return only one row, and you need to edit it:
In the "option_value" column, search for "pdoBigSelect":
It is currently set to false, as you can see in the screenshot above, so just change that to true, save the settings, and try editing the event again.
If that fails, or if you're not familiar with phpMyAdmin, please provide us with a temporary wp-admin (administrator) user for your website, along with the database access credentials (phpMyAdmin or cPanel), and I'll gladly take a look.
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
Thanks for the help, that was the issue and after deleting the customer it solved it!
Thank you