|
||||||||
Thanx a lot! Indeed I noticed my apache since yesterday is working fine.. I think I solved some network-related problems... (I still have to identify what!) Thank you again On 6/20/05, Matt Ferris - ABC Communications Ltd. <matt at abccomm dot com> wrote: > > > > Anyone could help me in solving these problems? Is apache slow due to > those > > errors?? > > > > I doubt it. PHP is just running with a high error reporting level. > NOTICE level errors aren't really used for anything more than reporting > fine details in the script execution. As you can see in the examples you > posted, these messages are merely reporting undefined or unitialized > variables. > > Check out http://www.php.net/manual/ref.errorfunc.php for details on > changing the error reporting level withing PHP. > > -- > Matt Ferris <matt at abccomm dot com> > Senior Web Developer / Asst. Systems Administrator > ABC Communications Ltd. - www.abccomm.com <http://www.abccomm.com> > t: 250.612.5270 / 888.235.1174 > f: 250.563.6369 > |