Closed (duplicate)
Project:
Bootstrap
Version:
7.x-3.0-rc2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Nov 2013 at 15:16 UTC
Updated:
12 Nov 2013 at 05:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ambientdrup commentedAttaching a screen shot.
Comment #2
ambientdrup commentedFigured this out. Looked at PHP error logs and this error rears its ugly head:
[05-Nov-2013 10:55:41 America/New_York] PHP Fatal error: [] operator not supported for strings in /Applications/MAMP/htdocs/repo/sites/all/themes/bootstrap/theme/menu/menu-local-action.func.php on line 27
So I comment out lines 27-29 in that file and now the Media Gallery loads. This is the function in question:
Comment #3
vbreak commentedit's actually not a problem with Bootstrap, but how media gallery renders their theme variables.
Media Gallery has a string on their "class" instead of an array,
This breaks the l() function when bootstrap is rendering and adding classes to the links.
I'll update media gallery with this.
Comment #4
markhalliwellMarking as a dup of #2128335: Theme Variable "class" is using a string instead of an array