Initially, that is what I thought..."d***, I must not have done the install right", but sure enough it was the error reporting that was causing the problem...
I did the recommended php.ini changes, and it looks a lot better. Seeing as I am very curious, i changed the error_reporting entry in my .ini file, but what exactly did I do????
Does that mean that I have a crap load of errors that are happening under the surface??? and since I have changed the types of errors being reported, I just dont know they are there???I am the kind of person that needs to know this type of stuff. LOL...otherwise it bugs me to no end.
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Tue Mar 16, 2004 7:13 pm
Those are Notices, not Errors, per se. Most Notices are the result of the strict rules of engagement Like in the C language you need to declare a variable before actually using it. There are times when you may need to turn Notices back on, but usually we can figure it out
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum