View Single Post
  #1 (permalink)  
Old 10-17-2006, 04:18 AM
Swakoo Swakoo is offline
New Pligger
 
Join Date: Oct 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Permissioning required for backup to work?

Hi guys,

I tried the backup feature for files and mysql, and bumped into some problems, hopefully some people can enlighten me:

1) MySQL backup

Quote:
_QUERY_ERROR_Access denied for user 'user'@'localhost' to database 'dbname'
My user has only SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER rights. Is there any other that he needs, for this function to work?

2) Files Backup

Quote:
Warning: FileBackup::MakeBackup(zip.php) [function.MakeBackup]: failed to open stream: No such file or directory in /home/phinger/pligg/libs/backup/file_backup/backup.php on line 8

Warning: FileBackup::MakeBackup() [function.include]: Failed opening 'zip.php' for inclusion (include_path='.:/usr/share/pear') in /home/phinger/pligg/libs/backup/file_backup/backup.php on line 8

Fatal error: Class 'Archive_Zip' not found in /home/phinger/pligg/libs/backup/file_backup/backup.php on line 34
I have tried chmod 777 to the path already but to no avail. Something else missing? do i requrie additional extension for this to work?

thanks!
Reply With Quote