fckeditor_user_delegate error after upgrading to php 5.3
drasgardian - September 26, 2009 - 03:12
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | PHP 5.3 |
Jump to:
Description
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) {
#1
I have committed a fix to CVS. Could you try the next 2.x-dev release, which will be available tomorrow?
#2
I am assuming it was fixed.
#3
Automatically closed -- issue fixed for 2 weeks with no activity.