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

CommentFileSizeAuthor
#5 var_dump.patch686 bytesjames.cartledge

Comments

Evolver’s picture

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.

capellic’s picture

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!

capellic’s picture

I found the offending line of code. Simply remove "vardump($parent)" at line 131 in menu_block_split.module.

robertgarrigos’s picture

Status: Active » Fixed
james.cartledge’s picture

Version: 6.x-1.x-dev » 6.x-1.2
Status: Fixed » Needs review
StatusFileSize
new686 bytes

Uh, it seems 1.2 went out with this (var_dump) line in it.

hmb_site’s picture

Aha, thanks for this! I was wondering where the string came from.

john.karahalis’s picture

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.

robertgarrigos’s picture

Status: Needs review » Fixed

fixed. thanks

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.