-
Notifications
You must be signed in to change notification settings - Fork 15
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
Exception with php7.3 and ionCube24 v13.0.2 #280
Comments
That version is not compatible to PHP7. This has been brought to your attention in the above ticket. |
You're right, I forgot about that. Thanks for the reminder. |
Uhm, I'm trying to upgrade to v23.7.4, but I'm encountering the same error:
I suppose the issue with the minimum PHP version is not related to phpseclib, as the latest version requires Thanks in advance. |
You might be able to use PHP 7.4 if you want to stay on PHP 7 - but I'd recommend updating to PHP 8, unless you have a very good reason to use a PHP version that's unsupported. |
That's interesting @pavons - we stumbled over issues with phpseclib pointing us to the deprecation of PHP7. I double checked this for their latest version as well, you're right about that they mention If I recall correctly, it was about their sw dependency Let me check that again on our end, I don't recall the exact scenario, just that composer was facing us with php7 related issues when installing software deps. |
mhmm ... I am sorry to say that it would be too much effort for us getting PHP7 again working. Our dev container is based on latest ubuntu image By all that, I can't get the issue we had with phpseclib reproduced any longer... @DennisSkov is right, you may give PHP 7.4 a try. Finally that may help just temporarily. With v24, we'll be enforcing PHP8 officially (while we introduced it partially with more recent versions of v23). If PHP 7.4 isn't working for you, please downgrade again to a version working for you. |
No problem @KaiSchwarz-cnic, thank you so much. I'll try to figure out upgrading to a latest supported php version or upgrading to a latest version of this module that support php73 just for now. |
Hi @KaiSchwarz-cnic,
Describe the bug
After upgrading to v23.10.7 we see this error on WHMCS admin area (we are using v21.6.9 and works fine with php7.3 and ionCube24 v13.0.2):
To Reproduce
Steps to reproduce the behavior:
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: