Hello,
I already replicated the given solution to an affected website and the website's menu improved its funtionality. Now there is another menu issue in an upgraded website.
New test site URL: https://amiga.gabrielcastelan.me
I updated the login info at the top, so you can easily login into the website.
- The Joomla version is 4.4.3
- It has the latest version of JA Page Builder installed.
- There is no other 3rd party extensions installed.
- There is a lot of info into this website, but I unpublished most of it so the problematic menus are the only available.
Top menu Inicio is the home page.
It is a JA_Builder page named "inicio" with id #1
Template: JA_Builder
It displays ok (we'll talk about it's issues in another ticket if necesary)
Top menu Blog
Points to "Featured Articles"
It shows the corresponding articles.
blog's articles are easily accessible but clicking on any category link returns an error message.
Blog's Submenu "Amiga Sabia"
It's a "Category Blog" menu type.
Clicking on it when Cassiopea Template is assigned:
it works ok.
Clicking on it when JA_Builder Template is assigned:
It returns the following error message:
0 - Modulo by zero
As Debug System is active it also shows:
Modulo by zero
Call stack
# Function Location
1 () JROOT/templates/ja_builder/html/com_content/category/blog.php:85
2 include() JROOT/libraries/src/MVC/View/HtmlView.php:415
3 Joomla\CMS\MVC\View\HtmlView->loadTemplate() JROOT/libraries/src/MVC/View/HtmlView.php:203
4 Joomla\CMS\MVC\View\HtmlView->display() JROOT/libraries/src/MVC/View/CategoryView.php:262
5 Joomla\CMS\MVC\View\CategoryView->display() JROOT/components/com_content/src/View/Category/HtmlView.php:182
6 Joomla\Component\Content\Site\View\Category\HtmlView->display() JROOT/libraries/src/MVC/Controller/BaseController.php:660
7 Joomla\CMS\MVC\Controller\BaseController->display() JROOT/components/com_content/src/Controller/DisplayController.php:121
8 Joomla\Component\Content\Site\Controller\DisplayController->display() JROOT/libraries/src/MVC/Controller/BaseController.php:693
9 Joomla\CMS\MVC\Controller\BaseController->execute() JROOT/libraries/src/Dispatcher/ComponentDispatcher.php:143
10 Joomla\CMS\Dispatcher\ComponentDispatcher->dispatch() JROOT/components/com_content/src/Dispatcher/Dispatcher.php:56
11 Joomla\Component\Content\Site\Dispatcher\Dispatcher->dispatch() JROOT/libraries/src/Component/ComponentHelper.php:361
12 Joomla\CMS\Component\ComponentHelper::renderComponent() JROOT/libraries/src/Application/SiteApplication.php:208
13 Joomla\CMS\Application\SiteApplication->dispatch() JROOT/libraries/src/Application/SiteApplication.php:249
14 Joomla\CMS\Application\SiteApplication->doExecute() JROOT/libraries/src/Application/CMSApplication.php:293
15 Joomla\CMS\Application\CMSApplication->execute() JROOT/includes/app.php:61
16 require_once() JROOT/index.php:32
Blog's Submenu "Amiga Culta"
It's a "Category Blog" menu type.
Clicking on it when Cassiopea Template is assigned:
it works ok.
Clicking on it when JA_Builder Template is assigned:
It returns the same error message :
0 - Modulo by zero
Positioning the mouse’s pointer over the submenu correctly displays the inner submenu "Meditación sanando tu cuerpo".
Inner submenu "Meditación sanando tu cuerpo"
It points to a JA_Builder page.
It works ok.
Top menu "Talleres Online"
Points to "Featured Articles"
It's a "Category Blog" menu type.
Clicking on it when Cassiopea Template is assigned:
it works ok.
Clicking on it when JA_Builder Template is assigned:
It returns the same error message :
0 - Modulo by zero
I hope that you can help me with this one too.
Thank you.