VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Felipez85 on July 31, 2014, 21:35:17 PM

Title: Fatal error: Class 'VmConfig' not found ?? after paying with iDeal
Post by: Felipez85 on July 31, 2014, 21:35:17 PM
I'm recieving a fatal error when I'm done paying in iDeal, it should redirect me to the Success / Thank you page, but I recieve this fatal error:

"ideal Fatal error: Class 'VmConfig' not found in com_virtuemart/helpers/cart.php on line 74"
(with this url: index.php?option=com_ccidealplatform&view=ccideal&layout=checkout.ccideal_post_basic_result&url=urlSuccess&orderID=17d5035&extn=virtuemart&amount=51.9)

I am using Joomla! 2.5.24, Virtuemart 2.6.6 (recently upgraded from 2.x), CCiDeal 4.1.2, ING Basic account

This is standing on line 74 in cart.php (I have SSL turned off in config):
var $useSSL = 1;
    //     static $first = true;

    private function __construct() {
        $this->useSSL = VmConfig::get('useSSL',0);
        $this->useXHTML = false;
    }

Hope anybody has an idea..? would really help us! Thanks   :-[
Title: Re: Fatal error: Class 'VmConfig' not found ?? after paying with iDeal
Post by: GJC Web Design on July 31, 2014, 21:53:05 PM
think you need to ask chillcreations.com  - that piece of code has been there for years...
Title: Re: Fatal error: Class 'VmConfig' not found ?? after paying with iDeal
Post by: Milbo on August 01, 2014, 08:44:59 AM
http://dev.virtuemart.net/projects/virtuemart/wiki/Developing_a_module_or_plugin_for_VirtueMart_2