Radiant CMS 页面保存错误
在 Radiant CMS 中,当我尝试保存任何具有任何 PageType 但“正常”的页面(存档、索引等)时,我收到此错误:
NoMethodError in Admin/pagesController#update
undefined method `[]' for nil:NilClass
清洁 Radiant 后一切工作正常,我的 Radiant 带有一些扩展,这可能会导致问题。谁能告诉我如何解决这个问题?谢谢。
附:我为我糟糕的英语道歉。
In Radiant CMS when I'm trying to save any page that has any PageType but "normal" (Archive, Index,etc.) I get this error:
NoMethodError in Admin/pagesController#update
undefined method `[]' for nil:NilClass
With clean Radiant everything's work, my radiant carried with some extension, which may cause problem. Can anyone give me any clue how can I solve this problem? Thanks.
ps. I apologize for my poor English.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题出在扩展加载顺序上。
在 envrionment.rb 中重新排序扩展列表“config.extension”解决了这个问题。
problem was with the extension loading order.
reordering extension list "config.extension" in envrionment.rb solved this .