Cron job settings on PLESK
Hi,
I've set up my cron job on plesk and changed the website hosting setting as instructed in another thread but I'm still getting the modal window when trying to create an autoresponder.
What am I doing wrong?
This discussion has been closed.
Comments
It's mostly likely that you don't have command line access to PHP. I have to run my corn scripts as root and use /usr/bin/php rather than just php.
The other option is to use something like wget and call the web address rather than via PHP.
@gee, try Chris's suggestion and you should get it working.
@gee
Try this - I'm on Plesk and it worked for me:
wget -O - -q -t 1 http://your_domain.com/autoresponders.php
wget -O - -q -t 1 http://your_domain.com/import-csv.php
wget -O - -q -t 1 http://your_domain.com/scheduled.php
Each one is for a different function in Sendy. I can't guarantee that it will work, but it's worth a try.