i get this error when i try to delete an object of model product which has a has_one relation with model pricedproducts
Fatal error: Call to a member function frozen() on a non-object in /var/www/bexim/fuel/packages/orm/classes/hasone.php on line 188
this is what the fatal error reads.
Please help me out
EDIT: http://scrp.at/aoF ... the link to some of the code which gives this problem
EDIT2: http://scrp.at/aoH ... the models involved
EDIT3: if i change line 188 of orm/classes/hasone.php to this: "if ($model_to and ! $model_to->frozen())" from this "if (! $model_to->frozen())" .. things work fine , now waiting for jschreuder to help me out on this