I upgraded from 1.9.4.3 to 1.10 (with a clone directory with a clone database) and am getting the following errors.
Any idea what I can do to fix?
/home/site/public_html/clone/lib/smarty/Smarty.class.php:1593 - trigger_error
/home/site/public_html/clone/lib/smarty/Smarty.class.php:1415 - _fetch_resource_info
/home/site/public_html/clone/lib/smarty/Smarty.class.php:1261 - _compile_resource
/home/site/public_html/clone/lib/classes/module_support/modtemplates.inc.php:182 - fetch
/home/site/public_html/clone/lib/classes/class.CMSModule.php:2388 - cms_module_ProcessTemplate
/home/msc/public_html/clone/modules/MenuManager/action.default.php:251 - ProcessTemplate
/home/site/public_html/clone/lib/classes/class.CMSModule.php:1583 - include
/home/site/public_html/clone/lib/classes/class.CMSModule.php:1628 - DoAction
/home/site/public_html/clone/lib/module.functions.php:122 - DoActionBase
/home/site/public_html/clone/plugins/function.menu.php:22 - cms_module_plugin
/home/site/public_html/clone/tmp/templates_c/%%25^25C^25C8B04D%%template%3A15.php:39 - smarty_cms_function_menu
/home/site/public_html/clone/lib/smarty/Smarty.class.php:1263 - include
/home/site/public_html/clone/index.php:275 - fetch
string(83) "Smarty error: unable to read resource: "module_file_tpl:MenuManager;bulletmenu.tpl""
Error on Upgrade 1.9.4.3 to 1.10
-
- New Member
- Posts: 4
- Joined: Sun Oct 28, 2012 11:24 am
Re: Error on Upgrade 1.9.4.3 to 1.10
A MenuManager template bulletmenu.tpl can not be found, make sure there a file bulletmenu.tpl exists in /modules/menuManager/templates/
-
- New Member
- Posts: 4
- Joined: Sun Oct 28, 2012 11:24 am
Re: Error on Upgrade 1.9.4.3 to 1.10
It's definitely in there. But I still seem to be getting the same error.
Re: Error on Upgrade 1.9.4.3 to 1.10
Is this menu template a custom one you made, as I don't remember there ever being one called that in the menu manager folder, most likely you made it then called it in a template using the .tpl extension which is not needed for custom menu templates, just {menu template='bulletmenu'}...