Page 1 of 1

[Solved] Error in smarty_internal_write_file.php

Posted: Tue Sep 25, 2012 12:48 am
by FCazabon
I am using CMS Made Simple 1.11.2

I've added in this theme and set a page to use it:

http://themes.cmsmadesimple.org/index.p ... eturnid=15

and when I load my site I get this error:

ERROR: at line 73 in file C:\wamp\www\tt-aa\lib\smarty\sysplugins\smarty_internal_write_file.php:

Message:

unable to write file C:\wamp\www\tt-aa\tmp\templates_c\(bunch of numbers).module_db_tpl.MenuManager;Yaowsa : minimal_menu.php

The template came with no installation instructions and is just an XML that I imported. Any ideas what I should be looking for to sort this out?

Solution: I needed to change the menu name from "Yaowsa : minimal_menu" to "Yaowsa_minimal_menu" and change two references to this name in the Yaowsa : Yaowsa template.

Re: [Solved] Error in smarty_internal_write_file.php

Posted: Thu Nov 15, 2012 7:33 pm
by gully
Solution: I needed to change the menu name from "Yaowsa : minimal_menu" to "Yaowsa_minimal_menu" and change two references to this name in the Yaowsa : Yaowsa template.
Thank you! :)