Closed (fixed)
Project:
FileField
Version:
5.x-2.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jun 2008 at 08:24 UTC
Updated:
10 Jun 2008 at 14:10 UTC
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
Comment #1
jpetso commentedLine 216 in 5.x-2.3 is
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.