soulgazer wrote: 
> Was not able to upgrade to the latest nightly - so stopped at 7.9.0 -
> 1423154751
> 
> 7.9.0-1424440547 still crashes on me so I suspect the real error lies
> somewhere in:
> > 
Code:
--------------------
  >   > 0010: Can't call method "dbh" on an undefined value at 
/volume1/SSODS4/var/home/SqueezeboxServer/Slim/Schema.pm line 105.
--------------------
> > 

Would you be able to edit a source file? If so, please modify above
Schema.pm. 

Code:
--------------------
     sub dbh {
        logBacktrace('No storage yet?') unless $_[0]->storage;
        return $_dbh || shift->storage->dbh;
  }
  
--------------------


Add the logBacktrace() line to the dbh() function. This should give us
an idea where it's called from before the DB has been initialized.



Michael

http://www.herger.net/slim-plugins - MusicArtistInfo, MusicInfoSCR,
Smart Mix
------------------------------------------------------------------------
mherger's Profile: http://forums.slimdevices.com/member.php?userid=50
View this thread: http://forums.slimdevices.com/showthread.php?t=103194

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

Reply via email to