Joomla 2.5 Manage tab not working
Posted by: thomas2012 (101.212.151.---)
Date: July 15, 2012 07:09PM

I have installed Joomla 2.5 on wamp server.

There is no issues except that the Joomla "Manage" tab in the "Extension Manager" is not working. Getting the following error while trying to access;



( ! ) Fatal error: Maximum execution time of 30 seconds exceeded in C:\wamp\www\Joomla 2.5.6\libraries\joomla\string\string.php on line 399
Call Stack
# Time Memory Function Location
1 0.0011 382744 {main}( ) ..\index.php:0
2 0.1595 5709960 JAdministrator->dispatch( ) ..\index.php:46
3 0.1680 6105128 JComponentHelper::renderComponent( ) ..\application.php:153
4 0.1790 6137856 JComponentHelper::executeComponent( ) ..\helper.php:351
5 0.1799 6186720 require_once( 'C:\wamp\www\Joomla 2.5.6\administrator\components\com_installer\installer.php' ) ..\helper.php:383
6 0.1870 6521264 JController->execute( ) ..\installer.php:22
7 0.1870 6521312 InstallerController->display( ) ..\controller.php:760
8 0.2301 7568464 InstallerViewManage->display( ) ..\controller.php:60
9 0.2309 7569784 JView->get( ) ..\view.html.php:35
10 0.2309 7569904 JModelList->getItems( ) ..\view.php:386
11 0.2344 7586352 InstallerModel->_getList( ) ..\modellist.php:128
12 0.9404 8321040 JArrayHelper::sortObjects( ) ..\extension.php:76
13 0.9404 8322056 usort ( ) ..\arrayhelper.php:463
14 29.9981 8322624 JArrayHelper::_sortObjects( ) ..\arrayhelper.php:463
15 29.9981 8322688 JString::strcmp( ) ..\arrayhelper.php:514



Please help..

Free Joomla 2.5 Templates

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: July 16, 2012 02:31PM

PHP has a max execution time setting to stop scripts that are in infinite loops from running for ever.

You can increase this time limit by editing you php.ini file. Use wamp -> PHP -> php.ini to edit it.

Look for a parameter called "max_execution_time"

This is set to 30 on youur system increase it to 60 to see if thats enough. If not add another 30 seconds if thats not enough there may be some other problem so start looking for why it needs to run for so long rather than just increasing it again and again

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: thomas2012 (49.137.41.---)
Date: July 16, 2012 06:03PM

I tried that already and reinstalled a number of times also. There is no issue with Joomla 1.5xxx versions. The issue starts with the 2.5xx versions.

I even tried XAMP and gets some what same error.



Edited 1 time(s). Last edit at 07/16/2012 06:08PM by thomas2012.

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: July 16, 2012 06:18PM

Maybe you should be asking for help on a Joomla site

I just did a google search with this as the search parameter "Maximum execution time Joomla 2.5" and ther are lots of posts with this problem.

Try doing some research, I read a few and it seems that its might be something to do with locale processing

Good luck

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: thomas2012 (223.235.95.---)
Date: July 19, 2012 12:14PM

This doesn't have anything to do with Joomla as it installs and works fine on all servers. I have a number of live sites running on Joomla 2.5.

This happens only with Wampserver.

Free Joomla 2.5 Templates

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: July 19, 2012 03:17PM

thomas2012 Wrote:
-------------------------------------------------------
> I tried that already and reinstalled a number of times also. There is no issue with Joomla 1.5xxx
> versions. The issue starts with the 2.5xx versions.
>
> I even tried XAMP and gets some what same error.


Well actually you have already said it also happens with XAMP ???????????

Its simply not going to solve your problem if you just blame WAMP!

This is most likely to be a PHP configuration issue, afterall its telling you that it is not allowed to run the script ( JOOMLA or your Joomla addons ) in the time you have allowed it.

Wamp is primarily a tool that installs Apache/MySQL/PHP easily and quickly on a windows PC. It is configured to get you going for learning and development. Using it does not preclude you needing to know or learn something about each of these 3 environments.

The google search I suggested returns 58 THOUSAND results of other people who have had this sort of execution time exceeded message when using Joomla on everything from WAMP/XAMP to GoDaddy servers.

Possible solution here:
seems to be somebody using a hammer rather than a brain to crack a nut but give it a try.
[www.qubesys.com]

If you increase the resources and maximums allowed it will probably finish eventually. But consider reducing these values back to there original values once you get over this import/upgrade issue.
Nobody wants to wait 83 minutes to be told you forgot to add 1 to a counter in a while loop.

Options: ReplyQuote
Re: Joomla 2.5 Manage tab not working
Posted by: thomas2012 (101.221.152.---)
Date: July 19, 2012 04:20PM

Thanks for the quick reply. I will try the link you have given me.

Options: ReplyQuote


Sorry, only registered users may post in this forum.