Quote:
Hello!
Im using vBulletin 3.0.1
I installed TripleTriad just as u said to do.
Then i installed the "Crude Points System" (well, just altered the "triad_user" table with "points")
In the AdminCP i changed the settings to "triad_user" and "points", templates are installed correctly too.
Now when i try to play (go to the stadium for example) i get following message:
Code:
Ungueltige SQL-Abfrage:
SELECT triad_user.*,
triad_user.points AS points
FROM triad_user
LEFT JOIN triad_user ON triad_user.userid = triad_user.userid
WHERE triad_user.userid = 1
mysql error: Not unique table/alias: 'triad_user'
mysql error number: 1066
Can anyone help me?
thx ^^
|
Edit: In the CP i changed "triad_user" to "user" and it now seems to work... but im not too sure if this fix is correct