BackupBuddy: Advanced Debugging
(Difference between revisions)
(Created page with '== importbuddy.php User Error == '''The backup zip file is not found.''' * The zip file has been renamed to a non-BackupBuddy format. * The zip file permissions are wrong. * The…') |
|||
| Line 8: | Line 8: | ||
== Error Messages == | == Error Messages == | ||
| − | Warning: mysql_query() [function.mysql-query]: Unable to save result set in /www/wp-content/plugins/backupbuddy/backupbuddy.php on line | + | '''Warning: mysql_query() [function.mysql-query]: Unable to save result set in /www/wp-content/plugins/backupbuddy/backupbuddy.php on line 1234''' |
| + | |||
| + | This is usually caused by a corrupt database or corrupt table(s) within said database. Repairing the database/table(s) using a tool such as phpMyAdmin typically resolves this issue. [http://textpattern.com/faq/36/warning-unable-to-save-result-set/] | ||
Revision as of 18:02, June 1, 2010
importbuddy.php User Error
The backup zip file is not found.
- The zip file has been renamed to a non-BackupBuddy format.
- The zip file permissions are wrong.
- The zip file is not in the same directory as importbuddy.php.
Error Messages
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /www/wp-content/plugins/backupbuddy/backupbuddy.php on line 1234
This is usually caused by a corrupt database or corrupt table(s) within said database. Repairing the database/table(s) using a tool such as phpMyAdmin typically resolves this issue. [1]