Using Crontab with Plesk to call drupal cron.php
I initially set my cron jobs to run with wget but it appeared my calls to cron.php was treated as an anonymous user.
Another solution that I used was to make a scheduled task in plesk panel.
Switched on
Minute 5
Hour *
Day of the Month
Month *
Day of the Week *
Command php -q httpdocs/cron.php
This sets the cron to run every 5 minutes.













