How to Install Joomla 3.1 on Wamp Server , stuck at creating database tables resolved
If you are facing problem in installing Joomla 3.1 on Wamp Server then here is a small solution to install your latest Joomla 3.1.
What we are doing is we are using wamp server version 2.4 which has a PHP 5.4 version and there is problem in compatibility with Joomla 3.1. PHP 5.3 version is well supported so we need to downgrade our Wamp server in order to do that without changing any code in Joomla.sql
Download the 2.2e version of Wamp Server 32 bit or 64 bit depending upon your windows.Install it and now install your Joomla , if would become a peace of cake for you now. Hope you like it.
Another trick is that if you still like installing Joomla 3.1x on Wamp Server 2.4 what you have to do is :
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.
Joomla 3.1 Installation steps:
Joomla Installation is very easy and almost similar since the 1.5 version.
1) Download Joomla 3.1 here.
2) Extract it and Paste it the folder www of your (wamp or xamp) directory.
3) Run the Wamp Server and type the localhost/your_joomla_folder_name in your browser.
4) You will begin to see the below screen. fill in the required fields.
5) Choose the Database type , host name , username (must be root) leave the password field empty. Choose the database name and leave table prefix unchanged. You will have different table prefix.
7) After installation you will see the button saying remove installation folder click on that button to remove installation folder else your installation will not be completed . Now you can view your site and login to administrator page.
What we are doing is we are using wamp server version 2.4 which has a PHP 5.4 version and there is problem in compatibility with Joomla 3.1. PHP 5.3 version is well supported so we need to downgrade our Wamp server in order to do that without changing any code in Joomla.sql
Download the 2.2e version of Wamp Server 32 bit or 64 bit depending upon your windows.Install it and now install your Joomla , if would become a peace of cake for you now. Hope you like it.
Another trick is that if you still like installing Joomla 3.1x on Wamp Server 2.4 what you have to do is :
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.
Joomla 3.1 Installation steps:
Joomla Installation is very easy and almost similar since the 1.5 version.
1) Download Joomla 3.1 here.
2) Extract it and Paste it the folder www of your (wamp or xamp) directory.
3) Run the Wamp Server and type the localhost/your_joomla_folder_name in your browser.
4) You will begin to see the below screen. fill in the required fields.
5) Choose the Database type , host name , username (must be root) leave the password field empty. Choose the database name and leave table prefix unchanged. You will have different table prefix.
6) If you need a quick start install the sample scheme else choose none.
7) After installation you will see the button saying remove installation folder click on that button to remove installation folder else your installation will not be completed . Now you can view your site and login to administrator page.
Thanks for Ref:
No comments:
Post a Comment