Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • claudioguevara Friend
    #167511

    Hi!

    All the images and folders in the Media Manager shows the following message:

    “Warning: Missing argument 4 for plgContentPlg_JAThumbnail::onContentBeforeDisplay() in /home/claudiog/public_html/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 35”

    Almost everything is working well, but..

    pritam Friend
    #406692

    Hello claudioguevara ,

    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 ){

    claudioguevara Friend
    #415290

    Hi pritam

    Thanks for the reply, and sorry for this late response. For I did it as indicated, but nothing ocurred. Other suggestions?

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

This topic contains 3 replies, has 2 voices, and was last updated by  claudioguevara 13 years, 1 month ago.

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