I receive an error log via email whenever there is a problem on my website. I, too, am experiencing the same problem. It appears that when the item between the
or [icon][/icon] is type incorrectly, or if itemstats cannot locate the item in the query, it freezes the database. I receive an error in my email that says this"
On /Forums/viewtopic/t=63.html
While executing query "SELECT g.group_id, g.group_name, g.group_single_user FROM cms_bbgroups AS g INNER JOIN cms_bbuser_group AS ug ON (ug.group_id=g.group_id AND ug.user_id=54 AND ug.user_pending=0)"
the following error occured: MySQL server has gone away
I've experienced this error before in other situations - and it always has to do with query issues or loops of some sort. It happened in the first version of wowroster's armory sync for me.
I just tested this again, and sure enough, when I typed in the correct text OR if the item I typed in IS on allakazam's website, it works fine. When it is not, it locks.
Is there something in the code that is supposed to cancel the query after a few seconds if nothing is found?