Chronoform Fatal Error on Server - with wrong captcha

priyanka_zwt 14 Sep, 2011
Hi Guys...

I am using chroforms component 4.0 RC1.9 and chroforms Plugin V4 RC1.8..With joomla Version 1.6.3

Now Everything is Working Fine in My local But On Server side when user submit to the contact form It Shows below Fatal error....

Fatal error: Call to a member function isSite() on a non-object in /administrator/components/com_chronoforms/form_actions/custom_code/custom_code.php(17) : eval()'d code on line 2

Second is it also accept wrong captcha and I recev its mail also..😟

If anyBody have idea Please help as soon as Possible.. because it's On My Live site...

Thanks In Advance
priyanka_zwt 15 Sep, 2011
Hii...

I have Solved This Problem..
Actualy I have lots of Js in My Site, So one of js was conflicting which was load in index.php file

So, It's Done now...

Please guys Check All your Js Load in your index file whether any of file is conflicting or not...!!
🙂
GreyHead 15 Sep, 2011
Hi priyanka_zwt ,

The error message sounds more as though you have a line in a custom code box that was needed for ChronoForms 3.1 but can break in Joomla! 1.7

If you use use this anywhere it can be deleted in versions after ChronoForms 3.1
if ( !$mainframe->isSite() ) { return; }


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