Hello,

I have a problem regarding the flexinode module. I am using Drupal 4.7 RC2. Flexinode used to work. Now I played around a bit and installed a few new modules. Now I can still add new content types. But when I want to add a certain field to this type nothing happens.

Additionally in the droplist for the field to be added there is two times the entry "image gallery". I have no idea where to look for the error. Has anyone a hint for me? I will provide any additional info, but don't know where to start.

Comments

Tim99’s picture

Update:

I updated the Flexinode-Module to the latest CVS-Version. Now I can add new fields to a self defined node type. But two problems remain:

1. The double entry for "image gallery".

2. When I try to create a node of my self defined type, drupal says:

"Fatal error: Call to undefined function: form_select() in /[path/to]/drupal/modules/flexinode/contrib/field_gallery.inc on line 20"

Tim99’s picture

Seems to be the image gallery. I can create nodes, if I delete the image gallery field from the flexinode type.

Also I found out, that there is no table "image" in my DB anymore. Where do I find the SQL-instructions to create such a table? It's not in the image-package.

And again: Does anyone have a clue why there is the option "image gallery" two times?

espry’s picture

This problem is not resolved for 4.7. The gallery screws evereything up - and there are still two image entries. Does anyone have a solution to this?

Tim99’s picture

My workaround was to drop flexinode and to use cck instead.

kayfish’s picture

Nice idea, but I don't see any image support in CCK yet...could be wrong
CCK does look pretty nice, however!

Tim99’s picture

As far as I know image support is being worked on. I'm waiting for this feature, too. I think cck will replace flexinode as the standard module for flexible content in Drupal in the future.