I am trying to install Joomla! 3.2.1 on my system but the installation freezes half way through. I\'ve downloaded and installed the Wamp Server 2.4 and wanted to locally ins
Most of user's are facing This problem when installing Joomla 3.x. I have also faced this problem. Then i found the solution to do some configuration changes in my php.ini file and joomla's mysql file. i did following changes :
in php.ini file
Output_Buffering=Off
Display_Errors=Off
and in wamp\www\Your joomla folder\installation\sql\mysql\Joomla.sql
replaced all the occurence of "ENGINE=InnoDB" with "ENGINE=MyIsam"
Now my joomla demo site has been working fine