We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to override com_content/views/category/view.feed.php, but each time I do, i get an error. Here are the details:
Class 'JFeedItem' not found.
Depending on PHP version, u may see more details:
Fatal error: Class 'JFeedItem' not found in /Applications/MAMP/htdocs/overridetests/libraries/legacy/view/categoryfeed.php on line 103
The text was updated successfully, but these errors were encountered:
No solution found but I just compared : /components/com_content/views/category/view.feed.php and /components/com_content/views/featured/view.feed.php
and there is actually no call to 'JFeedItem' class in: category/view.feed.php
as there is in (line+-65): featured/view.feed.php
// Load individual item creator class $item = new JFeedItem; ...
I guess you'll have to find a way around this.
Sorry, something went wrong.
I did some more investigating. I was working with RedComponents MVC plugin and posted the solution there: redCOMPONENT-COM/mvcOverride#17
A similar fix should work for this project.
No branches or pull requests
I am trying to override com_content/views/category/view.feed.php, but each time I do, i get an error. Here are the details:
Class 'JFeedItem' not found.
Depending on PHP version, u may see more details:
Fatal error: Class 'JFeedItem' not found in /Applications/MAMP/htdocs/overridetests/libraries/legacy/view/categoryfeed.php on line 103
The text was updated successfully, but these errors were encountered: