PDA

View Full Version : hosting migration


pubbli
10-22-2007, 08:23 AM
Hi all,
i'm sorry but i haven't found a proper section for my problem.
I have to change hosting so i'm going to make a total backup.
For this, i was in the Manage Database window, and i choosen
"backup structure and data" from the database backup tool.
I tried to save the backup on my PC, but after i see these words

Fatal error: Maximum execution time of 30 seconds exceeded in /home/httpd/vhosts/pubblicizzasito.net/httpdocs/admin/database.php on line 341

i'm in trouble, i need this backup fast :(
I also tried to save separately structure and data, but in the data step the script give me the same error.
How can i do to make a total backup?
Tnx to all the support :-)

Worzel
11-16-2007, 11:13 PM
This may fix your problem.

You may have to modify your sites PHP.INI file and look for the following entry:
max_execution_time = 30 ; Maximum execution time of each script, in seconds

change the max_execution_time = 30 to a higher value for instance
max_execution_time = 600

If you cannot modify your php.ini file yourself, contact your host support.