Jump to content

Edit History

djpat99

djpat99

12 minutes ago, ps8moduly.cz said:

It's not Prestashop's fault, but one specific module that uses an outdated setTemplate call. In some modules it is clearly written with which version of Prestashop it is compatible. If the developer specified that it is compatible up to "any" version, then the problem is on the side of the module developer.

Find in problematic module:

$this->ps_versions_compliancy = ['min' = ??? 'max' => _PS_VERSION_];

_PS_VERSION_ means that it is still compatible with your version of Prestashop, but in reality it is not true.

Thank you, this is something to check then. So I will go through all the module files and see if I can find one that is not compatible. I can try searching using the code you have provided. Thank you for this. 

And I guess just one bad module could cause this error for all of them?

djpat99

djpat99

11 minutes ago, ps8moduly.cz said:

It's not Prestashop's fault, but one specific module that uses an outdated setTemplate call. In some modules it is clearly written with which version of Prestashop it is compatible. If the developer specified that it is compatible up to "any" version, then the problem is on the side of the module developer.

Find in problematic module:

$this->ps_versions_compliancy = ['min' = ??? 'max' => _PS_VERSION_];

_PS_VERSION_ means that it is still compatible with your version of Prestashop, but in reality it is not true.

Thank you, this is something to check then. So I will go through all the module files and see if I can find one that is not compatible. I can try searching using the code you have provided. Thank you for this. 

×
×
  • Create New...