Quote:
Originally Posted by Psionic Vision
It cannot work flawlessly if you tamper with the system. Just use the "Register only by invites" option in your admincp.
|
Code:
Database error in vBulletin 3.5.1:
Invalid SQL:
SELECT invites.issuer_id, invites.receiver_id, invites.issue_date, invites.receive_date, invites.status, receiver.username as receiver_username
FROM vb3_invites
LEFT JOIN user as receiver ON (invites.receiver_id = receiver.userid)
WHERE invites.issuer_id = '1'
ORDER BY invites.issue_date DESC;
MySQL Error : Table 'xxxxx_vb.user' doesn't exist
Error Number : 1146
Date : Tuesday, November 29th 2005 @ 08:33:31 PM
Script : http://www.xxxxx.com/forum/invites.php
Referrer : http://www.xxxxx.com/forum/usercp.php
IP Address : 203.92.55.100
Username : xxxxx
Classname : xxxxx_database
On uploading the new invites file I get the following error now