Hi everyone,
Boothby has provided a patch, where the original class_vurl.php no longer must be replaced.
Please also copy the attached file in the includes folder and change as follows in the vbsoccer_services.php following lines
Open vbsoccer_services.php and find:
PHP Code:
require_once DIR . '/includes/class_vurl.php';
Change to
PHP Code:
require_once DIR . '/includes/class_vurl_legacy.php';
and
PHP Code:
$vurl = new vB_vURL($this->registry);
change to
PHP Code:
$vurl = new vB_vURL_Legacy($this->registry);
Thank Boothby for the Permission to Share this