Download & Extend

Adding fields fails when locale missing in flexinode is active; returns “deleted field” instead

Project:Flexinode
Version:4.7.x-1.x-dev
Component:Update and installation script
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

[Firstly, I suspect user error here because this is the second day using Drupal.
However, I consulted the INSTALL file and there doesn’t seem to be anything I might have missed]

After having created a new node type selecting and giving details for a new field yields only “deleted field” on the content types page. In use is Drupal 4.7.2 and the module version 4.7.0. I would appreciate pointers as how to diagnose further.

The only more verbose thing I could get was:
Fatal error: Call to undefined function: form_textfield() in /usr/share/drupal/modules/flexinode/contrib/field_multiselect.inc on line 77

which happens when the add field button is clicked immediately after “deleted field” was returned (text field was selected previously). Sounds unrelated, don’t know.

Comments

#1

I found the reason for the failure. I suspected interaction effects with other modules and deactivated everything. It was only without the locale module active that I could start to add fields to my nodes. Interestingly, after I went ahead to do a German po file and imprted it I could activate locales again (po is attached; the pot file was outdated).

AttachmentSize
de_23.po 13.77 KB

#2

Title:Adding fields fails; returns “deleted field” instead» Adding fields fails with locale missing in flexinode active; returns “deleted field” instead

adjusting title

#3

Title:Adding fields fails with locale missing in flexinode active; returns “deleted field” instead» Adding fields fails when locale missing in flexinode is active; returns “deleted field” instead

uncorkscrew

#4

Category:bug report» support request

the error '..form_textfield()' indicates you are using fields that were only ready for Drupal 4.6. Please confirm.

nobody click here