Thread: Easy PHP setup
View Single Post
  #10  
Old 09-27-2004, 03:49 PM
Scott is offline Scott
Scott's Avatar
AKA. Panther

Join Date: Sep 2001
Location: Minneapolis, MN
Posts: 10,970

Hi Katana, first open your php.ini file. It's in the apache folder where you installed EasyPHP. Open it in notepad and scroll down untill you find error_reporting = BLAH BLAH, but make sure there is no ; before error_reporting. Or you can just open it in notepad and go to edit > find > then enter "error_reporting =". Change that value to E_ALL & ~E_NOTICE, so it will look like: error_reporting = E_ALL & ~E_NOTICE

Then open config.php for sss and enter the mysql username as root. You do not have to enter a mysql password, but the username was default to root when you installed it.
__________________

04' Dodge SRT-4, Mopar Stage 3, 406whp/436wtq
Reply With Quote