? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
29 Dec 2017

Due to a change With php 7.2 the control panel shows several errors with the article related modules

Warning: count(): Parameter must be an array or an object that implements Countable in C:\Apache24\htdocs\cms4\administrator\components\com_content\Model\ArticlesModel.php on line 307

avatar brianteeman brianteeman - open - 29 Dec 2017
avatar brianteeman brianteeman - change - 29 Dec 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Dec 2017
Category Administration com_content
avatar mbabker
mbabker - comment - 29 Dec 2017

Since #18438 was merged this should be fixed by branch merging staging -> 3.9 -> 4.0. GitHub says the 4.0 branch is 130 commits behind staging right now so there's a bit of work waiting whenever the merge happens next.

avatar brianteeman
brianteeman - comment - 29 Dec 2017

OK will leave open for now and hope that @wilonge brings 4.0 upto date and then if not needed then this can be closed

avatar wilsonge
wilsonge - comment - 30 Dec 2017

Shame that person doesn't exist on github :P cause sounds like a tough one for him :) (i'll get on it tomorrow)

avatar brianteeman brianteeman - change - 16 Jan 2018
Labels Added: ?
avatar brianteeman
brianteeman - comment - 14 Feb 2018

i'll get on it tomorrow)

Is it tomorrow yet?

avatar wilsonge
wilsonge - comment - 14 Feb 2018

Kinda - i got 3.8.3 merged as of Tuesday and I've made a start on 3.8.5 locally

avatar wilsonge
wilsonge - comment - 14 Feb 2018

In fact actually it is

if (!is_array($categoryId))
{
$categoryId = $categoryId ? array($categoryId) : array();
}
is the fix @mbabker mentioned that went into 3.8.3 - so closing this

avatar wilsonge wilsonge - change - 14 Feb 2018
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2018-02-14 16:54:04
Closed_By wilsonge
avatar wilsonge wilsonge - close - 14 Feb 2018
avatar wilsonge
wilsonge - comment - 14 Feb 2018

Thanks for the prod tho!

Add a Comment

Login with GitHub to post a comment