Closed (fixed)
Project:
Menu Block Split
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2008 at 03:18 UTC
Updated:
7 Mar 2009 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
Evolver commentedThere also seems to be an issue related to the Theme Search Box - not the block one.
The block search still works but the theme placed search box returns a blank page with the output listed above at the top of the page.
Comment #2
capellicI am having the same problem after upgrading.
You say it is related to the Theme Search Box. What's that? I don't even have the search module enabled. I am currently using Garland but will be using Zen eventually. Can you elaborate on the problem and/or a workaround?
Thanks! A very handy module, indeed!
Comment #3
capellicI found the offending line of code. Simply remove "vardump($parent)" at line 131 in menu_block_split.module.
Comment #4
robertgarrigos commentedComment #5
james.cartledge commentedUh, it seems 1.2 went out with this (var_dump) line in it.
Comment #6
hmb_site commentedAha, thanks for this! I was wondering where the string came from.
Comment #7
john.karahalis commentedI applied the patch and it seems to be working.
Can this fix be released? I think it's safe to say that removing a var_dump() isn't going to introduce any bugs.
Comment #8
robertgarrigos commentedfixed. thanks