I am getting the following error when I try to use the module:
Fatal error: Cannot use string offset as an array in /home/diatribu/public_html/modules/emfield/emfield.module on line 155

CommentFileSizeAuthor
#1 emfield.module.txt21.25 KBShai

Comments

Shai’s picture

Title: Fatal error » Duplicate Issue
Status: Active » Closed (duplicate)
StatusFileSize
new21.25 KB

This is the same issue as: http://drupal.org/node/153261.

In short, the module doesn't work for Php 5.

In case you don't know how to patch files, I'm attaching the patched embed.module file that was patched with: emfield_fatal_offset_fix.patch. Remember to strip off the ".txt" before uploading into the embed module folder.

Good luck,

Shai

kforet’s picture

Thank you. That was very thoughtful of you I do not know how to patch files. I really appreciate your help.

t.a. barnhart’s picture

Title: Duplicate Issue » Emfield - Cannot use string offset as an array

thanks! that patched did the trick (D5.5, PHP 5x)