Using D7.14 and OG 7.x-2.x-dev and Panels
After adding a new homebox page:
Notice: Undefined offset: 1 in homebox_build() (line 384 of /home/groups/public_html/sites/all/modules/homebox/homebox.module).
Notice: Undefined offset: 2 in homebox_build() (line 384 of /home/groups/public_html/sites/all/modules/homebox/homebox.module).
Notice: Undefined offset: 3 in homebox_build() (line 384 of /home/groups/public_html/sites/all/modules/homebox/homebox.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | homebox-check_widths-1634486-6.patch | 481 bytes | maximpodorov |
Comments
Comment #1
kapep commentedSame issue here, but I don't have OG.
Explicitly setting a width for each used column in the settings tab fixed this problem for me.
The line in question is calculating the sum of column widths, even though I haven't touched the settings.
Comment #2
mcdoolz commentedI solved this by entering numbers for the coloumns at http://example.com/admin/structure/homebox/settings/[homebox]
Comment #3
Countzero commentedThe width trick in #1 worked for me, again without OG. Thanks.
Comment #4
garbo commentedThis issue still exists with version 7.x-2.x-dev of August 10, 2013.
setting column widths at http://example.com/admin/structure/homebox/settings/[homebox] makes the errors disappear.
Maybe, if no widths are set some default widths could be created? percentage = n columns / 100
Comment #5
pimok3000 commentedthis solves the problem here too....
Comment #6
maximpodorov commentedThe patch solves this problem by checking array item existence.
Comment #7
schifazl commentedThe patch works for me!
Comment #9
drummI committed a different version of this, since it conflicted with the commit for #955072: Make Homebox only equalize heights of columns within the same row.. Please re-open if it does not solve the problem.