Download & Extend

Undefined index: name in coder_upgrade_module_list()

Project:Coder
Version:7.x-1.0
Component:Coder Upgrade
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

I get the following error message when running Coder Upgrade on a D7 installation which was upgraded from D6:

Undefined index: name in coder_upgrade_module_list() (line 578 of ...\sites\all\modules\coder\coder_upgrade\includes\conversion.inc).

I suppose this is caused by some leftover modules from the old D6 installation which are removed from the modules folder but are still listed in the "system" table. "conversion.inc" (line 564) queries the database to create the list of installed modules:

// Faster to query DB than to rescan files using _system_get_module_data(). 

I will try to delete the stale entries in the "system" table using phpMyAdmin.

Comments

#1

I have exactly the same problem. But cleaning my system table didn't help at all.
Have you done anything more than deleting the entries out of this table which are related to D6-modules ?

#2

I don't think so. Have you tried also cleaning the cache tables?

nobody click here