Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: chrisg2010 on March 01, 2009, 01:31:18 AM

Title: cant do packages
Post by: chrisg2010 on March 01, 2009, 01:31:18 AM
Every time i try to install a package, i get same error.

Fatal error: Maximum execution time of 10 seconds exceeded in /home/a7664447/public_html/forum/Sources/Class-Package.php on line 807
Title: Re: cant do packages
Post by: chrisg2010 on March 03, 2009, 12:21:55 PM
why no one help me?
Title: Re: cant do packages
Post by: N3RVE on March 06, 2009, 04:06:05 PM
Download /index.php via FTP (How do I use FTP? / What is FTP? (http://docs.simplemachines.org/index.php?topic=480))
Right after the PHP opening tag (<?php), add set_time_limit(0);
It should look like;

<?php
set_time_limit
(0);


Alternatively, change the Maximum execution time in php.ini to something higher (40).
Let us know if you require additional assistance :)

-[n3rve]