[SOLVED] Error after upgrading to 1.11.9

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
sonnydavis
New Member
New Member
Posts: 5
Joined: Fri Sep 27, 2013 4:04 pm

[SOLVED] Error after upgrading to 1.11.9

Post by sonnydavis »

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?
Last edited by sonnydavis on Thu Oct 03, 2013 1:53 pm, edited 1 time in total.
User avatar
Rolf
Power Poster
Power Poster
Posts: 7825
Joined: Wed Apr 23, 2008 7:53 am
Contact:

Re: Error after upgrading to 1.11.9

Post by Rolf »

Check your syntax:
{menu collapse='2' template='sectionmenu'' class="facmenu"}

It looks like it is *in* a content page...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
Image
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1974
Joined: Mon Jan 29, 2007 4:47 pm

Re: Error after upgrading to 1.11.9

Post by Jo Morg »

Yup, last versions of CMSMS, and Smarty 3 are not so forgiving with tags smarty errors. If I can read the error correctly it's on one of the pages, that you have a call to the menu tag... and yes they are kept on the database but are accessible through the Content Manager.
HTH
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
sonnydavis
New Member
New Member
Posts: 5
Joined: Fri Sep 27, 2013 4:04 pm

SOLVED: Error after upgrading to 1.11.9

Post by sonnydavis »

Found it. Thanks!
Locked

Return to “[locked] Installation, Setup and Upgrade”