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

Compose Installation Issue #107

Closed
alexsdesign opened this issue Mar 5, 2024 · 6 comments
Closed

Compose Installation Issue #107

alexsdesign opened this issue Mar 5, 2024 · 6 comments

Comments

@alexsdesign
Copy link

Hey everyone,

Running Plesk on Windows 2022 on an Amazon Ec2 instance.

I've tried to install CloudConvert using Plesk's composer feature.
(Basically, download the ZIP file from here, upload to plesk, run their PHP Composer scanner and install)

However on every attempt I hit this problem:

Failed to retrieve data for the package 'psr/http-factory-implementation': In ShowCommand.php line 324:

I've attached a screenshot of the full error message.

Can anyone assist me with this... or is there an alternative way to set this up without using composer (because it sucks on plesk)
2024-03-05_22-06-29

Thanks in advance

Alex

@alexsdesign
Copy link
Author

Additional note... no files were adjusted or changed... literally downloaded zip, uploaded to Plesk and unzipped.

@josiasmontag
Copy link
Contributor

This SDK cannot be installed via the ZIP archive. It needs to be installed via composer, see the README.

@alexsdesign
Copy link
Author

Even when using the provided composer.json file from this github, I still receive the error message above.

@alexsdesign
Copy link
Author

As we are using Plesk I'm unable to run a composer command... I can only run it via the .json file provided by this github.

@alexsdesign
Copy link
Author

Here is a video link of just using the composer.json file...
You'll see it fails when it reaches the PSR/Http Factory

https://drive.google.com/file/d/1537CgUpu4Qwg0AkQ586hbB_0weoHZoge/view?usp=drivesdk

@alexsdesign
Copy link
Author

For anyone else having this problem.....

Make sure that in your PHP.INI file you uncomment out:

extension=zip

By doing this, it resolved my issue.

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

2 participants