• Resolved stephenturner

    (@stephenturner)


    Hi Guys, i am no techie at all, but i’m hoping some clever spark may have a simple answer for me. I have used backupbuddy on over a hundred websites, and i use the importbuddy to restore websites, but mainly to restore a template i use on every website. Today, whenever i use importbuddy i get a list of errors that all seem to point to 3 lines of code, the migration however says is successful and everything seems to work just fine after, but i have never had the errors ever and after testing they happen everytime. After step 5: Site URL Settings the errors show, just before the success message, i have put below a few lines of the error, plus the 3 lines from the actual code they are referring to, hope this is ok?

    Repeated Errors:

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Requests_Utility_CaseInsensitiveDictionary” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 482

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Requests_Utility_CaseInsensitiveDictionary” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 485

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Requests_Utility_CaseInsensitiveDictionary” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 488

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “ET_Core_PageResource” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 482

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “ET_Core_PageResource” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 485

    Notice: pluginbuddy_dbreplace::recursive_object_replace(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “ET_Core_PageResource” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide an autoloader to load the class definition in /homepages/29/d41749095/htdocs/heritagestairdesign/importbuddy/lib/dbreplace/dbreplace.php on line 488

    Actual Lines Of Code (482, 485 and 488):

    if ( is_array( $data->{$key} ) ) {
    } elseif ( is_object( $data->{$key} ) ) {
    } elseif ( is_string( $data->{$key} ) ) {

    Very much appreciated, i’ll be sitting at my computer for a few hours incase anyone can help, thank you again… ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter stephenturner

    (@stephenturner)

    UPDATE! I tried the same thing using Heart Internet and i had no errors, but when i use 1&1, this is where i get the error, but i must have done this on my 1&1 server over 100 times with no issues. I called 1&1 and they said there has been no change to my server and they think unserialize has something to do with a plugin conflict?

    Thread Starter stephenturner

    (@stephenturner)

    SOLVED – was a PHP version, issue, rolled back from v7.2 and it worked as always, thanks… ??

    Ticket Resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘BackupBuddy Import Errors’ is closed to new replies.