- Posts: 14
- Thank you received: 0
Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Use this category:
- to ask how to install or upgrade; or
- if you encountered problems during the installation or upgrade procedure.
Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.
Question Exception [404] Affichage introuvable [nom, type, préfixe] : topic, html, site
I have this issue
Exception [404]
Affichage introuvable [nom, type, préfixe] : topic, html, site
(see Private message error to have all the details)
when i try to edit a post in Kunena
Thanks for your help
Arnaud
KUNENA 6.3.8
(ERROR happens in Aurelia Template or in the NTS KUnity , regardless of the template)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Where can I find this “private message error”?Perhaps the configuration report would be helpful.(see Private message error to have all the details)
when i try to edit a post in Kunena
Please Log in or Create an account to join the conversation.
.../libraries/src/MVC/Controller/BaseController.php:881
Code:
876
877 if (empty(self::$views[$name][$type][$prefix])) {
878 if ($view = $this->createView($name, $prefix, $type, $config)) {
879 self::$views[$name][$type][$prefix] = &$view;
880 } else {
881 throw new \Exception(Text::sprintf('JLIB_APPLICATION_ERROR_VIEW_NOT_FOUND', $name, $type, $prefix), 404);
882 }
883 }
884
885 return self::$views[$name][$type][$prefix];
886 }
Joomla\CMS\MVC\Controller\BaseController->getView() Kunena\Forum\Libraries\Controller\KunenaController->display() Kunena\Forum\Libraries\Controller\KunenaController->executeTask() Kunena\Forum\Libraries\Controller\KunenaController->execute() Kunena\Forum\Site\Dispatcher\Dispatcher->dispatch() Joomla\CMS\Component\ComponentHelper::renderComponent() Joomla\CMS\Application\SiteApplication->dispatch() Joomla\CMS\Application\SiteApplication->doExecute() Joomla\CMS\Application\CMSApplication->execute() require_once() Joomla\CMS\MVC\Controller\BaseController->getView().../libraries/kunena/src/Controller/KunenaController.php:386
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
Code:
0
string(65) "/var/www/vhosts/biohack-arena.club/httpdocs/CLUB/includes/app.php"
Many Thanks
Please Log in or Create an account to join the conversation.
- Posts: 991
- Thank you received: 154
Please Log in or Create an account to join the conversation.
I believe the problem has nothing to do with Kunena because Model-View-Controller (MVC) is part of Joomla.
Please Log in or Create an account to join the conversation.