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

What is this error [Solved. Bug fixed in 1.5.1 version] | Forum

Saif
Saif Mar 9 '13
My cron is running well i am getting an email about that but the email shows following error , can you please tell what it is ?

<br />
<b>Fatal error</b>:  Call to a member function hasDecorator() on a non-object in <b>/home/*****/public_html/ow_core/theme_manager.php</b> on line <b>186</b><br />

The Forum post is edited by Alia Mar 19 '13
DeFender
DeFender Mar 9 '13
what theme are you using ?
MarkieMark67
MarkieMark67 Mar 9 '13
Check you cpanel process manager and make sure that your cron isn't staying in memory. I had the same problem once. I thought my cron was running great. But in fact when it ran it didn't close correctly and stayed in memory.


This cron command did the trick for me

wget -q -O /dev/null http://www.mysite.com/ow_cron/run.php

Saif
Saif Mar 9 '13
@defender I am using aerial theme , 

Thanks @Mark will check with my customer support.

DeFender
DeFender Mar 10 '13
try this 

download 1.5.1 , extract run.php
replace run.php in your server via ftp
Alia Team
Alia Mar 11 '13
Saif, DeFender is right.
This error was fixed in 1.5.1 . More info. here: http://www.oxwall.org/forum/topic/7494
Saif
Saif Mar 12 '13
Thanks Alia and Defender , I overwrite run.php and error isn`t seen now thanks :)