In 99% of cases, when I try to load the "Management" section of the extension manager, Joomla dies, giving me this error:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\vanillajoomla\libraries\joomla\string\string.php on line 399
Here is the line that calls it (it is in a routine that compares the line with the considered locale):
if (!$locale = setlocale(LC_COLLATE, $locale))
I tried to reinstall several times, without dice. This is locally installed under Windows 7 with XAMPP to test the module I am developing. The error when starting the error does not detect anything, the same for the "php localization timeout".
Does anyone know what causes this, and how can I recover it?
source
share