I'm using the latest revision (6061), and I'm also getting this error.

Zend_Db_Table_Row_Exception: Cannot refresh row as parent is missing in
E:\Library\zend-framework\trunk\library\Zend\Db\Table\Row\Abstract.php on
line 586

It happens when the save method is called, i.e.:

$row = $table->createRow($data);
$row->save();


Bill Karwin wrote:
> 
> This sounds like an issue I just fixed in ZF 1.0.1:
> http://framework.zend.com/issues/browse/ZF-1645
> 
> Can you tell me if you're using ZF 1.0.0 or 1.0.1?
> 
> Regards,
> Bill Karwin
> 
> 

-- 
View this message in context: 
http://www.nabble.com/PHP-bug-when-calling-save%28%29-on-a-newly-created-Zend_Db_Table_Row-tf4201341s16154.html#a12099806
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to