Issue with restoring site using iThemes BackupBuddy – importbuddy.php
-
There is an issue with trying to restore a backup from BackupBuddy. When restoring a website, the process includes creating a new database, uploading a ZIP file )with all files, WP core, plugins, images and the database) AND uploading a file called importbuddy.php to the root directory of the site. Usually I do this when I’m migrating a site to a new host, or restoring a site to a development environment for testing.
Once uploaded, you access https://websitename.whatever/importbuddy.php and it runs a PHP script that extracts the ZIP file, moves the database from the ZIP into the database, and migrates/updates the domain name as needed. The last step in the process after checking to see if the site is working properly is to clean up, removing importbuddy.php and some other files/folders.
The first time I tried the process, I received the following error:
I’m going to chime in here quickly. The importbuddy.php file is a well-known file that is run when you are restoring a BackupBuddy backup. It’s clean, and there is a process in place to delete the file once the site has been restored.
I think I’m having an issue right now restoring, as WordFence is blocking the restore process and blocking me from completing Step 3 (Database Settings) and throwing the following error AFTER the first step (extracting all of the files) and BEFORE the step that populates the database.
ERROR #839983: Failure parsing returned server data. See Status Log for more details. Details:
Unexpected token < in JSON at position 0. Response:
<b>Warning</b>: Unknown: failed to open stream: Permission denied in <b>Unknown</b> on line <b>0</b><b>Fatal error</b>: Unknown: Failed opening required ‘/home/SITE/public_html/wordfence-waf.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in <b>Unknown</b> on line <b>0</b>
.
Next, I went to the original installation and went to Wordfence > Options > Scans to include section and I excluded the file importbuddy.php. I then created a new backup, started over with the new development destination and when trying to run importbuddy.php I got the following error immediately:
Warning: Unknown: failed to open stream: Permission denied in Unknown on line 0 Fatal error: Unknown: Failed opening required '/home/brownsto/public_html/wordfence-waf.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in Unknown on line 0
This is a problem. If I am unable to run BackupBuddy and depend on the backup/restore process, I’ll need to stop running Wordfence.
Suggestions?
- The topic ‘Issue with restoring site using iThemes BackupBuddy – importbuddy.php’ is closed to new replies.