| | |
About Drupal
Please support our PHP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved |
Hi...
Its pretty simple... You should have read install.php carefully..
Anyways..
1) In the drupal folder, there is a site folder and in there you have a default folder..
Just rename the drupal/sites/default/default.settings.php file to -> /drupal/sites/default/settings.php
2) Edit the above settings.php file and edit the database url variable $db_url in it..
For mysql, in wamp your hostname is localhost, username is root and password i suppose is empty..
So the above string value will be:
$db_url = 'mysql://root
localhost/drupal';
where drupal is the database name..
3) now open http://localhost/phpmyadmin and create a database named drupal
4) Now just run the installation script:
http://localhost/<drupal folder name>/install.php
5) Just follow the screen instructions..
And yes ofcourse, we can use wamp for test purposes for drupal..
no issues..
all the best with drupal..
Its pretty simple... You should have read install.php carefully..
Anyways..
1) In the drupal folder, there is a site folder and in there you have a default folder..
Just rename the drupal/sites/default/default.settings.php file to -> /drupal/sites/default/settings.php
2) Edit the above settings.php file and edit the database url variable $db_url in it..
For mysql, in wamp your hostname is localhost, username is root and password i suppose is empty..
So the above string value will be:
$db_url = 'mysql://root
localhost/drupal';where drupal is the database name..
3) now open http://localhost/phpmyadmin and create a database named drupal
4) Now just run the installation script:
http://localhost/<drupal folder name>/install.php
5) Just follow the screen instructions..
And yes ofcourse, we can use wamp for test purposes for drupal..
no issues..
all the best with drupal..
Hi..
i think the above $db_url had a smiley in between....
this was due to some smiley shortcut...
the db_url will be ...
i think the above $db_url had a smiley in between....
this was due to some smiley shortcut...
the db_url will be ...
$db_url = 'mysql://root<colon>localhost/drupal'; Last edited by peter_budo; Dec 15th, 2008 at 4:01 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
Oops.. im extremely sorry the url will be
$db_url = 'mysql://root<colon><at the rate symbol>localhost/drupal'; Last edited by peter_budo; Dec 15th, 2008 at 4:01 am. Reason: Keep It Organized - For easy readability, always wrap programming code within posts in [code] (code blocks) and [icode] (inline code) tags.
•
•
Join Date: Apr 2008
Posts: 510
Reputation:
Solved Threads: 0
Hi guys,
I have installed it successfully with a problem but i think it shouldn't be a problem because: i use it in my desktop only. Am i right?
Thanks
warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\ssl\drupal-6.8\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site admin, if the problem persists.
I have installed it successfully with a problem but i think it shouldn't be a problem because: i use it in my desktop only. Am i right?
Thanks
warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\ssl\drupal-6.8\includes\mail.inc on line 193.
Unable to send e-mail. Please contact the site admin, if the problem persists.
Hi...
yes its absolutely fine...
This problem is because your system is not configured as smtp (the email sending port)... so php is not able to send mail... thats y this error occurred... otherwise its absolutely fine...
all the best with your drupal...
yes its absolutely fine...
This problem is because your system is not configured as smtp (the email sending port)... so php is not able to send mail... thats y this error occurred... otherwise its absolutely fine...
all the best with your drupal...
•
•
Join Date: Apr 2008
Posts: 510
Reputation:
Solved Threads: 0
What do we use drupal for? Do we create web pages or something else? When i do changes, it only changes the current preview of my account. Is there any way how to create a web page example? Simple one to learn. I heart that if a person is not good in designing, the drupal can be used to create a webpage. Is it right?
Thanks guys
Thanks guys
Last edited by veledrom; Dec 14th, 2008 at 8:40 pm. Reason: .
![]() |
Similar Threads
- CSS/PHP Web Developer Needed (Web Development Job Offers)
- PHP Developer and PHP Drupal Developer (Web Development Job Offers)
- Designing Drupal CMS Websites for your needs (Site Layout and Usability)
- Drupal (IT Professionals' Lounge)
- Drupal Website Cloning (IT Professionals' Lounge)
- drupal + dotproject + bridging (PHP)
Other Threads in the PHP Forum
- Previous Thread: Getting MP3 metadata
- Next Thread: SMS Script
Views: 841 | Replies: 7
| Thread Tools | Search this Thread |
Tag cloud for PHP
.htaccess access ajax alexa apache api array beginner beneath binary broadband broken cakephp checkbox class cms code cron curl database date directory display download dynamic echo email error file files folder form forms function functions google href htaccess html image include insert integration ip java javascript joomla jquery limit link login loop mail menu methods mlm mod_rewrite multiple mysql oop parse paypal pdf php problem query radio random recursion redirect regex remote script search select server sessions sms smtp soap source space speed sql structure syntax system table tutorial update updates upload url validation validator variable video web xml youtube





