Hello,

I get these warnings all over the place, don't really understand why

CommentFileSizeAuthor
#2 multistep-555814.patch774 bytesvkareh

Comments

CarbonPig’s picture

Same issue - subscribe

Missing argument 3 for multistep_field_access() in ..\sites\all\modules\multistep\multistep.module on line 74.

vkareh’s picture

Priority: Critical » Normal
Status: Active » Needs review
StatusFileSize
new774 bytes

I cannot replicate the problem. Still, try this patch and let me know if it helps.

Anonymous’s picture

How 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...

vkareh’s picture

hook_field_access() in Drupal 6.x is part of CCK. It's called by function content_access() in the content.module file, line 2196: $access = module_invoke_all('field_access', $op, $field, $account, $node);

vkareh’s picture

Version: 6.x-1.3 » 6.x-1.x-dev
Status: Needs review » Fixed

I've merged this patch into the new development snapshot.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.