used the drupal 7.26 install module feature. Module upgrade failed with:
Fatal error: Call to undefined function data_entity_get_entity_tables() in xxxx/public_html/sites/all/modules/data/data_ui/data_ui.module on line 92
All other modules updated fine. Refreshed screen got same error.
closed browser (firefox) reopened. reclogged in as admin. ran admin reports available updates - it reflected I had all up to date.
Under structure, data tables (overview) I have 1 external table that I've used for a couple years. it showed, but when I click the 'edit' under operations I received:
Warning: Illegal offset type in isset or empty in DataTable::instance() (line 49 of xxx/public_html/sites/all/modules/data/includes/DataTable.inc).
Recoverable fatal error: Object of class DataTable could not be converted to string in DatabaseConnection->escapeTable() (line 923 of xxx/public_html/includes/database/database.inc).
Attempted to clear cache. Got White screen - page refresh got no chance (stayed as white screen).
Comments
Comment #1
jshimota01 commentedComment #2
jshimota01 commentedregressed back to 7.x-alpha4... I am now able to 'edit' my private table and clear cache - all seems normal.
Comment #3
joachim commentedThere may be more than one problem here.
> Fatal error: Call to undefined function data_entity_get_entity_tables() in xxxx/public_html/sites/all/modules/data/data_ui/data_ui.module on line 92
That simple to fix. I stupidly put a call to a Data Entity module function in Data UI module. Fixed.
I'll do a release soon. See if you get the other error with that and if so file a new bug.
(BTW: please don't tag issues without reading the tagging guidelines.)