Page 1 of 1

Smarty Error?

Posted: Thu May 08, 2008 1:51 pm
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?

Re: Smarty Error?

Posted: Thu May 08, 2008 1:58 pm
by calguy1000
sounds like you had some upload issues.... namely some of the files in the plugins directory.

Re: Smarty Error?

Posted: Thu May 08, 2008 2:07 pm
by PixelPyro
Worth uploading the full Smarty folder again in the libs?

Re: Smarty Error?

Posted: Thu May 08, 2008 2:59 pm
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

Re: Smarty Error?

Posted: Thu May 08, 2008 4:51 pm
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.

Re: Smarty Error?

Posted: Thu May 08, 2008 8:58 pm
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

Re: Smarty Error?

Posted: Mon May 12, 2008 5:26 pm
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.