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
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: