Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
10 stars 9 forks source link

CWMSeriesDisplay breaks two modules #888

Closed tomfuller2 closed 2 years ago

tomfuller2 commented 2 years ago

To reproduce: create a menu item to a series.

Error 1 in mod_breadcrumbs: Notice: Undefined index: cwmseriesdisplay in /Users/tomfuller/Sites/localhost/j4/libraries/src/Component/Router/Rules/StandardRules.php on line 210

Also occurs in mod_menu

The issue appears to be with the $query that is sent to the build function. I haven't been able to trace it down yet.

tomfuller2 commented 2 years ago

This has been solved. There was an incorrect entry in the menus table. Fixed the case of the view and issue resolved.