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?
Smarty Error?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Smarty Error?
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.
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.
Re: Smarty Error?
Worth uploading the full Smarty folder again in the libs?
Re: Smarty Error?
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:
near the top of your config.php file, to see if it helps.
Nullig
You could try adding:
Code: Select all
ini_set( 'memory_limit', '32M' );
Nullig
Re: Smarty Error?
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.
I re uploaded the Smarty folder in lib but still occurs.
Re: Smarty Error?
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
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?
No, rather keep all your opportunities for a successfull install : it is worth reuploading the full CMSms package.PixelPyro wrote: Worth uploading the full Smarty folder again in the libs?
http://wiki.cmsmadesimple.org/index.php/FTP_program
Pierre M.