Drupal Videos and Drupal Themes portal
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.
- Drupal Video version:
- Drupal Video categories:
- Drupal learning curve:
- Drupal Video type:

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