Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compatibility Issue with PrestaShop 8.1.5 #16

Open
orlandopadillad opened this issue Apr 25, 2024 · 2 comments
Open

Compatibility Issue with PrestaShop 8.1.5 #16

orlandopadillad opened this issue Apr 25, 2024 · 2 comments

Comments

@orlandopadillad
Copy link

trying to install using prestashop 8.1.5 I have the following issue

Cannot Install module printful. The version of your module is not compliant with your PrestaShop version.

@orlandopadillad orlandopadillad changed the title Compatibility Issue with PrestaShop 8.1.1 Compatibility Issue with PrestaShop 8.1.5 Apr 25, 2024
@CodNoob100
Copy link

I have the same problem but my prestashop version is 8.1.6

@us3r1d
Copy link

us3r1d commented Aug 29, 2024

I have it working on PrestaShop 8.1.7, at least as far as I can tell; Printful support says it looks like it's talking to their system correctly too.

It took 3 changes to the Printful module:

• in src/services/web/WebserviceSpecificManagementPrintful.php

change:

public function setObjectOutput(WebserviceOutputBuilderCore $obj)

to:

public function setObjectOutput(WebserviceOutputBuilder $obj)

and change:

public function setWsObject(WebserviceRequestCore $obj)

to:

public function setWsObject(WebserviceRequest $obj)

• in printful.php

change:

        'max' => '8.1.3',

to:

        'max' => '8.1.7', 

EDIT: this is on PHP 7.3.33, by the way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants