Support » Plugin: Black Studio TinyMCE Widget » [Plugin: Black Studio TinyMCE Widget] Widgets Dissappear Upon Domain Change

  • Resolved erin

    (@erinobrien)


    I just performed two domain migrations to sites that had Black Studio TinyMCE Widget installed and in use. These domains were both on temporary domains/directories ( test.com/beta & whatever.dreamhosters.com/wordpress ) and then after following the standard URL change process – http://codex.wordpress.org/Changing_The_Site_URL – all TinyMCE Widgets disappeared.

    Only the TinyMCE the widgets disappeared, while other plugin’s widgets remained a-ok.

    I can’t pinpoint the exact part of the process that caused the deletion, but consider this bug enough of a reason for me to finally create a WordPress.org user account. I’ve got backups, but it could’ve been a much more annoying issue.

    http://wordpress.org/extend/plugins/black-studio-tinymce-widget/

Viewing 6 replies - 1 through 6 (of 6 total)
  • KS

    (@karl19)

    I’m not sure, but it could be that the standard process doesn’t take into account the problem of serialised arrays, which cause a problem when it comes to widgets. Are other widgets working, or do you only have the TinyMCE one installed?

    I often use this small search+replace file and instructions when migrating sites (from dev to live) and it’s always been very helpful.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello erinobrien, thanks for your report, I will make some tests in order to try to reproduce this issue.
    Please could you tell me if inside your widgets there were images and/or links?

    As karl19 said, I also believe that this issue may be related to the famous serialized fields issue. When changing the site URL, I would recommend using that search and replace tool or the WordPress move plugin, which also handles serialized fields substitution.

    I am having a issue when I update the plugin. If the update doesn’t go according to plan.

    For example I got this error last time I tried to update the plugin.
    Plugin Update Fail Screenshot

    It tells me I can not remove the plugin and then the plugin folder remains but the files are completely delete, which intern deletes the plugin.

    What about using the inactive widgets area when updating the plugin. That could make things a bit easier don’t you think?

    ps. Is the text for the widget kept in the database somewhere then the widget is removed or is it deleted upon removal.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Hello RDall,
    the problem you reported is a bit strange and it doesn’t seem to be strictly related with our plugin. Did you exeperience similar issues with other plugin updates? Could you check the permissions of plugins and black-studio-tinymce-widget folders?
    The text of the widgets is saved into the database and it is kept upon plugin removal, so you can safely manually delete the plugin and reinstall it. If you don’t succeed in doing it through the WP plugins interface, I would recommend to try a manual install by deleting and re-uploading the new version through FTP.

    Just wanted to say I had the same issue of the Black Studio Widget disappearing after a site move with URL change – from development to staging. To fix, I found the entry in the [table-prefix]_options table where option_name = ‘widget_black-studio-tinymce’. I had one image embedded in my tinymce copy. I found the s:number right before the quoted string that contained the url and changed that number by the difference between my old and new URLs. Everything worked after this change. If you know your way around a database, this might be easier than figuring out a plugin.

    Plugin Author Marco Chiesi

    (@marcochiesi)

    Hi bridgetwes,
    thanks for sharing your experience. As I previously said when dealing with a WordPress URL change it is necessary to face the “serialized fields” issue, which may become corrupted if using a simple search/replace (see the Codex for further info).
    This is not an issue specifically related to our plugin, but it affects all the pieces of code (plugins, themes and WP core too) that use serialized data.
    When changing the site’s URL, I recommend using the Search and Replace for WordPress Databases Script, as suggested by the Codex.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Black Studio TinyMCE Widget] Widgets Dissappear Upon Domain Change’ is closed to new replies.