Cron error
Cron error
Hello,
I get error on cron
when i try manual script work fine,
I try on other server on cpanel work fine,
probably is some cron option problem idk really
my url path is:
maybe is wrong path ?
Thanks,
:)
I get error on cron
Code: Select all
PHP Notice: Undefined offset: 0
I try on other server on cpanel work fine,
probably is some cron option problem idk really
my url path is:
Code: Select all
/usr/bin/php /home/admin/web/domain.com/public_html/cron.php
Thanks,
:)
Re: Cron error
i try with next path and work,
anyone can explain me why work with this and not work with
?
Thanks.
Code: Select all
wget http://your_domain.com/cron.php
Code: Select all
/usr/bin/php /home/admin/web/domain.com/public_html/cron.php
Thanks.