User tests: Successful: Unsuccessful:
Pull Request for Issue #34984.
We need to cast the values to string before bind value to prepared statemement
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_installer |
Labels |
Added:
?
?
|
Adding the release blocker label since rebuilding update sites shall not fail with broken update sites.
@richard67 That direct commit is for adding update sites, I think. This is for rebuild update sites.
@richard67 That direct commit is for adding update sites, I think. This is for rebuild update sites.
Ah, yes, and that was where I observed the error, when installing an extension, and that seems to be solved.
I have tested this item
Easy test. Install some extension (e.g. patchtester). Rebuild update sites and see the error. Apply the patch, rebuild update sites again and see the error has gone and update sites have been correctly rebuilt.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
But you have to: Set Debug System to enabled in Global Configuration - then I saw the error before Patch.
But you have to: Set Debug System to enabled in Global Configuration - then I saw the error before Patch.
Yes, I have forgotten to mention that in my test result.
I have tested this item
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-07-31 08:06:17 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
@joomdonation I remember now when I had observed the issue a few days ago, @wilsonge had directly fixed it in the 4.0-dev branch with this commit: d78b4e6 .
Was that not sufficient?
And with your fix, will it still need those type casts from that commit?