Found that I received this error in the latest dev release. Not sure what the specific issues are with the profile object and settings. It's on line 540 of the file wysiwyg.module:

        $profile->settings = unserialize($profile->settings);

I just added an if statement to check if this is a string:

      if (is_string($profile->settings)) {
        $profile->settings = unserialize($profile->settings);
      }

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

Did you migrate from TinyMCE module, or upgrade from a very old 0.x version, perhaps?

sun’s picture

Status: Postponed (maintainer needs more info) » Closed (won't fix)

Sorry, without further information this issue can only be marked as won't fix.

Feel free to re-open this issue if you want to provide further information. Thanks.