joomla-override icon indicating copy to clipboard operation
joomla-override copied to clipboard

Joomla 2.5: Cannot redeclare class ContentModelArticles

Open likebtn opened this issue 10 years ago • 0 comments

In Joomla 2.5 on home page receiving the following error:

Fatal error: Cannot redeclare class ContentModelArticles in /components/com_content/models/articles.php on line 596

My articles.php:

class ContentModelArticles extends ContentModelArticlesDefault
{
}

On category page it works perfectly.

likebtn avatar Dec 17 '14 09:12 likebtn