Title: Error since 1.8.1
Last modified: August 22, 2016

---

# Error since 1.8.1

 *  [joerndaberkow](https://wordpress.org/support/users/joerndaberkow/)
 * (@joerndaberkow)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/error-since-181/)
 * 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://wordpress.org/plugins/diamond-multisite-widgets/](https://wordpress.org/plugins/diamond-multisite-widgets/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [johjar](https://wordpress.org/support/users/johjar/)
 * (@johjar)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-since-181/#post-5378000)
 * 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](https://wordpress.org/support/users/joerndaberkow/)
 * (@joerndaberkow)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/error-since-181/#post-5378001)
 * 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.

 * ![](https://s.w.org/plugins/geopattern-icon/diamond-multisite-widgets.svg)
 * [Diamond MultiSite Widgets](https://wordpress.org/plugins/diamond-multisite-widgets/)
 * [Support Threads](https://wordpress.org/support/plugin/diamond-multisite-widgets/)
 * [Active Topics](https://wordpress.org/support/plugin/diamond-multisite-widgets/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/diamond-multisite-widgets/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/diamond-multisite-widgets/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [joerndaberkow](https://wordpress.org/support/users/joerndaberkow/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/error-since-181/#post-5378001)
 * Status: not resolved