Quoting Jess Askey <[EMAIL PROTECTED]>: > These were the only additional log entries...prior to the Plugins loading. > > Use of uninitialized value in concatenation (.) or string at > /usr/local/slimserver/Slim/Buttons/Plugins.pm line 82, <DATA> line 1. > Use of uninitialized value in string comparison (cmp) at > /usr/local/slimserver/Slim/Buttons/Plugins.pm line 90, <DATA> line 1. > Use of uninitialized value in string comparison (cmp) at > /usr/local/slimserver/Slim/Buttons/Plugins.pm line 90, <DATA> line 1. > Use of uninitialized value in string comparison (cmp) at > /usr/local/slimserver/Slim/Buttons/Plugins.pm line 90, <DATA> line 1. > Use of uninitialized value in string comparison (cmp) at > /usr/local/slimserver/Slim/Buttons/Plugins.pm line 90, <DATA> line 1.
this happens when a plugin has no valid name, such as when the getDisplayName fails, or the strings are invalid. check your line endings, as they are critical for the strings sections. also for forecaster, make sure you have Weather::Cached and Weather::Com installed. still, very odd that you are not seeing more messages, especially at the very start of running (command line will help to make sure you get every thing, not just what slimserver starts logging) =kdf _______________________________________________ Discuss mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/discuss
