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

mywebsite.com/ow_cron/run.php = Page not found | Forum

Abou
Abou Jul 23 '14
Normally with "mywebsite.com/ow_cron/run.php" my browser displays a blank page, but not for me, my run.php don't execute, I have a "page not found" why?


ross Team
ross Jul 24 '14
please check whether you have such file on your server, if so, what are the permissions of ow_cron folder and cron.php file as well?
Abou
Abou Jul 24 '14


Ty ross Problem solved


I forgot to
add the line
RewriteCond %{REQUEST_URI} !/ow_cron/run\.php on my htaccess.

But now I have another problem, my SSH run my cron with an syntax error, unexpected T_OBJECT_OPERATOR


(uiserver):u76349893:~ > /usr/local/bin/php /homepages/6/d516155604/htdocs/ow_cron/run.php
X-Powered-By: PHP/4.4.9
Content-type: text/html

<br />
<b>Parse error</b>:  syntax error, unexpected T_OBJECT_OPERATOR in <b>/homepages/6/d516155604/htdocs/ow_cron/run.php</b> on line <b>39</b><br />

My php version is 5.4

The Forum post is edited by Abou Jul 24 '14
ross Team
ross Jul 24 '14
please download the original software package and compare your cron.php files, there's something missing on lines 38-40