I have a multi site setup sharing the same codebase. I've followed http://drupal.org/node/570162 as closely as possible.
Where I get stuck at is my new site installation - I am unable to access nor install any new modules. If I attempt to access /admin/modules I receive a ACCESS DENIED error.
I am trying to migrate my fields by installing the new version of CCK - but I do not see a "Migrate Fields" option under "Structure" nor can I access it by direct url (/admin/structure/content_migrate).
Can I force Drupal to check my modules and recompile the list in some way? Or is some bigger problem at play here?
I am able to access other modules such as Blocks, Menus, Taxonomy. My modules all exist within /sites/all/modules with 755 permissions.