So I did.
However, when I hit the "Update Relations" button, I got this lovely error:
- Code: Select all
064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
SQL:
SELECT `config_name`, `config_value` FROM `roster_addons_memberslist_config_guild` WHERE `guild_id` = ;
Obviously the guild_id is missing. But is seems to be present in the URL:
http://roster2.handofhades.eu/index.php ... date&a=g:1
Any idea?