TheOne20001 Posted July 10, 2009 Share Posted July 10, 2009 I am working in SugarCRM Open source I was trying to edit the Leads to have the option selecting your industry when creating the lead. this is not a hard process in and of itself but i found a problem when testing this. when i tried to create a new lead i came across a blank page and this error: "Call to undefined method stdClass::save() in SugarPro-5.2.0d/include/workflow/action_utils.php". However this only happens when creating a new lead, when changing on that already exists, there was no problem whatsoever. Can anyone help? This is urgent. Quote Link to comment Share on other sites More sharing options...
448191 Posted July 12, 2009 Share Posted July 12, 2009 Sounds like an unserialization problem. If an object is unserialized, but it's class isn't loaded, PHP will recreate the object as an instance of stdClass. Either make sure the class is loaded manually, or use unserialize_callback_func to register an autoloader. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.