| Database error when viewing user profile
Only when vbgallery is enabled, I get a database error when trying to see userprofile for (only) one of my users. This user has not uploaded any pictures in the vbgallery.
Database error in vBulletin 3.8.0 Release Candidate 2:
Invalid SQL:
SELECT MAX(dateline) AS lastpost, COUNT(*) AS total
FROM usernote AS usernote
WHERE userid =;
No database error when trying to see other users. What might be the problem?
When I disable vbgallery, the problem disappears.
|