I'm upgrading from Drupal 6 to 7, but after clicking 'Continue' here: I get the following:
139 pending updates
Then I click 'Apply pending updates', it starts updating, then I get the following error:
An AJAX HTTP error occurred. HTTP Result Code: 200 Debugging information follows. Path: StatusText: OK ResponseText: Fatal error: Call to undefined function node_type_cache_reset() in /home/domain/public_html/modules/node/node.install on line 578
Any thoughts/ideas what this is?
go to system table search for node module and update its status to 1, This is happening because node module is not enabled and the function node_type_cache_reset() is written in that module , since node module is unpublished it is unable to call the function written in this module.