Quote:
Originally Posted by deus83
Had a minor problem with the first release. It kind of made an error when they where completing their registration, so we thought we could fix it by upgrading with this new version. Only made it worse... This is what we get as soon as one tries to invite a player to the site.
Suggestions ?
|
Quote:
Originally Posted by b65ran
I am getting the same database errors after updating. Is there any fix for that yet ?
|
In the query change
Code:
FROM XXXXXXuser
LEFT JOIN XXXXXXinvitation
to
Code:
FROM XXXXXXuser as user
LEFT JOIN XXXXXXinvitation as invitation