Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经创建了我的 Drupal 网站的本地版本来进行开发工作。但是,当我将新模块添加到本地版本时,它们会安装,但无法正确启用。例如我添加了法律模块,启用它,但是当我去站点配置编辑它时,法律部分没有出现。请问有什么帮助吗?
问题是没有足够的内存分配给服务以允许运行需要更多内存的新模块,尝试把
ini_set('memory_limit', '256M');
在sites/default/settings.php文件中。
sites/default/settings.php
这是一个非常古老的线程,但认为值得添加以下内容。
我最近在本地开发安装中遇到了这个问题(顺便说一下,使用 Acquia Dev Desktop)。关闭 Memcache 模块解决了我的问题。