• Hi together,

    at first sorry for my small English.

    Today I made the Update for the Diamond Multisite Widgets. After I finished it, I get a error message on alpendeich.de – it called:

    Warning: Missing argument 12 for DiamondRC::render_output(), called in /home/alpendei/public_html/wp-content/plugins/diamond-multisite-widgets/diamond-recent-comments.php on line 61 and defined in /home/alpendei/public_html/wp-content/plugins/diamond-multisite-widgets/diamond-recent-comments.php on line 68

    What I have to do to fix that?

    Best from Hamburg

    J?rn

    https://www.ads-software.com/plugins/diamond-multisite-widgets/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi joerndaberkow,

    I got this same error in 1.8.2. I got rid of the error message by editing the file “wp-content/plugins/diamond-multisite-widgets/diamond-recent-comments.php” and adding and empty string as an additional argument in the call.

    The original row 61
    $output .= $this->render_output($wgt_miss, $wgt_count, $wgt_format, $wgt_avsize, $wgt_defav, $wgt_dt, '<li>', '</li>', '<ul>', '</ul>', $wgt_white);

    was changed to
    $output .= $this->render_output($wgt_miss, $wgt_count, $wgt_format, $wgt_avsize, $wgt_defav, $wgt_dt, '<li>', '</li>', '<ul>', '</ul>', $wgt_white, '');

    I have no idea though if this has any other effects, or what the argument are for. This fix might of course be reverted at the next plugin update (but perhaps with the real fix). ??

    Hope it helps,

    /John

    Thread Starter joerndaberkow

    (@joerndaberkow)

    Hi /John,

    thank’s a lot. On alpendeich.de it was fixed from a friend … If you publish an update, I’ll try your version.

    What I want to say: Thank you for this great plug-in! Actually it doesn’t work perfekt, but I like it so much!

    Best from Hamburg Germany

    J?rn

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Error since 1.8.1’ is closed to new replies.