antares
03-21-2005, 10:15 AM
Uh... I'm afraid I am stuck by this kind of error, appearing in the forest, and now also in the "petition for help", YOM and whatever window I try to open. It has never happened to me before. And I can't see the game anymore, or re-log.
SELECT
module_hooks.modulename,
module_hooks.location,
module_hooks.function,
module_hooks.whenactive,
FROM
module_hooks
INNER JOIN
modules
ON modules.modulename = module_hooks.modulename
WHERE
active = 1
AND location IN ('template-header', 'template-footer', 'template-statstart', 'template-stathead', 'template-statrow', 'template-statbuff', 'template-statend', 'template-navhead', 'template-navitem', 'template-petitioncount', 'template-adwrapper', 'template-login', 'template-loginfull', 'everyhit', 'header-petition', 'footer-petition', 'holiday', 'collapse{', 'collapse-nav{', '}collapse-nav', '}collapse', 'charstats')
ORDER BY
module_hooks.location,
module_hooks.priority,
module_hooks.modulename
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 'FROM module_hooks INNER JOIN modules ON modules.m
Call Stack:
1: db_query("SELECT module_hooks.m...") called from /home/lotgd/public_html/lib/dbwrapper.php on line 64
2: db_query_cached("SELECT module_hooks.m...", "module_prepare") called from /home/lotgd/public_html/lib/modules.php on line 330
3: mass_module_prepare(Array(
0=>"template-header", 1=>"template-footer", 2=>"template-statstart", 3=>"template-stathead", 4=>"template-statrow", 5=>"template-statbuff", 6=>"template-statend", 7=>"template-navhead", 8=>"template-navitem", 9=>"template-petitioncount", 10=>"template-adwrapper", 11=>"template-login", 12=>"template-loginfull", 13=>"everyhit", 14=>"header-petition", 15=>"footer-petition", 16=>"holiday", 17=>"collapse{", 18=>"collapse-nav{", 19=>"}collapse-nav", 20=>"}collapse", 21=>"charstats"
)) called from /home/lotgd/public_html/common.php on line 186
4: require_once("/home/lotgd/public_html/c...") called from /home/lotgd/public_html/petition.php on line 7
Anybody else?
SELECT
module_hooks.modulename,
module_hooks.location,
module_hooks.function,
module_hooks.whenactive,
FROM
module_hooks
INNER JOIN
modules
ON modules.modulename = module_hooks.modulename
WHERE
active = 1
AND location IN ('template-header', 'template-footer', 'template-statstart', 'template-stathead', 'template-statrow', 'template-statbuff', 'template-statend', 'template-navhead', 'template-navitem', 'template-petitioncount', 'template-adwrapper', 'template-login', 'template-loginfull', 'everyhit', 'header-petition', 'footer-petition', 'holiday', 'collapse{', 'collapse-nav{', '}collapse-nav', '}collapse', 'charstats')
ORDER BY
module_hooks.location,
module_hooks.priority,
module_hooks.modulename
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 'FROM module_hooks INNER JOIN modules ON modules.m
Call Stack:
1: db_query("SELECT module_hooks.m...") called from /home/lotgd/public_html/lib/dbwrapper.php on line 64
2: db_query_cached("SELECT module_hooks.m...", "module_prepare") called from /home/lotgd/public_html/lib/modules.php on line 330
3: mass_module_prepare(Array(
0=>"template-header", 1=>"template-footer", 2=>"template-statstart", 3=>"template-stathead", 4=>"template-statrow", 5=>"template-statbuff", 6=>"template-statend", 7=>"template-navhead", 8=>"template-navitem", 9=>"template-petitioncount", 10=>"template-adwrapper", 11=>"template-login", 12=>"template-loginfull", 13=>"everyhit", 14=>"header-petition", 15=>"footer-petition", 16=>"holiday", 17=>"collapse{", 18=>"collapse-nav{", 19=>"}collapse-nav", 20=>"}collapse", 21=>"charstats"
)) called from /home/lotgd/public_html/common.php on line 186
4: require_once("/home/lotgd/public_html/c...") called from /home/lotgd/public_html/petition.php on line 7
Anybody else?