I had the same error.
Is a problem with uploadphoto.tmpl
Open uploadphoto.tmpl and search:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
The problem is in <select name="rating
s">. Remove the
s and will work again.