Yes, When i the first time try to install Drupal on my Wamp it gives me a lot of trouble.I searches every forum and blogs looks for solution but it cant help me.I just want to shear the installation procedure of Drupal on wamp for the Novice Drupal Devoloper.Because I belive it will be the Number 1 CMS in near future.
Copy all Drupal files into www directory.Then
1.Creat a database say:my_site from phpmyadmin.
2.run durpal by
http://localhost/drupal/install.php3.Select the language when error comes
4. Just rename
default.settings.php to
settings.php in sites\default
hit refresh4. Open
settings.php and change $db_url = 'mysql://username:password@localhost/databasename';
by $db_url = 'mysql://root:0205039@localhost/my_site';save it and
hit refresh here 0205039 is my pass.
5. complete the remaining step(I think it will be easy and no common issue).............
N.B. 1.0 Theres may be an error shown that Unable to send e-mail just ignore it!
2.0 You need to setup a password for your wamp server.
3.0 I use Drupal 6.2 and Wamp 2c
Thats all!!!!!!
Use Drupal on wamp.If you face any problem feel free to comment on it.I will try to give the solution.
Thank you