Problème avec la requête:
SELECT p.rank, p.points, p.id, p.science, p.culture, p.level, p.home_id, p.logins, p.from, p.joined, p.name, s.x, s.y, s.name AS system, a.tag, COUNT(pl.planetid), p.points / 10 *.2 + p.science *.2 + p.level *.25 + p.culture * .35 AS acs
FROM (g1_player p, g1_starmap s, g1_planets pl)
LEFT JOIN g1_alliances a ON (p.alliance=a.id)
WHERE p.home_id=s.id AND pl.ownerid=p.id
GROUP BY p.id
ORDER BY 1 ASC
LIMIT 0, 50
.
Code d'erreur: 1146
Erreur MySQL: Table 'azgharde.g1_alliances' doesn't exist