PDA

View Full Version : Error on main page


radiant
08-02-2005, 07:41 AM
while roaming around the game clicked on a link and got this page, now everytime i visit the game, that code always appears, what should i do?

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-home', 'footer-home', 'holiday', 'collapse{', 'collapse-nav{', '}collapse-nav', '}collapse', 'charstats')
ORDER BY
module_hooks.location,
module_hooks.priority,
module_hooks.modulename

Got error 28 from table handler
Call Stack:
1: db_query("SELECT module_hooks.m...") called from /home/oooo12/public_html/lotgd/lib/dbwrapper.php on line 64
2: db_query_cached("SELECT module_hooks.m...", "module_prepare") called from /home/oooo12/public_html/lotgd/lib/modules.php on line 334
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-home", 15=>"footer-home", 16=>"holiday", 17=>"collapse{", 18=>"collapse-nav{", 19=>"}collapse-nav", 20=>"}collapse", 21=>"charstats"

)) called from /home/oooo12/public_html/lotgd/common.php on line 187
4: require_once("/home/oooo12/public_html/...") called from /home/oooo12/public_html/lotgd/home.php on line 15

Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

Catscradler
08-02-2005, 10:50 AM
Click the "Petition for Help" link on whichever server you were browsing at the time and paste that into a petition. Make sure to also describe what you were doing at the time.

radiant
08-02-2005, 10:56 AM
iam sorry, just to clear thing sir, i have my own server of lotgd, theres nothing wrong with lotgd.net server, that error occured on mine , thats why i never pettioened for help

Moonchilde
08-02-2005, 06:00 PM
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0


You are out of space on your webhost. Either physically or because your webhost has a quota which limits the amount of disk space you personally can take up.

Talk to your webhost.