Hi,

i have trouble with the "Fullname field for CCK". But the autor of this modul means the bug is founded in the "CCK-modul". Exactly in the Function "content_database_info" - this function do not support DBtable-prefix.

Please read this bugreport: http://drupal.org/node/197406

And this ist very buggy for me and maybe for many others users. ;-)

Please fix this.
(...and good will with my english.)

Serlo

Comments

karens’s picture

Status: Active » Closed (works as designed)

This is not a bug. This function returns the internal tablename, and everywhere in CCK the internal table names are the non-prefixed table names. Whenever they are used in SQL, they must be surrounded by brackets. If you look at all the SQL created by the Content module, you'll see that this is how those names are used.