User tests: Successful: Unsuccessful:
Pull Request for Issue # .
Filtering by multiple tags in a category blog layout works again.
Error 500 and no articles appear.
Tags are correctly filtered and both articles appear.
None.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_content |
That change doesn't makes sense to me because it's basically the same. If this is really broken we should check why whereIn fails here.
I have tested this item
Tested with MySQLi, MySQL (PDO) and PostgreSQL (PDO).
@HLeithner I've missed it too at the first time: It is a subquery, but the parameters have to be bound with the main query, as @SharkyKZ explained me.
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
?
|
Oh I overlooked the subquery part thx
Without this PR you get a PHP Warning: mysqli_stmt::bind_param(): Number of variables doesn't match number of parameters in prepared statement in /libraries/vendor/joomla/database/src/Mysqli/MysqliStatement.php on line 420
when using MySQLi. With MySQL (PDO) and PostgreSQL (PDO) you don't get that warning, you only get the error 500 and the empty blog without this PR applied. With this PR it is ok with all 3 DB drivers.
Oh I overlooked the subquery part thx
Same happened to me first ;-)
@Lippy13 Congratulations to your first Pull Request (PR) for Joomla CMS, and thank you for it.
As it has two successful tests, it has status "RTC" now, which means ready to commit. The next step is that a maintainer who was not involved in testing yet (i.e. not me) has again a look on it, and if all ok, what I assume, it will be merged into the 4.0-dev branch and then go into the next 4.0 Beta release after that.
This just as explanation how things are working here in case if you don't know yet.
This PR here has good testing instructions. It would be good if all other PRs had that, too.
So I would be happy to see more PRs from you from time to time, if you find an issue and know how to fix it and have a bit spare time sometimes.
Again thanks for this PR here.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-07-12 12:38:03 |
Closed_By | ⇒ | laoneo | |
Labels |
Thanks!
I have tested this item✅ successfully on 029d515
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30075.