Joomla 3.x installation problem

Locked
User avatar
adnanamir
Joomla! Explorer
Joomla! Explorer
Posts: 262
Joined: Tue May 16, 2006 12:53 pm

Joomla 3.x installation problem

Post by adnanamir » Thu May 07, 2015 3:54 pm

I am trying to install Joomla! 3.x on my system but the installation freezes half way through.

It stops short of finishing the installation during the "creating database tables" task: it just stays on this bit seemingly forever.

Solution

1) This problem occurring most usually at Joomla 3.x. To solve this go to wamp\www\Your joomla folder\installation\sql\mysql and open Joomla.sql file find the term

"ENGINE=InnoDB"

and replace ALL with

"ENGINE=MyIsam"

MyIsam is more supported and compatible with Joomla.


2)

The problem is that PHP has timed out. By default WAMP comes with the php variable max_execution_time = 30

Look at your php error log and it should make this error fairly obvious.

So edit your php.ini file, using the wampmanager menu system

wampmanager -> PHP -> php.ini

Find the parameter

max_execution_time = 30

And change it to

max_execution_time = 200

Once the install has completed go back and change it back to a value no more than 60.
You do not have the required permissions to view the files attached to this post.

User avatar
Pnkr
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 174
Joined: Thu Sep 01, 2011 7:26 am
Location: Athens, Greece

Re: Joomla 3.x installation problem

Post by Pnkr » Thu May 21, 2015 6:43 am

Thanks for sharing!
Didn 't cross paths with this problem but its good to have in mind... :)


Locked

Return to “Urdu Forum”