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.
我安装了一个带有少量扩展名的网站。我将我网站的主题移动到另一台服务器上的新安装中。现在我正在尝试再次安装所有这些扩展,但我遇到了错误。有时 Magento 管理面板无法完全加载,有时配置链接不起作用。
一个一个地安装扩展。每次安装后清除缓存并测试一切是否正常。然后安装另一个扩展程序并按照步骤操作。如果出现问题,那是因为您安装的最后一个扩展。
还要注意的是,某些扩展可能需要其他扩展才能工作。每个模块注册 xml 文件中都有一个depends标签。以正确的顺序安装,一切都应该工作。
depends
I am using EF and seeding our DB with some product data. The data with which I'm seeding has a part which will be repeated about 100 times. Rather than copy and paste my code I would rather populate my list