-
Notifications
You must be signed in to change notification settings - Fork 635
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
Error: Return value of craft\helpers\App::phpConfigValueInBytes() must be of the type integer, float returned #3717
Comments
If I'm assuming correctly that this is related to 3.1.4 and checking of php memory_limit, this is what I get when I run the phpConfigValueInBytes function:
If I dump out |
So this is a 32-bit PHP error combined with having a memory limit >= 2048M as the result would be |
Proposed fix to change expected response as a float, which suppor |
Thanks for the bug report and investigating it! Fixed for the next release. In the meantime, you can get around it by changing your |
Description
Installing plugins from the CMS no longer work.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: