Jump to content

Sugar CRM


TheOne20001

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.