Quote:
Originally Posted by Kingzor
yea i had those errors as well, give me your sites info, and ill come by and see if i can help.
|
Not an RPG hack issue, server admin upgraded MySql to v5 without telling me.....
fix
In modules/latesttopics.php and modules/news.php find the following:
LEFT JOIN ' . TABLE_PREFIX . 'icon USING (iconid)
and replace it with:
LEFT JOIN ' . TABLE_PREFIX . 'icon AS icon ON (icon.iconid = thread.iconid)