outputting string at top of page
Evolver - August 7, 2008 - 03:18
| Project: | Menu Block Split |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
The version 6 dev is outputting strings for the section at the top of the page, otherwise it's working perfect!
Example:
string(3) "175"
or
NULL

#1
There 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.
#2
I 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!
#3
I found the offending line of code. Simply remove "vardump($parent)" at line 131 in menu_block_split.module.
#4
#5
Uh, it seems 1.2 went out with this (var_dump) line in it.
#6
Aha, thanks for this! I was wondering where the string came from.
#7
I 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.
#8
fixed. thanks
#9
Automatically closed -- issue fixed for 2 weeks with no activity.