OK, I have good news.
There is a great solution for this problem!
In the support forum, there is this topic, where the user jordanlovato92 has a great fix.
What happens is in the file rich-reviews/rich-reviews.php a line is modified.
This line:
reviewer_ip as reviewerip FROM $this->sqltable ” . $whereStatement . ” ” . $limitStatement . ‘ ORDER BY id DESC’;
is replaced with this:
reviewer_ip as reviewerip FROM $this->sqltable ” . $whereStatement . ‘ ORDER BY id DESC ‘ . $limitStatement;
As far as I know there are no more changes, but this does the job perfectly and corrects the plugin. Again, all credit goes to jordanlovato92.
Cheers!
Andrew
Hi,
I have the same problem, only the [RICH_REVIEWS_SHOW num=”all”] shortcode works. I’d like to display 6 reviews on my homepage and all of them on the testimonials page, and where I want to use [RICH_REVIEWS_SHOW num=”6″], it crashes and displays nothing.
Thanks for the help in advance it is much appreciated!
Andrew