Merhaba,
Yukarıdaki kod aşağıdaki hatayı veriyor nedeni ne olabilir acaba?
Teşekkürler
PHP:
if(!file_exists(WT_MODULES_DIR."simple_db_backup/".@BACKUPDIR)){
if (!mkdir(WT_MODULES_DIR."simple_db_backup/".@BACKUPDIR, 0700, true)) {//0777
die('Failed to create folder' .@BACKUPDIR);
}
}
Kod:
Warning: mkdir(): Permission denied in /www/htdocs/w011c58d/ourtree/modules_v3/simple_db_backup/admin_db_backup.php on line
Kod:
Warning: chmod(): No such file or directory in /www/htdocs/w011c58d/ourtree/modules_v3/simple_db_backup/admin_db_backup.php on line
Teşekkürler