I'm trying to port my site from preview.kurtmeyer.com to test2.kurtmeyer.com, am using FileManager to move the backup to the test2 folder. Or, if downloading, I am using FireFTP in Binary mode.
On running Kickstart, I get errors such as "Invalid header in archive file, part 0, offset xxxx", but when I re-start Kickstart the offset changes, the status bar shows a different file, and every now and then it simply works. I've also had problems where it restores the files, then gives errors during the database restore, again if I restart the db restoration the location of the error changes and finally succeeds after several restarts, sorry I can't give you exact errors for this as it hasn't gotten that far recently.
I've excluded log files from the backup, and have searched the forums for possible solutions.
As an example, here is the error I got the first time I tried to restore a fresh backup today:
Invalid header in archive file, part 0, offset 13167160
and the next time it was:
Invalid header in archive file, part 0, offset 12583214
and the third time it was:
Invalid header in archive file, part 0, offset 16457848
I'm attaching the log file from the backup creation, and here are the lines from error_log in the target folder during a number of restoration attempts today:
[25-Feb-2015 00:14:02 UTC] PHP Warning: require_once(/home/kurtmeye/public_html/test2/includes/defines.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 00:14:02 UTC] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/kurtmeye/public_html/test2/includes/defines.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 00:15:06 UTC] PHP Warning: gzinflate() [<a href='function.gzinflate'>function.gzinflate</a>]: data error in /home/kurtmeye/public_html/test2/kickstart.php on line 4864
[25-Feb-2015 00:29:02 UTC] PHP Warning: require_once(/home/kurtmeye/public_html/test2/includes/defines.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 00:29:02 UTC] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/kurtmeye/public_html/test2/includes/defines.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 00:37:38 UTC] PHP Warning: gzinflate() [<a href='function.gzinflate'>function.gzinflate</a>]: data error in /home/kurtmeye/public_html/test2/kickstart.php on line 4864
[25-Feb-2015 00:38:19 UTC] PHP Warning: require_once(/home/kurtmeye/public_html/test2/includes/defines.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 00:38:19 UTC] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/home/kurtmeye/public_html/test2/includes/defines.php' (include_path='.:/opt/alt/php53/usr/share/pear:/opt/alt/php53/usr/share/php') in /home/kurtmeye/public_html/test2/index.php on line 28
[25-Feb-2015 01:02:50 UTC] PHP Warning: gzinflate() [<a href='function.gzinflate'>function.gzinflate</a>]: data error in /home/kurtmeye/public_html/test2/kickstart.php on line 4864
[25-Feb-2015 01:04:12 UTC] PHP Warning: gzinflate() [<a href='function.gzinflate'>function.gzinflate</a>]: data error in /home/kurtmeye/public_html/test2/kickstart.php on line 4864
I normally use FireFox but for this last attempt have done everything on Google Chrome.
I've also tried restoring the backup locally with similarly random offset errors. And using eXtract Wizard locally I get Warning: Invalid Archive Format, but this always stops with the same file (a jpg) showing in the status bar.
If you can help me figure out why I can no longer create a viable backup, I'd really appreciate it. Thanks for your support.