User tests: Successful: Unsuccessful:
Pull Request for Issue #31473.
This PR fixes PHP warnings on PHP 8. The error happens in some of our view classes because some changes in how php handles string to number comparision:
Before patch: You would get the warning like
Attempt to read property "id" on null in components/com_content/views/category/view.html.php
After patch: No warning anymore
| Status | New | ⇒ | Pending |
| Category | ⇒ | Front End com_contact com_content |
Drone failure was unrelated. I‘ve restarted the job, hope it will pass this time. It seems that when we have too many jobs in the queue or running, we sometimes run into this kind of problem.
I have tested this item
I have tested this item
| Status | Pending | ⇒ | Ready to Commit |
RTC
| Labels |
Added:
?
?
|
||
| Status | Ready to Commit | ⇒ | Fixed in Code Base |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-03-23 16:25:18 |
| Closed_By | ⇒ | rdeutz | |
| Labels | |||
Anyone knows why drone is failing for this PR?