Project:Menu Block Split
Version:6.x-1.2
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#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

Status:active» fixed

#5

Version:6.x-1.x-dev» 6.x-1.2
Status:fixed» needs review

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

AttachmentSize
var_dump.patch 686 bytes

#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

Status:needs review» fixed

fixed. thanks

#9

Status:fixed» closed (fixed)

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

nobody click here