问题
I'm sorry for such a complex subject. My problem is.
I tried to move my Drupal 7 site from one server to another. I uploaded a fresh install to my new site. I backed up my old database and imported to my new site. I uploaded settings.php file to my new site.
When i entered to my new site's module part, All the 3rd party modules i installed in my old site, exist in my new site without any loss :) But when i check the folders /sites/all/modules /sites/default /modules I couldn't find any file regarding to this modules.
Modules exist in my new site when i check my admin panel, I can create content by using this modules, But i can't see their files by using file manager etc.
Thank you
回答1:
Because you didn't disable the modules before moving your deployment, I think they're still marked in your database, same for registration of content types. As the modules don't actually exist, you won't get their functionality.
Replacing the modules under /sites/all/modules or /sites/default/modules should leave them working as before.
来源:https://stackoverflow.com/questions/8211597/after-moving-my-drupal-7-site-to-another-host-modules-are-appeared-without-down