Login     Sign up
error on ma website
iruoka (@veerkay)
Join date: Apr 1st 2011
Community posts: 6
View Profile
Send Message

my website was working fine untill i got this error!

Notice: Undefined variable: cfm in /public_html/includes/libs/common.inc.php on line 240

Notice: Undefined index: id in public_html/modules/chatbar/chatbar.hook.php on line 10

Notice: Undefined variable: header in public_html/includes/libs/ss.inc.php on line 388

Notice: Undefined index: defined_theme in public_html/includes/libs/ss.inc.php on line 415

Notice: Undefined index: id in public_html/includes/libs/ss.inc.php on line 435

159 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

try to at this line in boot.inc.php

[code]
ini_set('error_reporting',!E_NOTICE );
[/code]

159 months ago