So I cloned my web server in VMWare and upgraded the clone from CMS 1.10.3 to 1.11.9. When I hit it with a web browser in http mode, I get the "Oops! Something went wrong..." error. When I hit it using https, I get something a little more helpful:
Code: Select all
ERROR: at line 709 in file /opt/htdocs/site/lib/smarty/sysplugins/smarty_internal_templatecompilerbase.php:
Syntax Error in template "content:content_en" on line 1 "<p>{menu collapse='2' template='sectionmenu'' class="facmenu"}</p>" - Unexpected "'", expected one of: "}" , " " , ATTR
I see the error. There's an extra apostrophe after template='sectionmenu'. But i have no idea where to go to correct it. There's no file called content or content_en. There are no templates by that name under Layout/Templates. I ran 'grep -R sectionmenu *' in the site's root directory and got no hits.
Is this somewhere in the database?