I'm running into the 31 variable limit with Flexinode (apparently hard-coded into mysql), and for the reason of my client wanting to be able to add/remove Flexinode items by himself at a later date, I'm restricted to using this module as opposed to making a custom one.

It seems like extensions such as multicheck would work fine, but similar extensions like multi_image, multi_text, multi_drop would have to exist. And while I'm trying to get that done, progress is painstakingly slow/nonexistant.

Help?

Comments

dtan’s picture

Version of the module?

Do you mean that you are restricted to making 31 fields? types? What exactly do you mean by variables?

flufftronix’s picture

I meant in each flexinode type, I'm restricted to no more than 31 fields, ie "add image" "add checkbox" etc.

For me, this will probably be not too much of an issue because I actually have access to the MYSQL installation on the server, but I'm sure it comes up for other people, too.

dtan’s picture

Version? I couldn't reproduce the problem with a clean install of the latest 4.6 tagged flexinode in cvs. I successfully created a node with 40+ fields. I failed to see where it was hard coded, but I may have missed it. Could you try the latest version from cvs and try again. . .

flufftronix’s picture

Though, did you try to publish a node with 40+ fields? Creating a content type and publishing one works and doesn't work, respectively.

Apparently though this also depends on the server's processor. 32 bit can do 31 fields, 64 can do 61.