-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
RuntimeException: Trying to call method upper on a non-object #14330
Comments
What Phalcon version are you on? |
3.4 So 3.3, 3.4 and 4. would need that to be fixed. |
Because var a = "abc";
typeof a; // string But string a = "abc";
a->upper(); // ABC |
So this
or this
? Still not sure about the rest. |
IMO better is to replace by |
Thanks @ruudboon . Dont know how to add but it should check
|
Fixed in the |
Is there any ETA on the next release? I see the last release was Jun 30, and (from what I can tell) the most recent changeto 3.4.x was this one. I'm attempting to set the application name for a postgresql connection and this is adding a bit of a roadblock. |
@GammaGames you can compile from sources @sergeyklay any answers for questions above? |
We're not plan to release 3.x in near future. I'm sorry. In other hand, there are simple steps to build Phalcon from source code. This is so easily done that everyone can do it himself. Feel free to ping me in case of any building problem. |
@sergeyklay Wait, did you just release a new version? I was attempting to make a docker container that would compile 3.4.x from source! |
Yeah guys. We've released v3.4.5 right now |
See #11466 (comment)
This is my fault: #13010
See
cphalcon/phalcon/db/adapter/pdo.zep
Line 135 in caeac66
EDIT:
key->upper()
must be something valid in zep (string in key to upper)Could somebody pls fix this?
I do not have enough knowledge in zep - told ya before :p
Karma i just needed this feature and it shot the error msg right in my face :/
The text was updated successfully, but these errors were encountered: