problem med !JoomlaComment 2.40 - Joomla! Forum - community, help and support


etter å ha innstalert !joomlacomment 2.40

får jeg denne meldingen på forsiden

warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). if enable call-time pass-by-reference, can set allow_call_time_pass_reference true in ini file. however, future versions may not support longer. in /www/110mb.com/f/r/e/d/r/i/k/h/fredrikheim/htdocs/mambots/content/joscomment.php on line 43

warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). if enable call-time pass-by-reference, can set allow_call_time_pass_reference true in ini file. however, future versions may not support longer. in /www/110mb.com/f/r/e/d/r/i/k/h/fredrikheim/htdocs/components/com_comment/joscomment/board.php on line 47

warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). if enable call-time pass-by-reference, can set allow_call_time_pass_reference true in ini file. however, future versions may not support longer. in /www/110mb.com/f/r/e/d/r/i/k/h/fredrikheim/htdocs/components/com_comment/joscomment/form.php on line 98

warning: call-time pass-by-reference has been deprecated - argument passed value; if pass reference, modify declaration of [runtime function name](). if enable call-time pass-by-reference, can set allow_call_time_pass_reference true in ini file. however, future versions may not support longer. in /www/110mb.com/f/r/e/d/r/i/k/h/fredrikheim/htdocs/components/com_comment/joscomment/form.php on line 99

lurer på om hva som er problemet

dette står inni joscomment.php fila

registerfunction('onpreparecontent', 'pluginjoscomment'); } function pluginjoscomment($published, &$row, &$params, $page = 0) { global $mosconfig_live_site, $mosconfig_absolute_path, $exclude_; if (!$published) return true; $exclude = $exclude_; $globals['joscomment_path'] = "/components/com_comment/joscomment"; $globals['joscomment_absolute_path'] = $mosconfig_absolute_path . $globals['joscomment_path']; $globals['joscomment_live_site'] = $mosconfig_live_site . $globals['joscomment_path']; require_once($globals['joscomment_absolute_path'] . '/utils.php'); require_once($globals['joscomment_absolute_path'] . '/board.php'); $board = new board($globals['joscomment_absolute_path'], $globals['joscomment_live_site'], $row->sectionid, $row->catid, &$exclude); if (!$exclude) { $board->setcontentid($row->id); $board->execute(); $row->text .= ''; $row->text .= $board->htmlcode(); } else unset($board); } ?>






Comments