Turn off display of errors on chronoforms

ctecha 06 Oct, 2010
Hi everyone,

Is there any way to turn off the display of errors on chronoforms? Errors in a form display directly in the component and I would like to turn them off.

Thanks
GreyHead 06 Oct, 2010
Hi ctecha,

Which errors are you talking about?

Mostly you can hide them by setting the CSS to not display them.

Bob
ctecha 06 Oct, 2010
I'm talking about the errors that show up above the form like parse errors. Your fix worked for my form but there is more going on with another company which is why i'm unable to change the field names now. I just want to remove the error from display with CSS but there aren't any selectors around the error so I can't. This is what it displays:

<b>Parse error</b>: syntax error, unexpected '/', expecting ',' or ';' in <b>/home/fpmeal/public_html/components/com_chronocontact/chronocontact.php(53) : eval()'d code</b> on line <b>22</b><br>

Even if I turned off all <b> tags on the page, there would still be some text left over from the error. I just want to be able to add some selectors to it at least. Do you where it is in the PHP code?

Thanks
GreyHead 07 Oct, 2010
Hi ctecha,

Well, those are PHP errors which tell you that there is something wrong with the coding on your site. Once you've fixed the errors you can hide them in the Site Global Configuration setting by putting Error Reporting to None.

If you then start getting blank pages or mysterious results you can set it back to System Default to see what is happening.

Bob
ctecha 07 Oct, 2010
Thanks Bob for your help
This topic is locked and no more replies can be posted.