Smarty Error?

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
PixelPyro
New Member
New Member
Posts: 7
Joined: Mon Apr 28, 2008 12:06 pm

Smarty Error?

Post by PixelPyro »

Hi Just installed V 1.2.4 and all went well, seems to be in order thus far but I keep getting errors like the following:

string(155) "Smarty error: [in module_file_tpl:MenuManager;simple_navigation.tpl line 12]: syntax error: unrecognized tag 'repeat' (Smarty_Compiler.class.php, line 590)" string(155) "Smarty error: [in module_file_tpl:MenuManager;simple_navigation.tpl line 14]: syntax error: unrecognized tag 'repeat' (Smarty_Compiler.class.php, line 590)" string(155) "Smarty error: [in module_file_tpl:MenuManager;simple_navigation.tpl line 37]: syntax error: unrecognized tag 'repeat' (Smarty_Compiler.class.php, line 590)"

These errors appear in page where ever site navigation is. On refresh of the page these disappear. As yet I have made no modifications to any files, currently just exploring. Any suggestion as to what the issue is?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Smarty Error?

Post by calguy1000 »

sounds like you had some upload issues.... namely some of the files in the plugins directory.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
PixelPyro
New Member
New Member
Posts: 7
Joined: Mon Apr 28, 2008 12:06 pm

Re: Smarty Error?

Post by PixelPyro »

Worth uploading the full Smarty folder again in the libs?
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Smarty Error?

Post by Nullig »

If it's an "on again, off again" type of thing, it may be your php memory limit. Do you know what it is set to (8M, 12M, 16M)?

You could try adding:

Code: Select all

ini_set( 'memory_limit', '32M' );

near the top of your config.php file, to see if it helps.

Nullig
PixelPyro
New Member
New Member
Posts: 7
Joined: Mon Apr 28, 2008 12:06 pm

Re: Smarty Error?

Post by PixelPyro »

It seems to be every time I visit a page for the first time.

I re uploaded the Smarty folder in lib but still occurs.
PixelPyro
New Member
New Member
Posts: 7
Joined: Mon Apr 28, 2008 12:06 pm

Re: Smarty Error?

Post by PixelPyro »

okay so not a memory problem, tried the additional code in the config file and np joy.

Am I looking at a full re install for this as I can't find any solution anywhere.

Any help would be greatly appreciated .

TIA
Pierre M.

Re: Smarty Error?

Post by Pierre M. »

PixelPyro wrote: Worth uploading the full Smarty folder again in the libs?
No, rather keep all your opportunities for a successfull install : it is worth reuploading the full CMSms package.
http://wiki.cmsmadesimple.org/index.php/FTP_program

Pierre M.
Locked

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