Hi vanhs010,
Since I reported the case to our Linux support team who is investigating technical issues they repeated their statement again:
JA Content Listing appears to have an undefined variable:
[Thu Apr 27 18:08:55.028392 2023] [proxy_fcgi:error] [pid 1187447:tid 140677954397952] [client 149.28.168.226:50898] AH01071: Got error 'PHP message: PHP Warning: Undefined variable $layoutOutput in /var/www/vhosts/abc-deutsch.de/httpdocs/modules/mod_jacontentlisting/helper.php on line 378;
And said variable indeed does not seem to be defined prior to using it:
root@freiburg-im-breisgau:~# cat /var/www/vhosts/abc-deutsch.de/httpdocs/modules/mod_jacontentlisting/helper.php | nl | grep layoutOutput
378 $layoutOutput .= ob_get_contents();
381 echo $layoutOutput;
Best regards
Markus