Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • vrooom Friend
    #164972

    I have a warning on my media manager next to every pic. the warning is as follows.

    Warning: Missing argument 4 for plgContentPlg_JAThumbnail::onContentBeforeDisplay() in /homepages/22/d353647997/htdocs/jatc_rasite_j16_release/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 35

    I am using Joomla 1.6 and have the template JA Rasite. I need step by step instructions on how to resolve this issue. I have attached a pic displaying the warning.

    Thank you.


    1. Media-manager
    mayuri_g Friend
    #395510

    To solve the problem of warning , please do the following step:

    – Open the file plugins/content/plg_jathumbnail/plg_jathumbnail.php then find code:

    Code:

    function onContentBeforeDisplay( $context, &$article, &$params, $limitstart ){

    Replace this with:

    Code:

    function onContentBeforeDisplay( $context, &$article, &$params, $limitstart = 1 ){

    vrooom Friend
    #396163

    Thank you!, that fixed it 😀

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  vrooom 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum