Remitur Posted March 3, 2016 Share Posted March 3, 2016 I refer to this module: http://portal.smartertools.com/kb/a2930/whmcs-provisioning-module-for-smartermail.aspx which seems work properly on old versions of WHMCS, but on newer versions it does not work. The problem seems to be the usage in the module of Smarty 2, while WHMCS has upgraded to Smarty 3.1 (see http://docs.whmcs.com/Version_6_Template_Migration_Guide ) Even if the code is open source, the upgrade it's not easy... anyone has solved the problem yet? Or Smartermail is maybe working on it? 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted March 4, 2016 Author Share Posted March 4, 2016 Make sure that 'Allow Smarty PHP Tags' option is enabled in your WHMCS. You can do it in Setup→General Settings→Security tab. Yes, it is. The problem is the usage in the module of old and obsolete Smart 2 syntax (i.e., the old syntax $this->_tpl_vars changed to $template->getVariable('variableName') from Smarty 2 to Smarty 3.1 ... It would be necessary to rewrite large part of the module to solve the issue... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.