how do I change error level reporting in cscart

I seem to have my cs-cart stuck displaying errors, warnings, and notifications and if I go into smarty debug, I get so many of them I can’t read the page.

I tried setting error_reporting(0); in init.php but i think something else is resetting this somewhere else.

Did you make modifications recently that started the errors or did they just start happening?

Thanks for replying, actually I just found the culprit today. I had an error_reporting(E_ALL) in one of my addon php files. Now everything is back to normal.

how did you turn on error reporting?