After upgrading to php 5.3 I started getting this error when editing a user:

warning: Parameter 3 to fckeditor_user_delegate() expected to be a reference, value given in [site_path]/drupal-6.14/includes/module.inc on line 450.

I corrected it by removing the "&" from this line:

function fckeditor_user_delegate($type, $edit, &$user, $category = NULL) {

Comments

Jorrit’s picture

Status: Active » Postponed (maintainer needs more info)

I have committed a fix to CVS. Could you try the next 2.x-dev release, which will be available tomorrow?

Jorrit’s picture

Status: Postponed (maintainer needs more info) » Fixed

I am assuming it was fixed.

Status: Fixed » Closed (fixed)
Issue tags: -PHP 5.3

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