I'm using 5.0.5, and I am using the current cvs version of drupal 4.7 (current to 20 min.). This issue has been addressed in the core, and is still being addressed with patches as the issue comes up, but project throws some of the same errors and this should be addressed in the Project module also.

This issue usually cause when a function is passed another function. E.g:
array_merge(variable_get('show_me',''), _get_foobar_list(now()));
or something to that effect.

CommentFileSizeAuthor
#1 ref_error.patch4.64 KBSouvent22

Comments

Souvent22’s picture

Assigned: Unassigned » Souvent22
Status: Active » Needs review
StatusFileSize
new4.64 KB

Did ust about everything i could do in project and addressed the ref issues. this patch should take care of it.

gerhard killesreiter’s picture

Status: Needs review » Fixed

applied.

Anonymous’s picture

Status: Fixed » Closed (fixed)