Hi,
I just finished a form I had built (nothing special, just a table with intro text followed by some basic text fields) However, when I go to submit this form from the frontend, it comes up with the following error.
Fatal error: Cannot access empty property in /home/xxxxx/public_html/components/com_chronocontact/chronocontact.php on line 346
I've tried setting Error Reporting to default (which it was on already) and spawned this error without sending an email to where it needed to go.
I've also tried setting Error Reporting to none, which stops that error from displaying upon submission, but still won't email the form.
I'm running ChronoForms 2.3.8.1 on Joomla! version 1.0.15
Does anybody know how I might be able to resolve this? I was hoping to finish this site today, but can't call it live without a contact page, haha.
I just finished a form I had built (nothing special, just a table with intro text followed by some basic text fields) However, when I go to submit this form from the frontend, it comes up with the following error.
Fatal error: Cannot access empty property in /home/xxxxx/public_html/components/com_chronocontact/chronocontact.php on line 346
I've tried setting Error Reporting to default (which it was on already) and spawned this error without sending an email to where it needed to go.
I've also tried setting Error Reporting to none, which stops that error from displaying upon submission, but still won't email the form.
I'm running ChronoForms 2.3.8.1 on Joomla! version 1.0.15
Does anybody know how I might be able to resolve this? I was hoping to finish this site today, but can't call it live without a contact page, haha.
Hi Seurot,
Line 346 suggests that you have the form set to use an email template but the template is empty. In the General Tab set 'In which format to send the results email:' to 'Fields Titles' adn see if that helps.
Bob
Line 346 suggests that you have the form set to use an email template but the template is empty. In the General Tab set 'In which format to send the results email:' to 'Fields Titles' adn see if that helps.
Bob
hallo Seurot and GreyHead
did you find any solution, how to get it to work?
i am getting the same error massage.
the "in which format to send the results email" field is set to "fields titles".
verification and anti-spam are deactivated and i am running chronoform on joomla 1.5.2
thanks
sepppp
Post edited by: sepppp, at: 2008/03/31 10:00<br><br>Post edited by: sepppp, at: 2008/03/31 10:03
did you find any solution, how to get it to work?
i am getting the same error massage.
the "in which format to send the results email" field is set to "fields titles".
verification and anti-spam are deactivated and i am running chronoform on joomla 1.5.2
thanks
sepppp
Post edited by: sepppp, at: 2008/03/31 10:00<br><br>Post edited by: sepppp, at: 2008/03/31 10:03
Hi sepppp,
Please take a Form Backup in the Form Manager and post it here or email it to me at the address in my sig and I'll take a closer look.
Bob
Please take a Form Backup in the Form Manager and post it here or email it to me at the address in my sig and I'll take a closer look.
Bob
Hi sepppp,
It looks as though the problem here was using input tags with an empty 'type' attribute.
Bob
It looks as though the problem here was using input tags with an empty 'type' attribute.
Bob
hi bob
thanks for the answer. you are right. in my form the type value was missing. for the moment the form is working without the antispam-function.
now i'm trying to resolve my next problem, that many others are getting after having activated the antispam functionality
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /var/lib/php5)...
temp directory permissions: 777, sessions: database
hoping that a solution will be found🙂
have a nice day
sepppp
thanks for the answer. you are right. in my form the type value was missing. for the moment the form is working without the antispam-function.
now i'm trying to resolve my next problem, that many others are getting after having activated the antispam functionality
Fatal error: session_start() [<a href='function.session-start'>function.session-start</a>]: Failed to initialize storage module: user (path: /var/lib/php5)...
temp directory permissions: 777, sessions: database
hoping that a solution will be found🙂
have a nice day
sepppp
This topic is locked and no more replies can be posted.