The cron job (/public_html/periodic/cmd.php) keep on populating my inbox every minute.
Is this normal?
Checked the permissions and
/periodic 755
/periodic cmd.php 644
/periodic cupid.php 644
/periodic notifies.php 644
/periodic periodic.file 644
The cron job (/public_html/periodic/cmd.php) keep on populating my inbox every minute. Checked the permissions and /periodic 755 /periodic cmd.php 644 /periodic cupid.php 644 /periodic notifies.php 644 /periodic periodic.file 644 |
What is it sending you? Otherwise I would say you've misset the time setting for your cron jobs on them. |
Agreed. https://www.deanbassett.com |
Thanks guys. It is sending me this-> |
Sometimes servers use 2 different versions of php. One for the apache web server and the other for command line scripts and cron jobs. This seems to be the case for you. If running a dedicated server you need to find the primary php.ini file. Normally located in the etc directory and change the setting there. https://www.deanbassett.com |