Page 1 of 1

Joomla 3.1.1. hangs while creating database tables

Posted: Thu May 09, 2013 12:58 pm
by mirek
Hi,
I'm installing locally (pendrive 8 GB, XAMPP) and everything was working good with installation (steps 1-3) and now I can't see any progress while Joomla is creating a database tables. It shows progress bar but for more than an hour no changes.
What I need to check/fix?
Thanks.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Wed Jun 26, 2013 3:40 pm
by irish2k10
Ya I am having the same problem. I am new to Joomla and just downloaded it today along with WAMP. the progression bar on the installation page seems to be frozen. It is on creating database tables. Underneath that is Creating configuration File. I am installing Joomla 3.1. Any help would be appreciated. Thanks.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Wed Jun 26, 2013 5:51 pm
by komodore
Check permissions to the database.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Wed Jun 26, 2013 5:57 pm
by irish2k10
I followed a step by step guide from lynda.com for installing joomla. The only difference was they were installing joomla 3.0. I have done quite a few searches on the internet and still no solution.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Wed Jun 26, 2013 10:39 pm
by irish2k10
Okay i figured out what was going wrong. Version 5.6.12 of MySQL seemed to be causing it because when i downloaded an older version of this Joomla installed fine. Anyone else experience anything like this? I am assuming there is some problem between Joomla 3.1 and MySQL 5.6.12.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Mon Jul 01, 2013 7:55 am
by Boomzoon
I have the same issue with Joomla 3.1 and MySQL 5.6.12. Still looking for solution.

I tried this and that worked: http://forum.joomla.org/viewtopic.php?f=707&t=789551
configured some lines php.ini
- extension=php_mysql(i).dll to full qualified path, extension=D:\php\ext\php_mysql(i).dll
- max_execution_time = 30 to 180
- install zlib1.dll to D:\php\ext\ and add a line extension=D:\php\ext\zlib1.dll

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Wed Jul 03, 2013 1:32 pm
by Pit9000
also having problems, i run a lot of joomla 1.x and 2.x on this dedicated server. Latest ubuntu TLS with following versions:

mysql : 5.5.31-0ubuntu0.12.04.1
php : PHP 5.3.10-1ubuntu3.6 with Suhosin-Patch (cli)
apache : Apache/2.2.22 (Ubuntu)

Pls advice.

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Tue May 06, 2014 11:57 am
by johnfry1
I am using the Wamp server and it installs PHP 5.4.16 and MySQL 5.6.12. I installed the latest 3.x of Joomla and it did hang. I found this post and followed the instructions and it did work. I also have Windows 7

http://www.optimumtheme.com/blog/troubl ... -step.html



Hope this helps

Re: Joomla 3.1.1. hangs while creating database tables

Posted: Tue May 06, 2014 5:02 pm
by sovainfo
As an alternative you might want to properly configure your webserver. Would start with max_execution_time=300 in php.ini with a restart of the webserver.