First of all sorry for my english
I'm using ReviewPost toghether with vbulletin 3.8.1
Uploading a new product a get this error:
Code:
Content visible to verified customers only.
and I get email with this text
Code:
Content visible to verified customers only.
Checking the code on image-inc.php I've found an error on this query
Code:
Content visible to verified customers only.
and changing to
Code:
Content visible to verified customers only.
now works without error
Sara