Error: Syntax Error in template "content:cont
This is in my Bartolome Admin log... can anyone tell me what it means? None of my templates start with cont. Andrew.
SOLVED Error: Syntax Error in template "content:cont ??
-
- Forum Members
- Posts: 247
- Joined: Sun Oct 28, 2007 4:14 am
SOLVED Error: Syntax Error in template "content:cont ??
Last edited by Andrew Prior on Mon Dec 30, 2013 7:24 am, edited 1 time in total.
Re: Error: Syntax Error in template "content:cont ??
Probably a Smarty typo in content_en what means the regular page content block...
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -
-
- Forum Members
- Posts: 247
- Joined: Sun Oct 28, 2007 4:14 am
Re: Error: Syntax Error in template "content:cont ??
Thankyou Rolf.
After your hint, this is how I tracked it down.
I googled " "content_en" sitename.com "
It brought up the errors in full and let me find them in my site.
Andrew
After your hint, this is how I tracked it down.
I googled " "content_en" sitename.com "
It brought up the errors in full and let me find them in my site.
Andrew
Re: SOLVED Error: Syntax Error in template "content:cont
What were the errors, if you don't mind my asking..?
-
- Forum Members
- Posts: 247
- Joined: Sun Oct 28, 2007 4:14 am
Re: SOLVED Error: Syntax Error in template "content:cont
An open apostrophe
which is very puzzling as the page should never have worked... so not sure how or when the apostrophe got dropped!
Code: Select all
{global_content name='fred}
Re: SOLVED Error: Syntax Error in template "content:cont
Most likely your host upgraded PHP as older version let that slide, not anymore...
Re: SOLVED Error: Syntax Error in template "content:cont
The older Smarty template engine accepted small typos like that! But Smarty 3 does not...Andrew Prior wrote:An open apostrophewhich is very puzzling as the page should never have worked... so not sure how or when the apostrophe got dropped!Code: Select all
{global_content name='fred}
- + - + - + - + - + - + -
LATEST TUTORIAL AT CMS CAN BE SIMPLE:
Migrating Company Directory module to LISE
Migrating Company Directory module to LISE
- + - + - + - + - + - + -