Two errors...[SOLVED]
Posted: Mon Jan 30, 2006 2:31 pm
I am writing a script to backup a database structure and data...
1. When there is a file that exists...I am not able to delete it using unlink()...why?
2. The script runs for more than 30s but it stops after that time....how do I make it run until it takes the backup of all necessary structure and data
1. When there is a file that exists...I am not able to delete it using unlink()...why?
2. The script runs for more than 30s but it stops after that time....how do I make it run until it takes the backup of all necessary structure and data
Code: Select all
Warning: unlink(recoverDatabase.sql): Permission denied in j:\apache\apache\htdocs\backup\FileHandler.class.php on line 75
Fatal error: Maximum execution time of 30 seconds exceeded in j:\apache\apache\htdocs\backup\FileHandler.class.php on line 67