Log in administration control panel.
Check PHP error log.
PHP Notice: Undefined property: Joomla\Component\Content\Administrator\Table\ArticleTable::$featured_up in \libraries\src\Table\Content.php on line 278
PHP Notice: Undefined index: featured_up in \administrator\components\com_content\Model\ArticleModel.php on line 950
PHP Notice: Undefined index: featured_down in \administrator\components\com_content\Model\ArticleModel.php on line 950
Labels |
Added:
?
|
@Quy Look in that commit here: e5a67c2#diff-db94a7a8f9f1edf368d10d7b96302889R948. There is no check isset($data['featured_up']
or isset($data['featured_up']
. Could that be the problem?
I did the same. Just doing it again.
Still can't reproduce.
But what could cause that then? Only a recent change in class names regarding upper and lower case affecting this function and not working with Windows ... I don't remember such thing. So the only other thing could be differences in database? I have no idea.
Yes on Windows.
Installing the Blog Sample Data
results in There is an error in a sample data plugin. Response is invalid.
.
Sample data is known issue as far as I remember. Unfortunately I don't have Windows testing environment to reproduce.
Know issue with Testing Sample Data
, but not with Blog Sample Data
.
Here is line 278. It is missing the null check.
if ($this->featured_up && $this->featured_down && $this->featured_down < $this->featured_up)
278 where?
ahh got it
Go for it please.
On the way.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-10-26 12:45:03 |
Closed_By | ⇒ | Quy |
Thank you!
Seems to be related to e5a67c2.