I have the cron job set up....does this look right as far as the path? (note, I am certain after html_public, the path is correct. domain is bringit2u.com
well i host with a2 but heres the corn tab cd /home/kingzcla/public_html/ow_core; /usr/local/cpanel/3rdparty/bin/php -q cron.php
is that what you want im not up on corn tabs
That string looks a little weird... I'm guessing it was set up by Softaculous install, which is a faulty install.
Try this string (based on your current string):
/usr/local/cpanel/3rdparty/bin/php /home/kingzcla/public_html/ow_cron/run.php
or this one:
/usr/local/bin/php /home/kingzcla/public_html/ow_cron/run.php
log in to your cpanel: yourwebsite.com/cpanel
under advanced select "cron jobs"
select "edit"
delete the current command, copy and paste one of the 2 above strings
click "edit line" to save.
See the attached screen shots.
I'm guessing the second string above is probably correct, I've never seen one like the first one. I just based that one on your current string.
Hope this helps!
do i put it in like this
/usr/local/cpanel/3rdparty/bin/php /home/kingzcla/public_html/ow_cron/run.php
or this
cd /home/kingzcla/public_html/ow_core; /usr/local/cpanel/3rdparty/bin/php /home/kingzcla/public_html/ow_cron/run.php