Jump to content
thirty bees forum
  • 0

Install PS Module not possible - "version not compatible"


Mathias

Question

Hi, 
I just changed from PS 1.6.12 to TB 1.1 as I read a lot of good things about it.
Shop is running smooth now, but I have a strange problem.

I tried to install a german payment module, which is meant to be working on PS 1.6 and 1.7 (I used it on my PS 1.6 installation). No I tried to install that module on TB 1.1. When clicking install on the modules pages it doesn't install the module saying "version not compatible". Is there any workaround to install the module (as it works fine on PS 1.6).

Thank you very much

P.S. It's this module: https://heidelpay-presta.shopmodule.com/

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

I suspect you are using version 1.0.7, as it's the only one compatible with ps16.

In file heidelpay.php, line 57, the module specifies compatibility as:

$this->ps_versions_compliancy = array('min' => '1.6.1', 'max' => '1.6.99');

Change this to

$this->ps_versions_compliancy = array('min' => '1.6.1', 'max' => _PS_VERSION_);

And you should be fine

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...