Traummachoota
New Member
99% of the time when I try to load the Manage section of Extension manager, Joomla dies, giving me this error:\[code\]Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\vanillajoomla\libraries\joomla\string\string.php on line 399\[/code\]Here's the line that's causing it (it's in a routine that compares string with locale considered):\[code\]if (!$locale = setlocale(LC_COLLATE, $locale))\[/code\]I've tried reinstalling several times, no dice. This is locally installed under Windows 7 with XAMPP for testing a module I'm developing. Googling the error reveals nothing, same for "php locale timeout."Does anyone know what causes this, and how I can repair it?