A Pressflow site is giving:

Unknown error: Function split() is deprecated in plupload_upload_page() (line 119 of /opt/drupal/6/modules/plupload/plupload.module).

line 199:

  list($type, $field_name) = split(':::', $plupload_import_field_type);
CommentFileSizeAuthor
#1 plupload-split-deprecated-1979416.patch1.03 KBmuri
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

muri’s picture

Status: Active » Needs review
FileSize
1.03 KB

This is happening due to split function is deprecated in PHP 5.3. Apply the patch to solve the issue.

slashrsm’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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