WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
Warning: file_get_contents(D:\xampp\htdocs\vhosts\mypage/admin/interface/version.php): failed to open stream: No such file or directory in D:\xampp\htdocs\vhosts\mypage\upgrade-script.php on line 119
Index: upgrade-script.php===================================================================--- upgrade-script.php (revision 69)+++ upgrade-script.php (revision 70)@@ -117,4 +117,4 @@ function getNewVersionString() {- $sVersionFile = file_get_contents(__DIR__.'/admin/interface/version.php');+ $sVersionFile = file_get_contents(__DIR__.'/'.ADMIN_DIRECTORY.'/interface/version.php'); $sPattern = '=define\s*\(\'VERSION\'\,\s*\'([^\']*)\'=is';