Forums

Errors in backend causes errors in frontend

presto5 16 Jan, 2008
Hi!

I've just installed this on J1.5RC4 and it doesn't work. When i chose Components->Chrono Forms->Forms management i have multyple messages like:
<br /><b>Notice</b>:  Undefined property:  stdClass::$ccemail in <b>z:\home\j\www\administrator\components\com_chronocontact\admin.chronocontact.html.php</b> on line <b>183</b><br />

<br /><b>Notice</b>:  Undefined property:  stdClass::$bccemail in <b>z:\home\j\www\administrator\components\com_chronocontact\admin.chronocontact.html.php</b> on line <b>191</b><br />


And when i save a form and try to view it in frontend it shows...


<br /><b>Notice</b>:  Undefined property:  stdClass::$ccemail in <b>z:\home\j\www\administrator\components\com_chronocontact\admin.chronocontact.html.php</b> on line <b>183</b><br />

<br /><b>Notice</b>:  Undefined property:  stdClass::$bccemail in <b>z:\home\j\www\administrator\components\com_chronocontact\admin.chronocontact.html.php</b> on line <b>191</b><br /> 



... before the form.

And the form is not working properly also.
What can be a problem? please, answer.
Thanks!

Andrey
GreyHead 16 Jan, 2008
Hi Andrey,

The strange messages are PHP notices because some variables are not defined before they are used. These have been fixed in the latest 2.3.7 release for Joomla 1.0.x and I'm sure will be fixed in the next release for Joomla 1.5. Meanwhile I'd suggest that you set Error Reporting fro your site to 'System Default' in Global Configuration | Server and they should all disappear.

I imagine this may fix the form problem too - if not, please tell us more about it.

Bob
presto5 17 Jan, 2008
Thanks for responce, Bob!
Setting Error Reporting to 'System Default' or to 'None 'is not helping. But with Joomla 1.5 RC3 everything works perfect(before i used RC4). So for now i'll keep RC3 until the stable release for RC4 will appear.

Thank you!
GreyHead 18 Jan, 2008
Hi Andrey,

My Joomla 1.5 test site here is running on Karibu which I think is RC4 and I have no problems with ChronoForms (at least not like this). Hopefully we'll get RC5 shortly.

Bob
This topic is locked and no more replies can be posted.