Just had an issue with Smarty choking in Hero CMS. It said it couldn't find the frontpage.thml
template. After trawling through Hero, CodeIgniter and Smart code I finally found out that there needs to be a writeable/template_compile
directory or Smarty initialization will silently fail (until you need it).
29 August 2012
Template Errors with Hero CMS
25 August 2012
21 August 2012
Infinite redirect loop on Drupal taxonomy pages
Weird problem... took months to figure out because I'm a bit slow. All taxonomy pages were doing infinite redirect loops if you were logged in, and sending users to the login page if you were logged out. So it was totally broken. In the end the problem was the "demo" taxonomy view that gets packaged with the Views module. It was on (although it seemed without any modifications) and turning it off solved the issue. I spent a long time trying to figure out what was wrong with the view itself and eventually gave up.