Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: chandana (124.43.103.---)
Date: September 12, 2013 06:41PM

Dear Experts,
I have install wampserver 2.4 and when I install joomla 2.5 it was stuck at step 4 database. Not responding. When I check the appache.error it says

[Thu Sep 12 21:25:29.323842 2013] [:error] [pid 7252:tid 1504] [client 127.0.0.1:51940] PHP 7. JDatabaseMySQLi->execute() C:\\wamp\\www\\installation\\models\\database.php:542, referer: [localhost]

and mysql log says
2013-09-12 21:24:24 5248 [Note] Plugin 'FEDERATED' is disabled.
2013-09-12 21:24:24 5248 [Note] InnoDB: The InnoDB memory heap is disabled
2013-09-12 21:24:24 5248 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-09-12 21:24:24 5248 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-09-12 21:24:24 5248 [Note] InnoDB: Not using CPU crc32 instructions
2013-09-12 21:24:24 5248 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2013-09-12 21:24:24 5248 [Note] InnoDB: Completed initialization of buffer pool
2013-09-12 21:24:24 5248 [Note] InnoDB: Highest supported file format is Barracuda.
2013-09-12 21:24:25 5248 [Note] InnoDB: 128 rollback segment(s) are active.
2013-09-12 21:24:25 5248 [Note] InnoDB: Waiting for purge to start
2013-09-12 21:24:25 5248 [Note] InnoDB: 5.6.12 started; log sequence number 7304402
2013-09-12 21:24:25 5248 [Note] Server hostname (bind-address): '*'; port: 3306
2013-09-12 21:24:25 5248 [Note] IPv6 is available.
2013-09-12 21:24:25 5248 [Note] - '::' resolves to '::';
2013-09-12 21:24:25 5248 [Note] Server socket created on IP: '::'.
2013-09-12 21:24:25 5248 [Note] Event Scheduler: Loaded 0 events
2013-09-12 21:24:25 5248 [Note] wampmysqld: ready for connections.
Version: '5.6.12-log' socket: '' port: 3306 MySQL Community Server (GPL)


what is wrong please help me to find the problem
best regards

wimal

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: RiggsFolly (---.as13285.net)
Date: September 12, 2013 10:18PM

What does you PHP error log say.

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: chandana (124.43.109.---)
Date: September 13, 2013 05:31PM

nothing

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: chandana (124.43.109.---)
Date: September 13, 2013 05:31PM

nothing

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: RiggsFolly (---.as13285.net)
Date: September 13, 2013 05:50PM

Check the apache error log as well.

This is usually a timeout during the database creation phase.


Try increasing the timeout by editing php.ini ( use the menus to edit this file so you edit the correct one )

Look for the parameter max_execution_time and change it to max_execution_time = 120

Remember to set it back after the install has completed

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: educadion (197.211.32.---)
Date: February 10, 2014 12:57PM

I had the same problem, I modified the php.ini file by changing max_execution_time to 3000
It did not work

I realized my problem was caused by installing wampserver 2.4 on 2.2 without uninstalling 2.2 it seemed the new wampserver php is using the old php.ini. There is another php.ini in apache bin folder I don't know why it is there.

Solution, I uninstalled them both and reinstalled wampserver 2.4.
I then changed the max_execution_time in the new php.ini file to 3000 in both apache bin and php folder and it worked

Options: ReplyQuote
Re: Wampserver 2.4 with Joomla 2.5 stuck in database connection
Posted by: RiggsFolly (---.ppp.as43234.net)
Date: February 10, 2014 01:51PM

Hi educadion,

The php.ini in the apache folder is used when you use the webserver.

The php.ini file in the php folder is used when you run PHP CLI ( Command Line Interface )

Two seperate files for 2 seperate functions.


So I guess you modified the wrong file!!! If you had used the wampmanager menu system it would have let you edit the CORRECT file.
If you use the tools provided it helps, they are designed for the express purpose of assisting those that are not yet sure what they are doing.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote


Sorry, only registered users may post in this forum.