HELP!
I have two errors:
1. Firstly at the top of the component it is displaying this error:
Notice: Undefined index: in /home/underdev/public_html/bunkerspot/administrator/templates/isis/html/message.php on line 24
Then when I'm trying to creat an email template via the Wizard actions when I click the Auto generate I get:
<b>Parse error</b>: syntax error, unexpected ';' in <b>/home/underdev/public_html/bunkerspot/administrator/components/com_chronoforms/form_actions/email/email.php(231) : eval()'d code</b> on line <b>1</b><br />
Whats happened and how do I fix it?
Thanks
Lee
I have two errors:
1. Firstly at the top of the component it is displaying this error:
Notice: Undefined index: in /home/underdev/public_html/bunkerspot/administrator/templates/isis/html/message.php on line 24
Then when I'm trying to creat an email template via the Wizard actions when I click the Auto generate I get:
<b>Parse error</b>: syntax error, unexpected ';' in <b>/home/underdev/public_html/bunkerspot/administrator/components/com_chronoforms/form_actions/email/email.php(231) : eval()'d code</b> on line <b>1</b><br />
Whats happened and how do I fix it?
Thanks
Lee
Hi ltempest,
The first isn't an error - and isn't from ChronoForms (set Error Reporting to System Default or None in the site Global Configuration to hide it).
The second error looks as though there is something odd in the form Wizard code (it is evaluated there to try to extract the input names). Does your form use the Preview tab or is it using Custom HTML?
Bob
The first isn't an error - and isn't from ChronoForms (set Error Reporting to System Default or None in the site Global Configuration to hide it).
The second error looks as though there is something odd in the form Wizard code (it is evaluated there to try to extract the input names). Does your form use the Preview tab or is it using Custom HTML?
Bob
This topic is locked and no more replies can be posted.
