Closed (fixed)
Project:
MediaFront
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Dec 2011 at 00:30 UTC
Updated:
13 Mar 2012 at 18:20 UTC
Theme key "osmplayer_simpleblack_menu" not found.
Theme key "osmplayer_simpleblack_scrollbar" not found.
Theme key "osmplayer_simpleblack_teaser" not found.
and a bunch more show up Recent Log messages.
The site works fine -- why the warnings?
Comments
Comment #1
reg commentedI just came across this, I don't think it's working fine, I think there is some theming that's not getting done judging by the backtrace. Here it is coming from the function theme() (I temporarily added some backtrace code in it.)
And here's the line that caused it, line 784 of the 7.x dev version (as of today) in the file osmplayer.module:
theme() will return an empty string in this case. Hope this helps!
Comment #2
reg commentedLooking a little further I noticed that this is happening on shockwave and simpleblack but not default type templates so for now I can only use the default.
Comment #3
spyderpie commentedI think this one and all of these may all be related:
http://drupal.org/node/1246458
http://drupal.org/node/1363184
http://drupal.org/node/1417794
http://drupal.org/node/1407016
Anyone? I don't know enough to fix ... :(
Peace,
Julie
Comment #4
enjoylife commentedI've marked #1246458: Theme key "osmplayer_simpleblack_XXX" not found. as a duplicate. I've also changed the name of this issue to reflect that this problem is with both the menu and other components of the OSM Player SimpleBlack Theme.
smerth received the following errors:
Theme key "osmplayer_simpleblack_playlist" not found.
Theme key "osmplayer_simpleblack_pager" not found.
Theme key "osmplayer_simpleblack_scrollbar" not found.
Theme key "osmplayer_simpleblack_teaser" not found.
Theme key "osmplayer_simpleblack_node" not found.
Theme key "osmplayer_simpleblack_menu" not found.
Theme key "osmplayer_simpleblack_titlebar" not found.
Theme key "osmplayer_simpleblack_controlbar" not found.
Theme key "osmplayer_simpleblack_nodevoter" not found.
Theme key "osmplayer_simpleblack_teaservoter" not found.
Comment #5
enjoylife commentedReg confirmed that this issue still exists in the most recent dev release.
The workaround for now is to use the default template.
Comment #6
travist commentedJust committed a fix for this in the 7.x branch. Please test and let me know.
Comment #7
enjoylife commentedUpdated to most recent 7.x branch release. I tested simpleblack theme and had no errors in my log.