Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • matteo2501 Friend
    #159876

    Hi in j1.6, under menu managment, single menu voice edit, link option, when selecting the image, in the popup window, nearby images i’ve found this error:

    Warning: Missing argument 4 for plgContentPlg_JAThumbnail::onContentBeforeDisplay() in /web/htdocs/www.experiment46.com/home/j16/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 35

    can ypu fix it?

    Sherlock Friend
    #375601

    Dear metteo2501,

    You can try as following for this issue
    Open the file of pluginsplg_jathumbnailplg_jathumbnail.php Look for these codes

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

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

    I hope that would help !

    matteo2501 Friend
    #375663

    Your problems are due to old bug of jathumbnail, so please quick fix it as following :
    – Open “plg_jathumbnail.php” in folder “plugins/plg_jathumbnail/”.
    – Change line code

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

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

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

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

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