Quote:
Originally Posted by deverill2010
I'm using an older version (can't upgrade due to changes I made which I can no longer remember).
Anyhow it has been working for ages as far as I'm aware, however I just went to post a review on the front end of the site but got this -
Oh great, you had to go and press THAT button. There goes the whole site. Just kidding...
We had an issue posting your review, please try again or contact support and use code 164251-E.
|
That error indicates an issue with making the post for the review.
How you go about fixing it is of course difficult if you're not willing to upgrade but in many cases these errors are due to other settings (like requiring prefixes) that we've since build workarounds for).
If you search productforums.php for that error code you can find the section that triggers it and force a hard error (i.e. see the exact problem) by adding the code
echo $errors; die; before the eval code.