Closed (fixed)
Project:
Embedded Media Field
Version:
6.x-2.2
Component:
Embedded Video Field
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Oct 2010 at 12:36 UTC
Updated:
5 Nov 2010 at 19:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dmirtillo commentedI'm having the same kind of issue. I use embedded media field with the youtube and blip.tv video modules.
The content displays fine but i get this error message in the backend.
Comment #2
aaron commentedwhat version of cck are you using?
Comment #3
frank.dev commentedI am using: cck 6.x-2.8.
Comment #4
frank.dev commentedBy the way: i am using table_prefix in my drupalinstallation database:
content_type_uprofile => prefix_content_type_uprofile
Comment #5
tangent commentedI confirm this issue with table prefixes. The error is caused by missing {} for the table name in emfield.audit.inc. The attached patch resolves the issue.
Comment #6
aaron commenteddoh! of course... i forgot that {$table} in magic quotes fails...
thanks, @tangent!
Comment #7
frank.dev commentedMany thanks, tangent. Its works for me. :-)
Greetings
Frank