Joomla 6.1.3
JEvents - Custom Fields Site Plugin 3.7.26
If I click the link "administrator/index.php?option=com_jevents&task=plugin.jev_customfields.overview"
Error: Call to a member function load() on null
Solution:
In the file /plugins/jevents/jevcustomfields/views/jevcustomfields/tmpl/overview.php
You forgot to initialize the variable "$lang"!
Please add it at the top of the file:
$lang = Factory::getApplication()->getLanguage();
Fix this in the next update please!
Also, the "JEvents Custom Fields" link is only included in the first entry, not the second—see attachment.[/b]

JEvents - Custom Fields Site Plugin 3.7.26
If I click the link "administrator/index.php?option=com_jevents&task=plugin.jev_customfields.overview"
Error: Call to a member function load() on null
Solution:
In the file /plugins/jevents/jevcustomfields/views/jevcustomfields/tmpl/overview.php
You forgot to initialize the variable "$lang"!
Please add it at the top of the file:
$lang = Factory::getApplication()->getLanguage();
Fix this in the next update please!
Also, the "JEvents Custom Fields" link is only included in the first entry, not the second—see attachment.[/b]