[Solar-talk] Wacky error

Paul M Jones pmjones at paul-m-jones.com
Fri Feb 29 08:15:48 CST 2008


On Feb 29, 2008, at 08:09 , Kilbride, James P. wrote:

>  Solar_Sql_Model_Exception::__set_state(array(
>      '_info' =>
>     array (
>       'class' => 'ProcedureMatrix_Models_Program',
>       'key' => 'program_name',
>       'var' => '_program_name',
>     ),
>      '_class' => 'ProcedureMatrix_Models_Program',
>      'message' => 'ERR_PROPERTY_NOT_DEFINED',
>      'string' => '',
>      'code' => 'ERR_PROPERTY_NOT_DEFINED',


Maybe you're trying to access a property `program_name` that is not  
defined in the model, and doesn't exist as a protected property either  
(`_program_name`).  Does that sound likely?


-- pmj


More information about the Solar-talk mailing list