Quote:
Originally Posted by xTREKKERx
hello, having another little problem?
every now and then, we get this error?
"Fatal error: Cannot redeclare construct_matchbit() (previously declared in ..."
any ideas on how to fix this.
Thanks.
|
yes.
search in includes/block/vbsoccerentries.php:
Code:
require DIR . '/includes/functions_vbsoccer.php';
and change to:
Code:
require_once DIR . '/includes/functions_vbsoccer.php';