With Joomla! 4.0.0-alpha10, when I visit these links
Everything should be fine
I get this error, while visiting the above mentioned links, even with every Feeds components disabled:
<?xml version="1.0" encoding="UTF-8"?>
<error>
<code>0</code>
<message>Call to undefined method Joomla\Component\Content\Site\View\Featured\FeedView::escape()</message>
<trace>#0 /home/www/libraries/src/MVC/Controller/BaseController.php(699): Joomla\Component\Content\Site\View\Featured\FeedView->display()
#1 /home/www/components/com_content/Controller/DisplayController.php(127): Joomla\CMS\MVC\Controller\BaseController->display(true, Array)
#2 /home/www/libraries/src/MVC/Controller/BaseController.php(737): Joomla\Component\Content\Site\Controller\DisplayController->display()
#3 /home/www/libraries/src/Dispatcher/ComponentDispatcher.php(146): Joomla\CMS\MVC\Controller\BaseController->execute('display')
#4 /home/www/components/com_content/Dispatcher/Dispatcher.php(55): Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch()
#5 /home/www/libraries/src/Component/ComponentHelper.php(383): Joomla\Component\Content\Site\Dispatcher\Dispatcher->dispatch()
#6 /home/www/libraries/src/Application/SiteApplication.php(205): Joomla\CMS\Component\ComponentHelper::renderComponent('com_content')
#7 /home/www/libraries/src/Application/SiteApplication.php(244): Joomla\CMS\Application\SiteApplication->dispatch()
#8 /home/www/libraries/src/Application/CMSApplication.php(241): Joomla\CMS\Application\SiteApplication->doExecute()
#9 /home/www/includes/app.php(63): Joomla\CMS\Application\CMSApplication->execute()
#10 /home/www/index.php(36): require_once('/home/www/...')
#11 {main}</trace>
</error>
As an aside, even with every Feeds components, disabled, links from JFactory::getDocument()->_links
will still be generated…
Labels |
Added:
?
|
Closing as there is a PR to be merged already. Thanks! :)
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-08-18 11:46:20 |
Closed_By | ⇒ | zero-24 |
There's PR #24028 ready to commit.