BrainTreepayment致命错误Magento社区1.8.1

时间:2014-06-10 20:38:15

标签: php payment magento-1.8 braintree

我刚刚在我的商店安装了Braintree支付网关

但每次我点击" CHECKOUT"按钮我明白了:

Fatal error: Class 'Braintree_Configuration' not found in /public_html/app/code/local/Braintree/Payments/Model/Paymentmethod.php on line 917.

代码段是:

917       Braintree_Configuration::environment($this->getConfigData('environment', $storeId));
918       Braintree_Configuration::merchantId($this->getConfigData('merchant_id', $storeId));
919       Braintree_Configuration::publicKey($this->getConfigData('public_key', $storeId));
920       Braintree_Configuration::privateKey($this->getConfigData('private_key', $storeId));
          $this->_merchantAccountId = $this->getConfigData('merchant_account_id', $storeId);
          $this->_useVault = $this->getConfigData('use_vault', $storeId);
          $this->_allowDuplicates = $this->getConfigData('duplicate_card', $storeId);       
    }

与Braintree技术支持一起24小时在此,并且还没有解决方案。任何对这个问题的见解都将深受赞赏。

由于

1 个答案:

答案 0 :(得分:2)

我在Braintree工作。看起来我们已经回复你了并解决了你的问题,但是我会在这里发布这个问题给其他遇到同样问题的人。您也可以始终reach our support team directly

此错误是由Magento插件的安装问题引起的。卸载并重新安装修复它。

我们的支持页面上提供了Magento的installation instructionstroubleshooting tips