Topic: Restore Back-up..... error!
I cant restore my database, because this:
Fatal error: Maximum execution time of 90 seconds exceeded in e:\Websites\carola2\carola11\tucaravana.com\Web\foro\admin_loader.php on line 27
PHP Fatal error: Maximum execution time of 90 seconds exceeded in e:\Websites\carola2\carola11\tucaravana.com\Web\foro\admin_loader.php on line 27
--------------------------------------------------------------
I try this:
//
// Increase maximum execution time, but don't complain about it if it isn't
// allowed.
//
@set_time_limit(10000);
----------------------------------------------
and
-----------------------------------------------
//
// Increase maximum execution time, but don't complain about it if it isn't
// allowed.
//
@set_time_limit(5000);
-----------------------------------------------
and!
-----------------------------------------------
//
// Increase maximum execution time, but don't complain about it if it isn't
// allowed.
//
@set_time_limit(1500);
-----------------------------------------------
how i can do?
PD: Sorry the english!