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

Sermons view fails with getfilter #910

Closed tomfuller2 closed 1 year ago

tomfuller2 commented 1 year ago

View fails on view.html file on line 426 $set = $input->getInt('filter_' . $filter); $from = $this->filterForm->getValue($filter, 'filter');

Call to a member function getValue() on null

Only happens on web host, not localhost

tomfuller2 commented 1 year ago

I appear to have solved it by renaming filter_CWMSermons.xml under forms - to filter_cwmsermons.xml. That's how com_content does it. https://github.com/Joomla-Bible-Study/Proclaim/commit/d5977c9b8b4faea949fde4f80e981b154df86360