TechnicPack / TechnicSolder

PHP web app that brings differential updates to the Technic Launcher and Technic Platform
https://docs.solder.io/
Other
169 stars 167 forks source link

MCrypt is deprecated on PHP 7.1+ #640

Closed entriphy closed 5 years ago

entriphy commented 7 years ago

Noticed this while installing TechnicSolder on my Arch Linux machine with PHP 7.1. Downgrading to PHP 7.0 packages fixed it.

Actual error: Function mcrypt_get_iv_size() is deprecated

ajfite commented 7 years ago

To workaround this for now you can put

error_reporting(E_ALL ^ E_DEPRECATED);

at the top of your app.php in your config folder

GenPage commented 7 years ago

Because of this, the current version of Solder is only supported on 5.6 or 7.0. To use Solder with 7.1 will require the newer/dev version currently being made.

Yomanz commented 5 years ago

@GenPage Can't see a branch with the dev version on it?

Pyker commented 5 years ago

@GenPage Can't see a branch with the dev version on it?

It's not a branch here, it's over at https://github.com/TechnicPack/solder.

Indemnity83 commented 5 years ago

This probably shouldn't be an open issue...

Yomanz commented 5 years ago

@Pyker Appreciate it