User tests: Successful: Unsuccessful:
Pull Request for Issue # .
I was getting an error: Notice Trying to get property of non object on the administrator login page, so I decided to fix this issue according to this suggestions: Notice Trying to get property of non object. I hope it doesn't create any other bugs.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
This will break the entire function because language code is never numeric.
I am not really sure why it appears. I was updating my old 3.6.4 Joomla Version to latest one (3.8.6) and then when I got to the login page it just appeared.
Can you please check the languages that you have installed?
That makes sense. You are right, it's not really numeric. In php 5.6 it works, though. I will close the pull request then.
Languages: pt-PT, pt-BR, en-US, en-GB
Languages: pt-PT, pt-BR, en-US, en-GB
hmm do you know how to do a breakpoint and setup xdebug to see what comes there?
can you reproduce that issue on a new install with that languages too?
what 3rd party Extension do you have installed
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-04-16 07:11:33 |
Closed_By | ⇒ | danieldsf | |
Labels |
Added:
?
|
Hi, thanks for your contribution?
What did you do to get the
Notice Trying to get property of non object
? How can we reproduce the issue? As on a first look this does not look like the best fix. As we should fix the root cause if possible and not the symptom ;)