Hello,
Recently I have been unable to access my Joomla Admin panel (the frontend looks fine). Upon checking with my server support, they indicated that your extension may be the culprit. I get repeated errors such as the following:
[Mon May 31 07:52:29.611733 2021] [fcgid:warn] [pid 27780:tid 3804938368768] [client 66.33.200.4:44774] mod_fcgid: stderr: PHP Warning: count(): Parameter must be an array or an object that implements Countable in /home/israelcatholic/catholicsforisrael.com/modules/mod_fj_related_plus/mod_fj_related_plus.php on line 19
I would like to uninstall the module, but I don't have access to the Admin panel. How do I resolve this? Help!
Thank you,
AV
Hello. I have noticed the same warning too. In that file mod_fj_related_plus.php on line 20
I replaced
if (!count($list)) {
with
if(empty($list)){
I am not sure if this is correct but the warning disappeared. It seems to be new behavior of PHP 7.2 . But this is not an error, just a warning, and this module is not loaded in the admin panel so your problem is caused by something else.