Cron problem

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
You should have access to create cron jobs in cPanel. However, you can run at most one job every 5 minutes, as explained in the X10 Wiki article on cron job limitations and elsewhere in these forums. What happened when you tried?
 
Last edited:

balkanx1

New Member
Messages
3
Reaction score
0
Points
0
I have don the first part, the secont part says SSH access to your account is currently disabled.And I realy have no idea how to do this.

---------- Post added at 02:19 PM ---------- Previous post was at 02:14 PM ----------

I can acces cron now, but what path do i use it says /usr/local/bin/php /home/your-site-root-dir/public_html/ow_cron/run.phpi used /usr/local/bin/php /home/balkan.x10.bz/o/public_html/ow_cron/run.php since it is not in root folder, it is in "o" folder in a rootit still doesn't work.
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
/home/YOUR-CPANEL-USERNAME/public_html etc Not your site name
 

balkanx1

New Member
Messages
3
Reaction score
0
Points
0
it looks now like this


*/5****/usr/local/bin/php /home/balkanx1/public_html/o/ow_cron/run.php

MinuteHourDayMonthWeekdayCommandActions

And it doesnt work. :(
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Code:
/usr/bin/php /home/balkanx1/public_html/o/ow_cron/run.php >>/home/balkanx1/public_html/cron_log.txt 2>&1

any errors or output will go to /cron_log.txt
 
Top