After moving my Drupal 7 site to another host, modules are appeared without download

依然范特西╮ 提交于 2019-12-11 04:24:46

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!