The Installation continue.
The installation hangs or abort.
Possible entry on the PHP error log (may times on 2.5.x)
Using mysqli:
Fatal error: Maximum execution time of 30 seconds exceeded in JRoot\libraries\joomla\database\database\mysqli.php 382
Using mysql:
Fatal error: Maximum execution time of 30 seconds exceeded in JRoot\libraries\joomla\database\database\mysql.php 534
Xampp 1.8.3-4:
MySQL 5.6.16, PHP 5.5.11
Apache 2.4.9, phpMyAdmin 4.1.12, OpenSSL 1.0.1, XAMPP Control Panel 3.2.1, Webalizer 2.23-04, Mercury Mail Transport System 4.63, FileZilla FTP Server 0.9.41, Tomcat 7.0.42 (with mod_proxy_ajp as connector), Strawberry Perl 7.0.42 Portable
Just raise the PHP maximum execution time.
On my machine i need 91 - 120 that it run. (Steps: 30, 60, 90, 120)
It seems to be related to the machine the XAMPP stack is running on.
Ok so nothing related to PHP/MySQL Version?
On a older Version (Xampp: 1.8.2; PHP 5.4.16 & 5.5.32) i don't need to raise the maximum execution time.
On my machine i need 91 - 120 that it run. (Steps: 30, 60, 90, 120)
Yep, same for me on the laptop. On the other machine same XAMPP worked fine.
Ok so nothing related to PHP/MySQL Version?
On a older Version (Xampp: 1.8.2; PHP 5.4.16 & 5.5.32) i don't need to raise the maximum execution time.
Personally, I doubt it is related to Joomla itself. It's related to XAMPP somehow. The queries never should take that long to apply. I have no clue why it does sometimes in XAMPP.
Personally, I doubt it is related to Joomla itself. It's related to XAMPP somehow.
ok. So i'm closing here :D
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-08-04 09:16:46 |
Labels |
Added:
?
|
Just raise the PHP maximum execution time.
I had this happen to me as well on earlier versions of XAMPP on my laptop. It seems to be related to the machine the XAMPP stack is running on. It worked fine on my main computer.