After updating the filefield.module to v2.3 I'll get this error:

parse error, expecting `')'' in filefield.module on line 216

I looked into that line, but there's no missing parenthesis.

Im using Drupal 5.7

Comments

jpetso’s picture

Status: Active » Closed (fixed)

Line 216 in 5.x-2.3 is

function filefield_field($op, &$node, $field, &$items = array()) {

which means you're using PHP 4, despite the big fat warning on the project page that filefield doesn't work with PHP 4 anymore.