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

PHP module 'zip' is not installed. #516

Closed
xxtensazenxx opened this issue Aug 11, 2020 · 4 comments
Closed

PHP module 'zip' is not installed. #516

xxtensazenxx opened this issue Aug 11, 2020 · 4 comments

Comments

@xxtensazenxx
Copy link

Both RTorrent and RuTorrent are latest ver.
RTInst script is latest

When trying to download multiple torrent files via right click, I get a php error that says
"PHP module 'zip' is not installed."

Not sure where to go from here, hopefully its an easy fix

@V33m
Copy link
Collaborator

V33m commented Aug 11, 2020

Run php -v so I can see your php version and sudo apt policy php*-zip after that. Then try to install the zip module for the correct php version (example sudo apt install php7.3-zip if your php version is 7.3.*).

V33m added a commit that referenced this issue Aug 13, 2020
Solves the issue "PHP module 'zip' is not installed." when selecting two or more items with "Get .torrent". Issue: #516
@V33m
Copy link
Collaborator

V33m commented Aug 13, 2020

Install the php zip module and your issue should be solved.

@V33m V33m closed this as completed Aug 13, 2020
@xxtensazenxx
Copy link
Author

xxtensazenxx commented Aug 16, 2020

php -v output PHP 7.2.31

I ran sudo apt install php7.3-zip and it installed fine, reset NGINX and also ran rt restart, still giving the original error. hmm.

edit: Fixed by a info.php file, and using the version that was listed there which was 7.2. For some reason php -v gave me a differing version. After installing thee zip via your command but for 7.2 it fixed it

@V33m
Copy link
Collaborator

V33m commented Aug 16, 2020

Yeah, you have to install the version which is the same as your php version. The zip module is included in rtinst v1.8.11

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