Forums

Cause of this?

rpot 22 Apr, 2008
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
GreyHead 22 Apr, 2008
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
rpot 23 Apr, 2008
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
GreyHead 23 Apr, 2008
Hi Ryan,

I guess it depends how your site is set up by your ISP. For me working both locally and on my live sites I can change this with the Joomla Global Site setting.

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