single page view not showing after 5.6.1.2 upgrade
Permalink
I've got this strange issue where all my single page view render correctly except one. The controller for the single page works; if I echo something in the public function view() method it will appear on the page. However if I place an echo statement in the single_pages file it does not appear.
One other twist is that this page does have a page type in the theme as well.
I've tried clearing the cache, removing and adding the package that contains the single page/controller in question, as removing and adding the theme with the page type. I also checked to ensure the page properties/permission to ensure that it could be viewed by Guest.
If anyone else has ideas, I'd love to hear them. I've attached a file with code snippets from the controller, single page, and theme page as well.
One other twist is that this page does have a page type in the theme as well.
I've tried clearing the cache, removing and adding the package that contains the single page/controller in question, as removing and adding the theme with the page type. I also checked to ensure the page properties/permission to ensure that it could be viewed by Guest.
If anyone else has ideas, I'd love to hear them. I've attached a file with code snippets from the controller, single page, and theme page as well.