From: Joe Z. <joe...@za...> - 2004-08-25 23:41:31
|
Ryan Evans wrote: >Hey guys! First post here! > >I am trying to restore a file (for testing purposes) I am getting this error: > >Fatal error: Maximum execution time of 30 seconds exceeded in >/var/www/html/bobs/inc/class_restore.php on line 173 > >Using SMB for restore and backup, PC setup is (server)--(client computers via >lan using a smb share on server) the server is running BOBS, and I am trying to >backup certain directories and be able to log in and restore them if they >accidently delete them or something like that. > >Can anyone help pls :) > >Kasper > > That is a php timeout error. There is a line in your php.ini like this: max_execution_time = 30 I'm guessing the script timed out while waiting on the restore. Was it a large file or a slow connection? Did the file get restored? Cheers, Joe Zacky |