w42;334610 Wrote: > I get these messages when storing the plugin settings: > > Code: -------------------- > > > [08-08-31 10:14:33.6082] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: units (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6085] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: city (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6087] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: citycode (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6089] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: interval (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6096] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: dateformat (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6098] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: linethree (PLUGIN_SCREENSAVER_WEATHERTIME) > [08-08-31 10:14:33.6100] Slim::Web::Settings::handler (153) Preference names must be prefixed by "pr > ef_" in the page template: linethreeunit (PLUGIN_SCREENSAVER_WEATHERTIME) > -------------------- > > > > Must be something fubar with the way I unpacked the .par file. Have > to find some description as to how that should be done, or where the > files should go. > OTOH I may also try to rezip (with above modification) and see what > happens. I am also getting those errors and I don't think it's due to a bad unzip. As I looked into this error message, it turns out it's just a harmless warning that may be safely ignored.
The core code automatically adds the required 'pref_' prefix to the variable name if it notices it's missing. BTW, I'm also attaching a zip of the latest version with the mentioned fixes in it for anyone that would just like a working screensaver until martin gets back. +-------------------------------------------------------------------+ |Filename: Plugins-WeatherTime-Plugin r108_kyleki.zip | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=5737| +-------------------------------------------------------------------+ -- kyleki ------------------------------------------------------------------------ kyleki's Profile: http://forums.slimdevices.com/member.php?userid=2510 View this thread: http://forums.slimdevices.com/showthread.php?t=21989 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
