<em>@slaytshell 242306 wrote:</em><blockquote>Warning: Missing argument 4 for plgContentPlg_JAThumbnail::onContentBeforeDisplay() in /home/suruclular/domains/suruclular.com/public_html/plugins/content/plg_jathumbnail/plg_jathumbnail.php on line 35
Warning: Missing argument 4 for plgContentJADisqus_debate_echo::onContentBeforeDisplay() in /home/suruclular/domains/suruclular.com/public_html/plugins/content/jadisqus_debate_echo/jadisqus_debate_echo.php on line 55</blockquote>
—-
To resolve the problem “missing argument 4..” please do as following:
– Open the file “plg_jathumbnail.php” in the folder “plugins/content/plg_jathumbnail/”, then find code:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart ){
Replace to:
function onContentBeforeDisplay( $context, &$article, &$params, $limitstart = 1 ){