I'm having some issues with this.
Code:
Database error in vBulletin 3.7.2:
Invalid SQL:
DELETE FROM forumsgwowroster_rosterinfo WHERE NOT (
locale IN('US') AND
realm IN('Eredar') AND
charname IN()
);
MySQL Error : 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 4
Error Number : 1064
Code:
Array
(
[globalSearch] => 1
[lang] => en_us
[errorhtml] =>
[guildKey] => Array
(
[locale] => US
[faction] => Horde
)
[guildInfo] => Array
(
[guild] => Array
(
[count00] => 0
)
)
)
I don't know much about SQL, not sure why its not updating. I ran the character update first and that works fine. I have noticed that the userfield ID in the options will only allow the #. My field is 7 and it will only allow me to enter "7" instead of "field7" not sure if that's part of the issue or not.
I've double checked with my host and cURL is good, so I don't think that is the issue.
Same issue as Creme from the previous page it seems.