|
I was getting the same error:
Warning: touch() [function.touch]: Unable to create file ./backup/MySQL-Data-Backup-pligg-2008-10-09 10-33-13.sql because Permission denied in /usr/local/apache2/htdocs/pligg/libs/backup/mysql_backup/libs/backup.class.php on line 252
.
.
.
I did chmod 777 on pligg/backup and that fixed my problem.
|