On one site it works fine. On another I recieve this error. Could anyone please elaborate as to its cause please.
Notice: Undefined variable: omittedlist in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 378
Notice: Undefined property: stdClass::$textfield in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined property: stdClass::$textarea in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined property: stdClass::$Submit in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined index: XXXXXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 489
Notice: Undefined index: XXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 492
Notice: Undefined index: XXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 495
Notice: Undefined index: XXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 498
**Note the XXXX's are simply info I chose to omit.
thanks,
Ryan
Notice: Undefined variable: omittedlist in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 378
Notice: Undefined property: stdClass::$textfield in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined property: stdClass::$textarea in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined property: stdClass::$Submit in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 389
Notice: Undefined index: XXXXXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 489
Notice: Undefined index: XXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 492
Notice: Undefined index: XXXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 495
Notice: Undefined index: XXXXXXXXXX in C:\Program Files\web\www\components\com_chronocontact\chronocontact.php on line 498
**Note the XXXX's are simply info I chose to omit.
thanks,
Ryan
Hi Ryan,
These are PHP warnings and are harmless here except that they mess up you page. Please set Error reporting to System Default in your site Global Configuration and they should disappear.
Bob
These are PHP warnings and are harmless here except that they mess up you page. Please set Error reporting to System Default in your site Global Configuration and they should disappear.
Bob
Thanks for the info. I had actually read some previous posts pertaining to this problem and had done already what you had suggested. I did however (after some digging) find where to turn off these errors from reporting.
You have to actually edit the PHP.INI file.
The Line: display_errors = On
should be turned to Off to get rid of the Errors.
thanks for the response though.
-Ryan
You have to actually edit the PHP.INI file.
The Line: display_errors = On
should be turned to Off to get rid of the Errors.
thanks for the response though.
-Ryan
This topic is locked and no more replies can be posted.