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.
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.
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
Please set the Error Reporting for your site to System Default in the Global Configuration | Server tab. This should hide these php notices.
Bob
Hi Bob,
the my Error Reporting is set to System Default.
How can resolve it...?😉
Thanks🙂
the my Error Reporting is set to System Default.
How can resolve it...?😉
Thanks🙂
Set it to 'none'
Hi Bob,
even so the problem is not resolved and still show the problems described...
Try to intervene on PHP
Thanks again
even so the problem is not resolved and still show the problems described...
Try to intervene on PHP
Thanks again
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
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.
