WebsiteBaker Support (2.10.x) > Hilfe & Support (deutsch)

Update WB 2.10.0-RC1 auf WB 2.10.0(r66)

(1/2) > >>

Hollol:
Hallo,

ich habe gerade lokal eine Page von WB 2.10.0-RC1 auf WB 2.10.0(r66) upgedatet.

In der upgrade-script.php erhalte ich folgenden Hinweis:


--- Quote ---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
--- End quote ---

Mein Adminordner ist umbenannt und heißt nicht "admin".

Da ich (noch) nicht weiß, welche Auswirkungen das sonst noch haben könnte, poste ich das lieber mal.

Grüße
Hollol

Hollol:
Gleiches Spiel, wenn ich die gleiche Page von WB 2.8.2 +SP7 auf SP 2.10.0 update.

Das Upgrade-Script verlangt explizit nach dem Pfad im Ordner "admin". Egal was in der config.php steht.

DarkViper:
if you're a registered user on our Redmine then you can get a fixed upgrade-script from here
otherwise here is the diff to patch it:

--- Code: (changeset_r70.diff) ---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';

--- End code ---

Hollol:
Thank you very much.

In the future, I will try to write in english here.
I'm not registered in Redmine, yet. It would be on the time to catch up this.

Luisehahne:
Wir haben festgestellt, dass es immer noch Probleme gibt und arbeiten an der korrekten Lösung!

We have found that there are still problems and work on the correct solution!

Sorry for the trouble

Dietmar

Navigation

[0] Message Index

[#] Next page

Go to full version