Get the following error from Subform after installing. Flexinode previously running concurrently, in case that matters.

user warning: Table 'xxx_drupal.node_content_relation_type' doesn't exist query: SELECT node.nid, node.changed AS node_changed_changed, node.title AS node_title, node.changed AS node_changed, node_data_field_type_one.field_type_one_cn AS node_data_field_type_one_field_type_one_cn FROM node node LEFT JOIN node_content_relation_type node_data_field_type_one ON node.vid = node_data_field_type_one.vid WHERE (node.status = '1') ORDER BY node_changed_changed DESC LIMIT 0, 5 in /home/xxx/public_html/praecedo/includes/database.mysql.inc on line 121.

Unfortunately, disabling module does not fix - still get error. Suspect it's got the same root cause as http://drupal.org/node/102516

Comments

ericg’s picture

this sounds like an issue with the install file. Are you using database prefix for your site?

if you keep getting the message, you might have to delete the module (or at least the .install file for it) from your server

bryanpflug’s picture

Yes - I manually performed the install and everything seems ok now.

MrTaco’s picture

hi

i just checked the latest cck distro (1.5.1 for drupal 4.7), and it still does not provide functions for creating content types programmatically (see content_crud.inc in the cck module folder)

subform attempts to create a cck content type during its install procedure, via a table creation and a couple of record inserts into cck tables

on user's systems, these inserts cause errors (they work fine in my installs)

if anyone has some idea as to what is causing these errors, please let me know

on another tangent, i'm considering just implementing my own node type to would serve the same goal is the cck content type previously mentioned
its just annoying to have to write that custom code though, especially when all the functionality is sitting right there in cck

casey’s picture

Status: Active » Closed (fixed)