Cron job on reserved slot

Support forumCategory: QuestionsCron job on reserved slot
vegardbell asked 5 years ago
Hey. I have "auto reservation" checked. I go to front-end, select a time slot, and then exit the browser window. In the backend, this time slot is being marked as "reservation". All good so far. I setup a cron job with the following code in CPANEL: wget -q -O - https://weescape.no/?_ea-action=clear_reservations > /dev/null 2>&1 The reserved slots are not being deleted. Have waited 30 minutes. Should I also do some edits in wp-config.php?  
Question Tags:
1 Answers
Nikola Loncar Staff answered 5 years ago
Have you tried to run that url with direct call in browser? Best regards, Nikola
vegardbell replied 5 years ago

Hi there.
I tried to run the URL weescape.no/?_ea-action=clear_reservations in my browser. Nothing happened to the reserved time slot. It’s still marked as reserved.

What could be the problem?