Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 12:56 pm (All times are UTC )

 




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
Posted: Mon Jun 25, 2007 12:09 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Jun 25, 2007 12:02 pm
Posts: 1
The problem:
While installing a Joomla! component you get a “maximum execution time exceeded” error like this:
Fatal error: Maximum execution time of 60 seconds exceeded in H:\Joomla\administrator\index2.php on line 40
- The file and/or line could be different.

For this problem there are two solutions. Solution 2 is only possible if you have rights to modify the php.ini file and restart the web server.

Solution 1:
1. Open the index2.php file in the administrator folder.
2. Find the line: require_once( '../configuration.php' );
3. Paste the following line beneath: ini_set('max_execution_time', 120);
4. Save the file and reload the Joomla! administration page.

Solution 2:
1. Open the php.ini file (Normally it should be in the php or the windows directory)
2. Find the line: max_execution_time = 30
3. Change the value 30 into 120
4. Save the php.ini file and restart the web server
5. Now reload the Joomla! administration page.

Note: This solution affects the whole web server; only use it when you know what you are doing.


Top
  E-mail  
 
Posted: Thu Aug 09, 2007 6:17 am 
Joomla! Virtuoso
Joomla! Virtuoso
Offline

Joined: Sun Apr 16, 2006 12:20 am
Posts: 3060
Location: 127.0.0.1
FAQ created: http://help.joomla.org/component/option ... temid,268/
Topic locked

_________________
Backup, backup, backup! Never forget to backup.
*JoomlaPack can not only backup your site, but help you migrate it as well!*


Top
   
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group