Bugzilla – Bug 6109
Missing string when opening settings page
Last modified: 2007-11-21 10:21:42 UTC
When I open the settings page in the default skin, I get the following in the log: [21:48:22.7976] Slim::Utils::Strings::string (354) Error: missing string PLUGIN_RHAPSODY_MODULE_NAME [21:48:22.7984] Slim::Utils::Strings::string (354) Backtrace: frame 0: Slim::Utils::Log::logBacktrace (P:/Music/SlimServer/trunk/server/Slim/Utils/Strings.pm line 354) frame 1: Slim::Utils::Strings::string (P:/Music/SlimServer/trunk/server/Slim/Web/Settings/Server/Plugins.pm line 72) frame 2: Slim::Web::Settings::Server::Plugins::handler (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 1057) frame 3: Slim::Web::HTTP::generateHTTPResponse (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 903) frame 4: Slim::Web::HTTP::processURL (P:/Music/SlimServer/trunk/server/Slim/Web/HTTP.pm line 742) frame 5: Slim::Web::HTTP::processHTTP (P:/Music/SlimServer/trunk/server/Slim/Networking/Select.pm line 243) frame 6: (eval) (P:/Music/SlimServer/trunk/server/Slim/Networking/Select.pm line 243) frame 7: Slim::Networking::Select::select (P:\Music\SlimServer\trunk\server\slimserver.pl line 502) frame 8: main::idle (P:\Music\SlimServer\trunk\server\slimserver.pl line 452) frame 9: main::main (P:\Music\SlimServer\trunk\server\slimserver.pl line 1002) The string tag is displayed in the Extras tab.
looks like old cruft on your system. I can't find this string token anywhere in the code. does svn status show any uncontrolled files? Slim/Plugin/Rhapsody, for one.
No, all SVN files are up to date (except I have a newer flac.exe).
It's part of the Rhapsody plugin (not Rhapsody Direct). Did you disable it?
Yes, Rhapsody plugin is disabled. Does that indicate that strings for a disabled plugin may not loaded, so the plugin name tag content is not displayed?
stupid question: what rhapsody plugin? I still cannot find this token in an entire search of the trunk svn tree.
Ah, that plugin has been removed a while ago. Don't know why it's still in one of my checkouts. Will have to cleanup. Phil - you'll probably have to delete the plugin cache.
Not a real bug, that plugin has been removed.