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

cron setup (SOLVED) | Forum

Pete
Pete Sep 3 '12

 

I am getting this when i run my cron job

Status: 302 Moved Temporarily
X-Powered-By: PHP/5.3.10
Set-Cookie: base_language_id=1; expires=Wed, 03-Oct-2012 18:28:01 GMT; path=/
Location: http://fancyflirts.co.uk/500.phtml
Content-type: text/html

The Forum post is edited by Pete Sep 3 '12
Pete
Pete Sep 3 '12

sortedit i think edited the config.php and changed to true like you state.

if ( defined('OW_CRON') )
{
    define('OW_DEBUG_MODE', true);

 

 

Thank god its working now

I set cron to run every min

here is the cron code i used

 

 php /home/yourcpanelusername/public_html/ow_cron/run.php

The Forum post is edited by Pete Sep 3 '12
Anastasiaa G
Anastasiaa G Jan 6 '13
Hi!

I have similar issue with my cron job, I get this error message:

Set-Cookie: base_language_id=1; expires=Tue, 05-Feb-2013 04:57:01 GMT; path=/

Content-type: text/html

I noticed that when people use "Contact us" page, the user does not receive confirmation email that his request was sent, but we do receive his message.
Any help? I tried what Pete did, but it did not help

Thank you!