Closed (fixed)
Project:
Flexinode
Version:
4.6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2005 at 15:01 UTC
Updated:
7 Oct 2005 at 14:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
flyhamst commentedwhen I modify "field_gallery.inc" on line 58.
original "foreach($node ->$fieldname as $key => $value) {"
modified "foreach($node=>$fieldname as $key => $value) {"
error never display
but gallery don't work.
Comment #2
crac commentedAttention, what you did is NOT valid php:
$var->$fieldis a construct for operationg on an object's field (object oriented programming), whereasfor($array as $key => $value)has a different meaning: you split an array in its key and value parts.so what you did should throw an error. perhaps this is the reason why it does not work for you ...
Comment #3
dtan commentedIt seems that it is not checking for cases where there is no gallery selected.
Comment #4
killes@www.drop.org commentedapplied.
Comment #5
(not verified) commentedComment #6
(not verified) commentedComment #7
(not verified) commentedComment #8
(not verified) commentedComment #9
avolve commentedComment #10
(not verified) commentedComment #11
thechraveler commentedI am placing the patch in the contrib folder and uploading, but it is still not fixed. Only the top level of galleries shows in the selection box...HELP!
Comment #12
(not verified) commented