-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Question] PHP version compatible #87
Comments
Having the same issue here. it is related to this function and the way is used: |
The required version should be 5.4... because I think it needs the I wasn't aware of that change in 5.5.. I thought |
To fix it you need to take out the postVar request from the empty function and add it to a variable: to: $var = $request->postVar($name); |
I didn't notice it, either. Thank you @diegopego86 . |
That worked for me on 5.4 (I promise to upgrade php soon!) |
Will this issue be fixed? Or should I go with the posted solution? |
I use this module for my project, it runs well. But when I install on customer's host, I got the error:
Fatal error: Can't use method return value in write context in /home/***/dropzone/code/FileAttachmentField.php on line 785
I noticed that, the hosting is running with php 5.4.45, and my localhost is running in php 5.5 and above.
So, is it true that this module only compatible with php version >= 5.5 ?
The text was updated successfully, but these errors were encountered: