Hello,
try the following with a lokal unzipped version:
1.)open install/save.php and change line 429 from
require(WB_PATH.'/admin/interface/version.php');
to
require_once(WB_PATH.'/admin/interface/version.php');
2.)open admin/interface/version.php and change line 39 from
define('VERSION', '2.6.7');
to
if(!defined('VERSION')) define('VERSION', '2.6.7');
Upload then the package with ftp and install.
Have fun
Matthias