mysql> select * from registry where name = 'GoogleAnalyticsBasicTest' +-------------------------+-------+---------------------------------------------------------------+-----------------+--------+ | name | type | filename | module | weight | +-------------------------+-------+---------------------------------------------------------------+-----------------+--------+ | GoogleAnalyticsBasicTest| class | sites/mysubsite/modules/google_analytics/googleanalytics.test | googleanalytics |0 | We must ensure that the new site has the filename field altered to the new filename location for all three of the system, registry and registry_file tables. mysql> select * from registry where name = 'GoogleAnalyticsBasicTest' +-------------------------+-------+---------------------------------------------------------+-----------------+------+ | name | type | filename | module |weight| +-------------------------+-------+---------------------------------------------------------+-----------------+------+ | GoogleAnalyticsBasicTest| class | sites/all/modules/google_analytics/googleanalytics.test | googleanalytics | 0 |