We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

Oxwall Cpanel Cron Job Problem | Forum

Topic location: Forum home » Support » General Questions
falancas
falancas Nov 22 '12
/usr/bin/php5 /home/my-name/public_html/my-site/ow_cron/run.php

My mail cron: Content-type: text/html
Parse error: syntax error, unexpected '*' in /home/my-name/public_html/my-site/ow_cron/run.php on line 30

What problem?
The Forum post is edited by falancas Nov 22 '12
Alia Team
Alia Nov 22 '12
Falancas, can you check what do you have on line 30 of the run.php file?

falancas
falancas Nov 24 '12
line 30:

Cron job command

1 * * * */home/my-name/public_html/my-site/ow_cron/run.php
falancas
falancas Nov 25 '12
Cron mail

/bin/sh: /home/my-name/public_html/my-site/ow_cron/run.php: Permission denied
Alia Team
Alia Nov 25 '12
Falancas, seems like you modified run.php file? What modification did you do?
falancas
falancas Nov 30 '12
Did not change run.php
The Forum post is edited by falancas Nov 30 '12
Attachments:
  run.rar (1.59Kb)
Purusothaman Ramanujam
why you use sh? Can you try wget?
falancas
falancas Dec 6 '12
How to wget command?


Alia Team
Alia Dec 9 '12
Falancas, did you check user  manual about CRON set up here http://docs.oxwall.org/install:cron ?