Page 1 of 1

Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Sun Aug 22, 2010 8:51 pm
by gopher
Trying to install latest CGPaymentGatewayBase Module ( 1.0.8 )
I'm getting "Missing Dependency" and the following:


Name          Minimum Version  Installed
CGExtensions  1.19.9            False   


In CGPaymentGatewayBase.module.php

Code: Select all

  public function GetDependencies()
  {
    return array('CGExtensions'=>'1.19.9',
		 'CGEcommerceBase'=>'1.2.1');
  }
I have the latest CGExtensions version CGExtensions-1.19.2

Is this just a typo? (1.19.9) and can I just safely change it to: CGExtensions'=>'1.19.2?
Thanks

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Tue Aug 31, 2010 1:07 pm
by djkirstyjay
Me too. The latest version available in the forge is 1.19.2... so where do we get 1.19.9 if it does exist?

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Tue Aug 31, 2010 1:28 pm
by alexbuckland
Which version of cmsms are you running?

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Tue Aug 31, 2010 3:44 pm
by djkirstyjay
Sorry... very latest version... all mods are also the latest versions from the forge for the ecommerce suite. I did as the OP suggested and changed the 1.19.9 to 1.19.2 and it's working now... just wanted to make sure that it would not cause any adverse effects. :)

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Tue Aug 31, 2010 4:29 pm
by mrchristoph
I had this same problem - where exactly do you change it to 1.19.2 to get it working?

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Posted: Tue Aug 31, 2010 5:00 pm
by djkirstyjay
It says in the first post...