Install on Win2k
Install on Win2k
Well after a very hassled installation... I thought I got it done... but look... http://www.hostingpicture.com/cms ...any ideas?
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:
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