Forums

Notice: Undefined property:

Sooph 04 Feb, 2008
Hello!
I create a simple form with just 10 fields.
The users will get error messages when submitting the form.

Notice: Undefined variable: omittedlist in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 346

Notice: Undefined property: stdClass::$Nome in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$Cognome in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$indirizzo in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$indirizzo_2 in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$telefono in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$e-mail in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$città in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$attività in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$messaggio in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

Notice: Undefined property: stdClass::$consenso in /var/www/vhosts/managehome.com/httpdocs/components/com_chronocontact/chronocontact.php on line 357

The Error Reporting setting to System Default.
I applicated this hacks in the chronocontact.php

How can I hide the error messages? The form output works correctly.

Thanks.
GreyHead 05 Feb, 2008
Hi Sooph,

Please set the Error Reporting for your site to System Default in the Global Configuration | Server tab. This should hide these php notices.

Bob
Sooph 08 Feb, 2008
Hi Bob,

the my Error Reporting is set to System Default.
How can resolve it...?😉

Thanks🙂
Max_admin 09 Feb, 2008
Set it to 'none'
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
Sooph 14 Feb, 2008
Hi Bob,
even so the problem is not resolved and still show the problems described...
Try to intervene on PHP

Thanks again
GreyHead 14 Feb, 2008
Hi Sooph,

OK, the error reporting level is set in your php.ini I guess. Here is the page from the PHP manual that may help you change this.

I assume that you are using Joomla 1.5? Hopefully Max should have a new release out in a few days that will include the fixes for these. If you need something more urgently then I can give you the small code change that is needed.

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