how hide the warnings on scriptcase

Hello everybody, In this time I work with the mcrypt funtion of php, when I do it in server local that make rigth but on scriptcase dont let me hide the warning with @, for example:@mcrypt…, scriptcase showme that warning like to error

Someboy knows that?

thanks.

Re: how hide the warnings on scriptcase

Hello,

perhaps this helps :

sc_warning = ‘on’/‘off’

Best regards
Uwe Pfeiffer

Re: how hide the warnings on scriptcase

this is not working ng fpdf class.

Re: how hide the warnings on scriptcase

Untested …

You may have to use standard PHP->error_reporting(0);
Or wrap it in a try/catch/finally

You are trying to stop errors in code, correct?

Regards,
Scott.

Re: how hide the warnings on scriptcase

YOur right scott,

untested::
I think i can write the code in onload.