Dependencies for CGPaymentGatewayBase Module 1.0.8

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
gopher
New Member
New Member
Posts: 4
Joined: Wed Jul 07, 2010 10:00 pm

Dependencies for CGPaymentGatewayBase Module 1.0.8

Post 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
djkirstyjay
Forum Members
Forum Members
Posts: 206
Joined: Tue Oct 25, 2005 4:50 pm

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Post 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?
alexbuckland

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Post by alexbuckland »

Which version of cmsms are you running?
djkirstyjay
Forum Members
Forum Members
Posts: 206
Joined: Tue Oct 25, 2005 4:50 pm

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Post 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. :)
mrchristoph
Forum Members
Forum Members
Posts: 20
Joined: Sat May 15, 2010 9:54 am

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Post by mrchristoph »

I had this same problem - where exactly do you change it to 1.19.2 to get it working?
djkirstyjay
Forum Members
Forum Members
Posts: 206
Joined: Tue Oct 25, 2005 4:50 pm

Re: Dependencies for CGPaymentGatewayBase Module 1.0.8

Post by djkirstyjay »

It says in the first post...
Post Reply

Return to “Modules/Add-Ons”