View Single Post
  #6 (permalink)  
Old 12-25-2004, 10:55 PM
qlueless qlueless is offline
Junior Member
 
Join Date: Sep 2004
Location: Indiana
Posts: 47
Send a message via MSN to qlueless
ok found the fix for this, what you need to do is turn off "notice" error reporting, you find your php.ini file (I found mine at c:\winnt) and change a line on it:

http://www.nukecops.com/PHP-Nuke_lot...ice-lines.html

I just changed the line in question to:
error_reporting = E_ERROR; display all errors

that will make it so it only shows errors and turn off notices, and thats what all the "error looking" messages are..
__________________
webmaster of: http://www.teamchenbro.com
Reply With Quote