Hi,

after Ugrade to 6.x-2.2:

Table 'dbdrupal.content_type_uprofile' doesn't exist query: SELECT field_myvideo_2_provider FROM content_type_uprofile GROUP BY field_myvideo_2_provider in /htdocs/drupal6/sites/all/modules/emfield/includes/emfield.audit.inc in Zeile 38.

Module Version 6.x-2.1 works fine for me.

What runs here wrong?

Many thanks for this module and greetings
Frank

CommentFileSizeAuthor
#5 emfield.audit_.patch638 bytestangent

Comments

dmirtillo’s picture

I'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.

aaron’s picture

Status: Active » Postponed (maintainer needs more info)

what version of cck are you using?

frank.dev’s picture

I am using: cck 6.x-2.8.

frank.dev’s picture

By the way: i am using table_prefix in my drupalinstallation database:

content_type_uprofile => prefix_content_type_uprofile

tangent’s picture

StatusFileSize
new638 bytes

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

aaron’s picture

Status: Postponed (maintainer needs more info) » Fixed

doh! of course... i forgot that {$table} in magic quotes fails...

thanks, @tangent!

frank.dev’s picture

Many thanks, tangent. Its works for me. :-)

Greetings
Frank

Status: Fixed » Closed (fixed)

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