Closed (fixed)
Project:
FileField
Version:
6.x-3.7
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2010 at 01:11 UTC
Updated:
15 Oct 2010 at 17:40 UTC
Fatal error: Cannot unset string offsets in /home/***/***/***/sites/all/modules/filefield/filefield_widget.inc on line 473
This happened after I deleted an entry from the db table created by the video uplaod module . Plese see more details on this issue here http://drupal.org/node/918646
Comments
Comment #1
quicksketchWhy did you delete something directly from the database? This doesn't seem like a use-case that should receive support. If you've manually deleted something from the database, make sure you've removed all locations where that data may have existed: the files table, the content_type_[name] table, the content_field_[name] table, filefield_meta table, plus any other modules you've installed that manage files.
Comment #2
zet commentedBecause video upload module was creating duplicates on every cron run.
Now I know I did a mistake. The error got away after the last dev release of video upload module (http://drupal.org/node/918646#comment-3510882 )
Comment #3
quicksketch