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

quicksketch’s picture

Why 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.

zet’s picture

Because 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 )

quicksketch’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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