Files do upload, but i got an error
warning: Missing argument 2 for filefield_edit_access() in /path/to/public_html/sites/all/modules/_cck/filefield/filefield.module on line 498.
Also description field do not appear.
Related modules installed:
Content Construction Kit (CCK) 6.x-2.7
*FileField 6.x-3.7
*FileField Paths 6.x-1.4
*ImageField 6.x-3.7
*ImageField Tokens 6.x-1.0
*ImageField zip support 6.x-1.0-beta1

Comments

fasdalf@fasdalf.ru’s picture

fixed for miself with change in function imagefield_zip_menu()
'access arguments' => array(3),with 'access arguments' => array(2 , 3),

P.S. I love coding! Simple "2 , " makes things work.

P.P.S. description field did not appear. Should i open new issue?

mikeytown2’s picture

Status: Active » Closed (duplicate)