I am on a shared host.. and I am getting this pop up on the top of my screens when I try to setup a flickr field in a cck content type... and... i cannot figure it out... running drup6.2 ona shared host. perhaps its a connection error?
array(22) { ["#type"]=> string(11) "flickrfield" ["#default_value"]=> string(0) "" ["#field_name"]=> string(11) "field_flikr" ["#required"]=> bool(false) ["#columns"]=> array(3) { [0]=> string(2) "id" [1]=> string(4) "type" [2]=> string(4) "nsid" } ["#title"]=> string(12) "flickr label" ["#description"]=> string(27) "enter the flickr stuff here" ["#delta"]=> int(0) ["#post"]=> array(0) { } ["#programmed"]=> bool(false) ["#tree"]=> bool(true) ["#parents"]=> array(3) { [0]=> string(20) "default_value_widget" [1]=> string(11) "field_flikr" [2]=> int(0) } ["#array_parents"]=> array(5) { [0]=> string(6) "widget" [1]=> string(22) "default_value_fieldset" [2]=> string(20) "default_value_widget" [3]=> string(11) "field_flikr" [4]=> int(0) } ["#weight"]=> int(0) ["#processed"]=> bool(false) ["#attributes"]=> array(0) { } ["#input"]=> bool(true) ["#name"]=> string(36) "default_value_widget[field_flikr][0]" ["#id"]=> string(39) "edit-default-value-widget-field-flikr-0" ["#value"]=> string(0) "" ["#defaults_loaded"]=> bool(true) ["#sorted"]=> bool(true) }
Comments
Comment #1
dougilawson commentedI've got this too.
Comment #2
lorene commentedI'm having the same problem in 6.2 as well.
Comment #3
lorene commentedI just read the release notes for the 6.x-1.x-dev version and it says "Working on 6.x updates... CCK field doesn't work." So I guess this is a known issue. It was last updated in April.
http://drupal.org/node/96739
Comment #4
karens commentedThat code is coming from flickrfield and is fixed by the patch at #238781: Port Flickr CCK field to 6.
Comment #5
karens commentedShould be fixed in -dev now that #4 is committed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.