I've recently tried updating my code to v3.6.1 and 3.6.2. In both instances, I start to get the following error: "
Error 500: Undefined property: Template::$mime".
The error occurs in any HTML code that has an include call, e.g. in partial.html: <include href="partials/feedback.html"/>
I can't find any coding fix to this. After some trial and error, realised that this is a caching issue. If I clear the \tmp and \tmp\cache, the problem is resolved.
I'm not an F3 guru. I don't know why this error occurs, but raise it here in case others experience a similar issue.