Php Nuke, Iis, Mysql, Php

BinSlakin said:
Having problems setup php nuke with the above programs, can some one help
the address is http://dropzone.mine.nu/cms
Any one know how to fix the errors on the page.
You have your debug level set too high on your PHP interpreter. I would assume that your're setting up a devel envirnoment.

The default debug level for PHP 4.x is too high for PHP and will display those errors, to change it, edit you php.ini file.

Search for the string "error_reporting" in your php.ini file and change it to read:

error_reporting = E_ALL & ~E_NOTICE

Read the notes above that for an explaination as to why.

Some more reading on the subject -
http://phpnuke.nukecops.com/postp15038.html

Cheers!
 
Back
Top