PHP Classes

how can I get rid of all debug messages

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  how can I get rid of all debug messages  >  (Un) Subscribe thread alerts  
Subject:how can I get rid of all debug messages
Summary:Hi there, I cant seam to disable the debug messagse
Messages:2
Author:fire2009
Date:2009-01-10 19:53:16
Update:2009-07-02 07:56:25
 

  1. how can I get rid of all debug messages   Reply   Report abuse  
Picture of fire2009 fire2009 - 2009-01-10 19:53:16
Hi there, I am trying to remove the debug messages so I can use this in my program...

ive tried:

$debug=0;
$html_debug=0;

but no luck...

  2. Re: how can I get rid of all debug messages   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2009-07-02 07:56:25 - In reply to message 1 from fire2009
Sorry for the delay. For some reason I have not seen this message. I hope the reply is still useful.

I don't know where you are changing those variables. Maybe you are changing in the class but your scripts reset the variable values. I would need to see your script to advise.