codeigniter 2 - I added cron from cpanel in codeignitor thats not working -


i tried add cron job cpanel below url every minutes , added command /usr/local/lib/php /home/bestofwo/public_html/index.php pilots/rouwadvertenties rouwmediaapi importtest

similar below /usr/local/bin/php -f /home/{cpanel_user}/public_html/index.php controller function

but cron not running...how can check cpanel ?

please suggest

try redirect cron output in log file , check if there error cron.

 /usr/bin/php -q  /home/{cpanel_user}/public_html/index.php >> cron.log 

Comments

Popular posts from this blog

serialization - Convert Any type in scala to Array[Byte] and back -

matplotlib support failed in PyCharm on OSX -

python - Matplotlib: TypeError: 'AxesSubplot' object is not callable -