hi guys,
i have a problem, i receive the email from form with the correct sequence of answer of my form, but i receive also the notice
il codice a cui si riferisce è questo:
what can i do?
i have a problem, i receive the email from form with the correct sequence of answer of my form, but i receive also the notice
Notice: Undefined index: input_container_59_label_text in /var/www/localhost/htdocs/Joomla_3.1.1/administrator/components/com_chronoforms/form_actions/email/email.php on line 248
Notice: Undefined index: input_container_59_input_name in /var/www/localhost/htdocs/Joomla_3.1.1/administrator/components/com_chronoforms/form_actions/email/email.php on line 250
il codice a cui si riferisce è questo:
riga 248 $output .= "\t\t\t<strong>".$field[$field['tag'].'_'.$field['type'].'_'.$field_id.'_label_text']."</strong>";
riga 250 $output .= "\t\t\t".'{'.$field[$field['tag'].'_'.$field['type'].'_'.$field_id.'_input_name'].'}';
what can i do?
i find this question
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=88822
but i already have the show html setup on submit...
and i have always the same email with the notice, also if i set the error reporting in nothing in the site's configuration...
Other thing, the rows of errors are always the same, but i modified add comments, now the rows aren't 248 e 250 but 257 and 259, in the email report the notices are in the rows 248 e 250 again, if i add an syntax error, it is revealed!!!
Solutions?
http://www.chronoengine.com/forums/index.php?option=com_chronoforums&cont=posts&f=2&t=88822
but i already have the show html setup on submit...
and i have always the same email with the notice, also if i set the error reporting in nothing in the site's configuration...
Other thing, the rows of errors are always the same, but i modified add comments, now the rows aren't 248 e 250 but 257 and 259, in the email report the notices are in the rows 248 e 250 again, if i add an syntax error, it is revealed!!!
Solutions?
Hi peppe,
The simplest answer is to set Error Reporting off. If you can't do this from the Site Global Configuration you may need to edit the PHP.ini file.
You could also try adding some text into the Label box of this container element; that might also be a fix.
I'm sure that it's also possible to hack the code but I can't see clearly enough exactly what triggers this error.
Bob
The simplest answer is to set Error Reporting off. If you can't do this from the Site Global Configuration you may need to edit the PHP.ini file.
You could also try adding some text into the Label box of this container element; that might also be a fix.
I'm sure that it's also possible to hack the code but I can't see clearly enough exactly what triggers this error.
Bob
thanks for helping
so, i have in my form, 4 container, inside there other container, and inside the radio box...
i already tried with turn off error reporting, but nothing.
Where could i add some text, in start code in my container?or where?
thanks
so, i have in my form, 4 container, inside there other container, and inside the radio box...
i already tried with turn off error reporting, but nothing.
Where could i add some text, in start code in my container?or where?
thanks
what is the area label box?
in my radio box i have label text that is already write, also field name...
in my radio box i have label text that is already write, also field name...
anther things
if i add 4 comment's rows, the notice is always defined on line 248 e 250,
i dont know what can i do, it's very strange!!!
if i add 4 comment's rows, the notice is always defined on line 248 e 250,
i dont know what can i do, it's very strange!!!
// dddddddddddddddddddddddd
// dddddddddddddddddddddddddddd
// ddddddddddddddddddddddddddddddddddddd
// ddddddddddddd
$output .= "\t<tr>\n\t\t<td>\n";
$output .= "\t\t\t<strong>".$field[$field['tag'].'_'.$field['type'].'_'.$field_id.'_label_text']."</strong>";
$output .= "\n\t\t</td>\n\t\t<td>\n";
$output .= "\t\t\t".'{'.$field[$field['tag'].'_'.$field['type'].'_'.$field_id.'_input_name'].'}';
$output .=
This topic is locked and no more replies can be posted.