Page 1 of 1
Error smarty_internal_templatecompilerbase.php can't edit
Posted: Mon Mar 24, 2014 3:25 pm
by Danila
Hello!
I really need your help.
So i have been changing some stuff on the site and somehow the page broke. It wrote this : OMG! You broke this page. ERROR: at line 701 in file smarty_internal_templatecompilerbase.php:
Message:
Syntax Error in template "fde1968cf0cd95c2fd1f37039c0c97b7f047da9a" on line 6 "<div class="nosto second">" - Unexpected "nosto", expected one of: "}" , " " , ATTR.
I have found the file where is the problem, but for some reason i am not able to edit the file. It doesn't open and there is no way i can find how to edit it. Also, how should i edit it? I am new to this and i am not sure what should i change there in order for it to work.
Help, please!
Thanks to those who will answer.
Re: Error smarty_internal_templatecompilerbase.php can't edi
Posted: Mon Mar 24, 2014 11:50 pm
by chandra
As the error message says there's some trouble with Smarty syntax.
Please post the template sources around div class nosto second.
Re: Error smarty_internal_templatecompilerbase.php can't edi
Posted: Tue Mar 25, 2014 8:49 am
by velden
Normally you don't need to edit a FILE.
It can be in a page template, a template of any other module, or in a Global Content Block, or ...
All editable from the CMSMS Admin
Re: Error smarty_internal_templatecompilerbase.php can't edi
Posted: Thu Mar 27, 2014 7:01 pm
by Danila
velden wrote:Normally you don't need to edit a FILE.
It can be in a page template, a template of any other module, or in a Global Content Block, or ...
All editable from the CMSMS Admin
I Still cannot find this. Mind adding me on skype and help me?
Re: Error smarty_internal_templatecompilerbase.php can't edi
Posted: Thu Mar 27, 2014 10:41 pm
by Jo Morg
Danila wrote:So i have been changing some stuff on the site and somehow the page broke.
The first thing you should have done was to backtrack your changes, and see if any had a text similar to:
<div class="nosto second">
As it was already mentioned, the error is on either a Page, a Template or a Global Content Block (GCB). These reside on the database and are managed through the CMSMS Admin Console. You do need to know the basics (check:
http://docs.cmsmadesimple.org/), in order to make changes on either. Chances are that you used
{ without the closing
} on a
tag or deleted it by accident.
As the error shows:
Danila wrote:Unexpected "nosto", expected one of: "}"
The best way is, again, to trace your steps when the error happened.
There is no file editing involved at all.
Re: Error smarty_internal_templatecompilerbase.php can't edi
Posted: Wed Apr 02, 2014 4:37 pm
by Danila
Jo Morg wrote:Danila wrote:So i have been changing some stuff on the site and somehow the page broke.
The first thing you should have done was to backtrack your changes, and see if any had a text similar to:
<div class="nosto second">
As it was already mentioned, the error is on either a Page, a Template or a Global Content Block (GCB). These reside on the database and are managed through the CMSMS Admin Console. You do need to know the basics (check:
http://docs.cmsmadesimple.org/), in order to make changes on either. Chances are that you used
{ without the closing
} on a
tag or deleted it by accident.
As the error shows:
Danila wrote:Unexpected "nosto", expected one of: "}"
The best way is, again, to trace your steps when the error happened.
There is no file editing involved at all.
Jo Morg wrote:Danila wrote:So i have been changing some stuff on the site and somehow the page broke.
The first thing you should have done was to backtrack your changes, and see if any had a text similar to:
<div class="nosto second">
As it was already mentioned, the error is on either a Page, a Template or a Global Content Block (GCB). These reside on the database and are managed through the CMSMS Admin Console. You do need to know the basics (check:
http://docs.cmsmadesimple.org/), in order to make changes on either. Chances are that you used
{ without the closing
} on a
tag or deleted it by accident.
As the error shows:
Danila wrote:Unexpected "nosto", expected one of: "}"
The best way is, again, to trace your steps when the error happened.
There is no file editing involved at all.
Thanks for a reply! I still have trouble finding the file i need, even after reading the basic stuff i have to know. I do find GCB and Templates, because they are right there, but in those pages i cannot find the problem.
I have been trying to track the changes, but it doesn't show what i have changed, only when it was changed and what.
Is there any way we can talk privately?