UnrealCatze / FigureDatabase

FigureDatabase
GNU General Public License v3.0
1 stars 0 forks source link

comments_include.php - Missing argument 6 for showcomments(), #17

Closed UnrealCatze closed 7 years ago

UnrealCatze commented 7 years ago

comments_include.php Missing argument 6 for showcomments(), called in /var/www/vhosts/xxxxxxxxx.com/httpdocs/site1/infusions/figurelib/includes/figures.class.php on line 623 and defined

Source code (Line: 18 - 38) 18 if (!defined("IN_FUSION")) { 19 die("Access Denied"); 20 } 21 /* 22 @param $comment_type - abbr or short ID 23 @param $comment_db - Current Application DB - DB_BLOG for example. 24 @param $comment_col - current sql primary key column - 'blog_id' for example 25 @param $comment_item_id - current sql primary key value '$_GET['blog_id']' for example 26 @param $clink - current page link 'FUSION_SELF' is ok. 27 */ 28 function showcomments($comment_type, $comment_db, $comment_col, $comment_item_id, $clink, $ratings) {

Line 28 -- 24 minutes ago Missing argument 6 for showcomments(), called in /var/www/vhosts/aliencollectors.com/httpdocs/site1/infusions/figurelib/includes/figures.class.php on line 623 and defined 29 PHPFusion\Feedback\Comments::getInstance( 30 array( 31 'comment_item_type' => $comment_type, 32 'comment_db' => $comment_db, 33 'comment_col' => $comment_col, 34 'comment_item_id' => $comment_item_id, 35 'clink' => $clink, 36 'comment_echo' => TRUE, 37 'comment_allow_ratings' => $ratings 38 ) 39

DavidGuetl commented 7 years ago

Wäre gut zu wissen, ob dafür die Funktion showratings () wegfällt oder dergleichen?!

Vermute mal dass hier mit true/false gesteuert wird, aber ohne Sourcecode kann ich dass nicht genau sagen.

DavidGuetl commented 7 years ago

Soeben gesehen, mit den aktuellen Core Dateien ist dieser Fehler behoben.

UnrealCatze commented 7 years ago

ok ... ich lade die neuen Corefiles mal hoch und teste das