I was just updating a site to 4.7 as a test and I ran into a few errors when trying to update Flexinode.
First flexinode was enabled automatically because I had it enabled in my 4.6 site but then it was inaccessible until I unchecked it under modules and then rechecked it.
I ran site.org/flexinode/update and it gave me this 6/16/04
Allows multiline default values for text areas. Allows administrator to configure which fields appear in the teaser and the tabular view. Deprecates special "Description" field in favor of using only basic textarea fields.
then it ran the update and had these errors
* user warning: Duplicate column name 'show_teaser' query: ALTER TABLE flexinode_field ADD show_teaser INT(1) UNSIGNED DEFAULT '0' NOT NULL in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Duplicate column name 'show_table' query: ALTER TABLE flexinode_field ADD show_table INT(1) UNSIGNED DEFAULT '0' NOT NULL in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Unknown column 'body' in 'field list' query: SELECT body, nid FROM node WHERE type = 'flexinode-1' in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Unknown column 'body' in 'field list' query: SELECT body, nid FROM node WHERE type = 'flexinode-2' in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Unknown column 'body' in 'field list' query: SELECT body, nid FROM node WHERE type = 'flexinode-3' in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Unknown column 'body' in 'field list' query: SELECT body, nid FROM node WHERE type = 'flexinode-4' in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
* user warning: Unknown column 'body' in 'field list' query: SELECT body, nid FROM node WHERE type = 'flexinode-5' in /home/robbt/imcbeta/includes/database.mysql.inc on line 108.
It seems to have added an extra field called description to all of my flexinode content types
The server info is Apache 1.36 and PHP 4.4