Hi,

The PHP log is reporting an error related to the file "list.php" in the "mod_articles_category" module. The specific error is: "Undefined variable $moduleclass_sfx in C:\inetpub\wwwroot\templates\ja_seven\html\mod_articles_category\list.php on line 16."

    Hi, aliwari
    Thank you for providing detailed information regarding the issue. I will check and fix this warning.

    Regards,

    Hi aliwari,
    This variable does not show the module class when you add from the backend > mod_articles_category module, if you want to resolve this issue, you can add the following code to the wwwroot\templates\ja_seven\html\mod_articles_category\list.php file, line 15:

    $moduleclass_sfx = $params->get('moduleclass_sfx') != null
    	? htmlspecialchars($params->get('moduleclass_sfx')) : '';

    Or wait for our technical team to update this issue in the next version.

      dominic Hi,

      I added the code , the error not showing anymore, Thank you

      Have a good day.

      Write a Reply...
      You need to Login to view replies.