Closed (works as designed)
Project:
Content Construction Kit (CCK)
Version:
5.x-1.6-1
Component:
General
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
4 Dec 2007 at 14:38 UTC
Updated:
5 Dec 2007 at 20:08 UTC
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
Comment #1
karens commentedThis 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.