Title: Rating Box
Author: De Mos
Published: <strong>June 15, 2016</strong>
Last modified: June 16, 2016

---

Search plugins

![](https://s.w.org/plugins/geopattern-icon/rating-box_ffffff.svg)

# rating-box

 By [De Mos](https://profiles.wordpress.org/demoswebsites/)

 * [Details](https://wordpress.org/plugins/rating-box/#description)
 * [Reviews](https://wordpress.org/plugins/rating-box/#reviews)
 * [Development](https://wordpress.org/plugins/rating-box/#developers)

 [Support](https://wordpress.org/support/plugin/rating-box/)

## Description

This plugin has been closed as of June 16, 2016 and is not available for download.
Reason: Unknown.

## Reviews

![](https://secure.gravatar.com/avatar/a53b3adaadac3e7175eb3c48b29378aafee8cd26210f6a2b15f85f4f7d573a1b?
s=60&d=retro&r=g)

### 󠀁[Division by zero](https://wordpress.org/support/topic/division-by-zero-10/)󠁿

 [dawidxx7](https://profiles.wordpress.org/dawidxx7/) January 6, 2017 1 reply

At a file wp-content/plugins/rating-box/includes/site.php there is an error in 60th
line. There is an if: if( is_object($row) ){ $star_value = round(intval($row->total)/
intval($row->count),0); } When the intval($row->count) equals zero then the “division
by zero” error appears in posts where the ratingbox is included. I have changed 
the code like that: if( is_object($row) && intval($row->count) != 0){ $star_value
= round(intval($row->total)/intval($row->count),0); } and there is no problem now.

 [ Read all 1 review ](https://wordpress.org/support/plugin/rating-box/reviews/)

## Contributors & Developers

“Rating Box” is open source software. The following people have contributed to this
plugin.

Contributors

 *   [ De Mos ](https://profiles.wordpress.org/demoswebsites/)

[Translate “Rating Box” into your language.](https://translate.wordpress.org/projects/wp-plugins/rating-box)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/rating-box/), check
out the [SVN repository](https://plugins.svn.wordpress.org/rating-box/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/rating-box/) by 
[RSS](https://plugins.trac.wordpress.org/log/rating-box/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Version **1.0.0**
 *  Last updated **10 years ago**
 *  Active installations **N/A**
 *  WordPress version ** 3.5 or higher **
 *  Tested up to **4.5.33**
 *  [Advanced View](https://wordpress.org/plugins/rating-box/advanced/)