By Guest on Saturday, 22 August 2026
Posted in Pre-Sales
Replies 1
Likes 0
Views 47
Votes 0
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]
screenshot.jpg
It's already fixed in our development code - I'll do a new release today
·
Wednesday, 26 August 2026 11:51
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post