Cron task not working when installing Drupal

To create a cron task, follow these steps:

1. You need to create a cron task in Control Panel - Cron Tasks.

2. Select the task execution period and start cron with this command:

php -f /home/your_cpanel_username/path_to/cron.php

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

403 Forbidden Error

Reasons for the error:1. Incorrect content of the index.php or index.html file, its...

I am getting access error when importing database via phpMyAdmin

If an access error is displayed when you try to import a MySQL database backup via phpMyAdmin, it...

How do I turn off short open tags?

To disable short opening tags, you need to add the following code to your .htaccess file:...

Error 502 Bad Gateway nginx and why does it occur?

If this error occurs, then HTTP requests from clients to your site are going through some kind of...

#1064 - You have an error in your SQL syntax

Error 1064 occurs when MySQL version does not match. The simplest solution is to enable...