Closed (fixed)
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Aug 2009 at 15:00 UTC
Updated:
10 Sep 2009 at 17:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
CarbonPig commentedSame issue - subscribe
Missing argument 3 for multistep_field_access() in ..\sites\all\modules\multistep\multistep.module on line 74.
Comment #2
vkareh commentedI cannot replicate the problem. Still, try this patch and let me know if it helps.
Comment #3
Anonymous (not verified) commentedHow are you implementing hook_field_access? This page says it's a Drupal 7 function: http://api.drupal.org/api/function/hook_field_access/7...
Comment #4
vkareh commentedhook_field_access()in Drupal 6.x is part of CCK. It's called byfunction content_access()in the content.module file, line 2196:$access = module_invoke_all('field_access', $op, $field, $account, $node);Comment #5
vkareh commentedI've merged this patch into the new development snapshot.