CakePHP no layout on back and forward button

前端 未结 1 450
梦毁少年i
梦毁少年i 2021-01-27 07:10

We\'re building a large CMS in CakePHP with a Croogo install incorporated. We\'ve run into an issue recently where the layout is not rendered correctly when users click the

相关标签:
1条回答
  • 2021-01-27 07:35

    Solved. This issue was being caused by a bit of javascript that was called in an include in the footer of the default layout.

    The solution on this thread was the cause of our headache: jQuery .each loop string or object

    0 讨论(0)
提交回复
热议问题