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

Links from within Proclaim append an incorrect ItemID #885

Closed tomfuller2 closed 2 years ago

tomfuller2 commented 2 years ago

To reproduce, create a studies list. Add the Teachers show on the top.

Links to Teachers add an ItemID[1]142. 142 is the menu item of teachers. Joomla is creating an array which leads to a 500 error.

the links are created in default_main of view CWMSermons

Teachers Image

There is no ItemID - it is being appended by Joomla somehow.

This is also happening in other views where we create a link within a Helper and pass back to the view.