Install on Win2k

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
efm
Posts: 1
Joined: Sun 20. Jun 2004, 04:43

Install on Win2k

Post by efm »

Well after a very hassled installation... I thought I got it done... but look... http://www.hostingpicture.com/cms ...any ideas?
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

You will need to turn off "notices" in php.ini file:

There's a setting in "php.ini" to turn off notices and still receive other error messages:

Code: Select all

;   - Show all errors, except for notices 
; 
error_reporting=E_ALL & ~E_NOTICE
Post Reply