problem to read email on submit

peppe 19 Jun, 2013
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

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?
peppe 20 Jun, 2013
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?
peppe 21 Jun, 2013
someone help me please
GreyHead 23 Jun, 2013
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
peppe 24 Jun, 2013
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
GreyHead 24 Jun, 2013
Hi peppe,

In the Area Label box I think.

Bob
peppe 24 Jun, 2013
what is the area label box?
in my radio box i have label text that is already write, also field name...
GreyHead 24 Jun, 2013
Hi peppe,

The Container elements have Area Labels.

Bob
peppe 26 Jun, 2013
hi,
all my area label have already text 😟
peppe 26 Jun, 2013
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!!!


// 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 .= 
peppe 03 Jul, 2013
any solutions?
GreyHead 04 Jul, 2013
Hi peppe,

Nothing more than I've already posted - to turn the PHP Warnings and Notices off. I can't replicate this so have no way to diagnose it.

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