Help, the cron is not working

If you run a job through PHP, for example

php -f /home/username/public_html/file.php

and you don't get PHP errors, this means that cron should work without problems and that there are problems with your script. We recommend that you contact the script developer to solve the problem. This information may be helpful:

http://www.google.com/search?q=cronjob+does+not+work

  • 4 Users Found This Useful
Was this answer helpful?

Related Articles

How can I turn off PHP error output?

To disable error output in your script, use: error_reporting (0); Remember that you need to...

Domain has status redemption period / pending delete

The domain is scheduled for deletion, so its validity period has expired and it has not been...

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 disable magic quotes? (Using .htaccess)

You need to add this line to your htaccess file in the directory where you want to disable magic...

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