Update WB 2.10.0-RC1 auf WB 2.10.0(r66)

DarkViper

I was a bit too tired last night. Sorry.  :roll:
In the meantime, a version of the upgrade script is available, which can easily work with a renamed admin directory.

Note: The modified upgrade script is only required if the admin/ directory has been renamed!!!

get the script from repository
[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

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
Note: Once the code has been generated, it is easy to debug. It's not a bug, it's a feature!

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.

DarkViper

#3
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) Select

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';


[url=http://www.youtube.com/watch?v=tmzDAz6ZvFQ]Der blaue Planet[/url] - er ist nicht unser Eigentum - wir haben ihn nur von unseren Nachkommen geliehen[br]
[i]"You have to take the men as they are... but you can not leave them like that !" :-P [/i]
[i]Das tägliche Stoßgebet: [b]Oh Herr, wirf Hirn vom Himmel ![/b][/i]

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.

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:

QuoteWarning: 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

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