Hello,
As soon as I enable the module, I get the following php error on any page that has a normal menu item set :
Fatal error: Cannot use string offset as an array in /sites/all/modules/contrib/menu_views/menu_views.module on line 82
Line 82 appears to contain an if statement with nothing except a couple of commented out dpm's.
Removing the if statement or updating : "$rule->conditions['menu_views']['menu_views']" to "$rule->conditions['menu_views']" stops the error from appearing.
I've had it suggested to me that this could be to do with the version of php running (I'm running 5.3).
Comments
Comment #1
markhalliwellAh, you have the menu_position module enabled. This is a rather unique and isolated bug as it was introduced in #1692246-3: Menu Views does not add active-trail to parent item in an attempt to support that issue. Feel free to remove or comment out the lines 59-86 entirely, as it doesn't work and is not needed.
Marking as fixed as I'm commenting those lines out on dev until I can work on that issue some more.
Comment #2
markhalliwellBetter title
Comment #3
iancawthorne commentedCheers Mark.