Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
How to set the cron job notifications in Amelia Booking?
I installed WP Control Plugin, created the schedule per the faq and created the event. WP Control insists there's a syntax error in the lines provided by amelia. I inserted the correct domain.
All 4 prompt a syntax error in WP Control php event - (without <?php tag) as instructed:
*/15 * * * * https://carwashquickies.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send
If that doesn't work, please try with these as well:
*/15 * * * * wget -q -O - "https://www.carwashquickies.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send"
*/15 * * * * /usr/local/bin/php ~/public_html/wp-cron.php --action='wpamelia_api' --call='/notifications/scheduled/send'
GET 'https://carwashquickies.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send' > /dev/null
Error:
"PHP Code
Line 1: syntax error, unexpected '*', expecting end of file"
Use this format in the cron job:
file_get_contents("https://yourwebsite.com/wp-admin/admin-ajax.php?action=wpamelia_api&call=/notifications/scheduled/send");
it works for me.
Plugin accepted the code - looking good, thank you!
Hello Jeff,
Glad to hear that this issue has been resolved thanks to Pascal.
Feel free to contact us if you have any other questions.
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 guys,
Since my issue is about the same topic, I thought it would be better to post here, rather than just creating a new ticket.
So unlike Jeff, I have no error messages, it's just that my custom notifications aren't arriving to any inbox (both customers and employees). I believe I've followed every step from the instructions correctly, but it would mean a lot if you could take a look.
The following are screenshots from WP control plugin settings and my custom notification: