when i create new content using filefield I receive this:
stdClass Object ( [nid] => [vid] => [uid] => 1 [created] => 1245269508 [type] => album [language] => en [changed] => [title] => fhg [revision] => 0 [log] => [name] => faris [date] => [status] => 1 [promote] => 1 [sticky] => 0 [op] => Save [submit] => Save [preview] => Preview [form_build_id] => form-2a8ab1ad58a88eda48397b1e8610fc14 [form_token] => 6195719a0f43119f99d5ae237dc876aa [form_id] => album_node_form [comment] => 2 [menu] => Array ( [mlid] => 0 [module] => menu [hidden] => 0 [has_children] => 0 [customized] => 0 [options] => Array ( ) [expanded] => 0 [parent_depth_limit] => 8 [link_title] => [parent] => primary-links:0 [weight] => 0 ) [field_photo] => Array ( [0] => Array ( [fid] => 3 [list] => 1 [data] => Array ( [description] => [alt] => [title] => ) [alt] => [title] => [_weight] => 0 [uid] => 1 [filename] => 8b63a061-0d84-4909-ab0a-a532c60c4c79.jpg [filepath] => sites/default/files/users/8b63a061-0d84-4909-ab0a-a532c60c4c79_0.jpg [filemime] => image/jpeg [filesize] => 60116 [status] => 0 [timestamp] => 1245269519 [filefield_upload] => Upload [filefield_remove] => Remove [upload] => ) ) )
on the new window. Please help what i am doing wrong. Thanks
Comments
Comment #1
quicksketchIt looks like some module is outputting debugging code to the screen. There's probably a loose dpr(), dsm(), or print_r() out there somewhere that's outputting this. It doesn't seem to be apparent in a clean install of FileField, so I'd suggest turning off other modules or doing a search for the above functions and seeing if a module accidentally left one of those calls in it's code.
Comment #2
kaay commentedYes, your are absolutely right. I have found the problem. Its not filefield its a node limit module which is causing the problem. Thanks for the reply.
Comment #3
quicksketchGreat, thanks for the followup.