fix I gave you should take care of your Notices (did you clear your cache after fix has been applied to defaults.blastchatc.pfp file?)
If that does not work for you, then edit dynamic.blastchatc.php file and place that code there:
find:
| Code: |
$global_count = bc_getGlobalCount();
|
replace with
| Code: |
$global_count = bc_getGlobalCount();
if (!isset($global_count)) {
$global_count->global_count = 0;
$global_count->global_update = 0;
}
|
but this code will do same as one provided before
last thing I can think of is to replace all occurrences $global_count variable name with something else in dynamic.blastchatc.php file, like $global_varibale (could be a problem with $global_count->global_count (variable name and pointer have same name)