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..