• Resolved mrppp

    (@mrppp)


    When creating site using the duplicator i.e running installer i get one error.
    It says
    SERIALIZATION ERRORS (1)
    I run SQL SELECT option_value, autoload FROMwp_optionsWHERE option_id = "2671";

    I then see
    This table does not contain a unique column. Grid edit, checkbox, Edit, Copy and Delete features are not available.

    SELECT option_value, autoload
    FROM wp_options
    WHERE option_id = “2671”
    LIMIT 0 , 30

    Option Value

    a:11:{s:9:"opengraph";s:2:"on";s:9:"fb_admins";a:1...
    yes

    What does this mean and what do i need to do?

    http://wordpress.org/plugins/duplicator/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter mrppp

    (@mrppp)

    Maybe looking at it it has not copied any social settings that were in SEO by Yoast.

    Hey Mrppp,

    You can either manually try and fix the issue with a tutorial such as this one. Or you can find out what plugin is using that value and email the author the option value string to see if they can help you find the fix, they will most likely be much more familiar with their data structures… Sometimes just re-saving the plugins settings will do the trick…

    The plugin can usually fix serialized strings in most cases however from time to time there are string that don’t get repaired for various reasons, especially if they are complex or the database table type was converted from something like ASCII to UTF8…

    Cheers~

    Thread Starter mrppp

    (@mrppp)

    what exactly has happened?

    all i could see was in wordpress seo by yoast no social settings were transferred.

    Without getting technical, one of the plugins settings didn’t get transferred properly which from what you mentioned looks like it may have been your Yoast settings… I use the Yoast plugin as well and have not seen that issue. Although I haven’t played with the social settings. I’ll add that to the todo list of items to validate in one of the next versions…

    Cheers~

    Thread Starter mrppp

    (@mrppp)

    thanks

    No Problem… Marking as resolved…

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

The topic ‘error’ is closed to new replies.