Hi Michael,

I installed 6.5.4 via RPM on a clean linux system and then changed a
few prefs, including changing the skin to Fishbone.  I then upgraded to
my SC7 RPM and the oldprefs code properly found my old prefs file and
imported everything.  When I go to http://myserver:9000/ and get
redirected to http://myserver:9000/settings/server/wizard.html I get a
blank screen.  If I edit the URL and go to
http://myserver:9000/Default/settings/server/wizard.html, the wizard
runs properly in Default and when I finish http://myserver:9000/ is
still Fishbone.

The following seems to fix it, but I agree with your other comment.  I
would prefer to change Prefs.pm to not import the previous skin setting
and just use Default.


Code:
--------------------
    Index: Home.pm
  ===================================================================
  --- Home.pm     (revision 14069)
  +++ Home.pm     (working copy)
  @@ -43,7 +43,7 @@
  # redirect to the setup wizard if it has never been run before 
  if (!$prefs->get('wizardDone')) {
  $response->code(RC_MOVED_TEMPORARILY);
  -               $response->header('Location' => 
'/settings/server/wizard.html');
  +               $response->header('Location' => 
'/Default/settings/server/wizard.html');
  return Slim::Web::HTTP::filltemplatefile($template, $params);
  }
  
--------------------


-- 
Fletch
------------------------------------------------------------------------
Fletch's Profile: http://forums.slimdevices.com/member.php?userid=529
View this thread: http://forums.slimdevices.com/showthread.php?t=39625

_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to