Drupal installation on local host using WAMP server - 2

Sorry, you need to install flash to see this content.

This is a part two video made from scratch on how to install DRUPAL on your local host using WAMP server.

Your rating: None Average: 2 (1 vote)

Comments

drupal

drupal installation
http://localhost/drupal/install.php?profile=default&locale=en
eeror messaga:

Deprecated: Function ereg() is deprecated in C:\wamp\www\drupal\includes\file.inc on line 926
pls help me

bbs_mn2006@yahoo.com

The depreciated error should

The depreciated error should be able to be fixed by doing this:
Open the WAMPSERVER menu (mine is in the tray on the right).
Mouseover PHP and then select php.ini
In php.ini, go down to the line that says:
; Production Value: E_ALL & ~E_DEPRECATED

Remove the semicolon so the line looks like this:
Production Value: E_ALL & ~E_DEPRECATED

Save the file, go back to the WAMPSERVER menu and restart all services. That should do it. Basically this is a quick fix that allows PHP to display all errors except depreciated errors (the ~ in the line means "not"). This is may not be the perfect solution, but it's easy and better than turning off all errors.

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><img>
  • Lines and paragraphs break automatically.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.