News:

AbanteCart v1.4.2 is released.

Main Menu
support

Problem with Mustache

Started by marcjuneau, November 13, 2020, 02:16:46 PM

Previous topic - Next topic

marcjuneau

Hello, I have updated to v.1.2.16 and since I cant get any message to work. All messages generated makes this error in the log.

AbanteCart core v.1.2.16 Class 'Mustache_Engine' not found in <b>/home/axesstek/public_html/store/core/lib/mail.php</b> on line <b>209</b>

Anyone had this problem ?

abantecart

What is a PHP version that you have?


dvagner


marcjuneau

They are all there... still error...

dvagner

Check init.php in core
it should contain:

define('DIR_VENDORS', DIR_CORE.'/vendors/');

require DIR_VENDORS.'/Mustache/Autoloader.php';
Mustache_Autoloader::register();

marcjuneau

OK I have the define, but nothing else... oups :(

dvagner


marcjuneau

Yes :) I was troubled because I added the lines but save file failed.... I have use the one from the repo and it's working well now... don't know why this file in particular didn't update properly at the update....  Thank you so much.

Forum Rules Code of conduct
AbanteCart.com 2010 -