Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
  #1  
Old 04-23-2004, 05:47 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default whats this error and how do i fix it

Invalid SQL:
SELECT gamesessions.*, user.username, user.userid, games.*, games.title AS title FROM gamesessions AS gamesessions
LEFT JOIN user AS user ON user.userid = gamesessions.userid
LEFT JOIN games AS games ON gamesessions.gamename = games.shortname
WHERE (gamename='aim' AND score='1139') OR (gamename='airfox' AND score='32125') OR (gamename='aliens' AND score='30315') OR (gamename='alienterminator' AND score='43116') OR (gamename='asteroids' AND score='39220') OR (gamename='bloodypingu' AND score='1327') OR (gamename='bowling_tgfg' AND score='192') OR (gamename='breakout' AND score='107910') OR (gamename='candy' AND score='494') OR (gamename='chopper' AND score='2616') OR (gamename='copter' AND score='3610') OR (gamename='curveball' AND score='29235') OR (gamename='eggs' AND score='289') OR (gamename='enemyshooting' AND score='5600') OR (gamename='flexicombat' AND score='11291') OR (gamename='frogger' AND score='806') OR (gamename='ivtetris' AND score='5404') OR (gamename='juggler' AND score='125') OR (gamename='kickups' AND score='364') OR (gamename='killkenny' AND score='75200') OR (gamename='maeda' AND score='11330') OR (gamename='minigolf' AND score='144') OR (gamename='minikickups' AND score='57') OR (gamename='monkeylander' AND score='27470') OR (gamename='pacman' AND score='97390') OR (gamename='penguin' AND score='3235') OR (gamename='pinball' AND score='2345') OR (gamename='pinguslap' AND score='680') OR (gamename='plasmanautonfire' AND score='151') OR (gamename='plops' AND score='7300') OR (gamename='pooljam' AND score='15020') OR (gamename='radialsnake' AND score='158') OR (gamename='ronnorthjewels' AND score='123070') OR (gamename='sealbounce' AND score='1725') OR (gamename='simon' AND score='44') OR (gamename='simpsonsshooter' AND score='3000') OR (gamename='smacktherabbit' AND score='54') OR (gamename='snake' AND score='2847') OR (gamename='snipers' AND score='28220') OR (gamename='snowrider' AND score='11391') OR (gamename='soap_bubble' AND score='6020') OR (gamename='spacehunter' AND score='1590') OR (gamename='spaceinvaders' AND score='178740') OR (gamename='spankthemonkey' AND score='905') OR (gamename='spiderjump' AND score='320') OR (gamename='ssl' AND score='1895') OR (gamename='starrynight' AND score='1960') OR (gamename='tetris' AND score='74163') OR (gamename='towerball' AND score='26250') OR (gamename='vbtetris' AND score='1103826') OR (gamename='yeti1_5shots' AND score='1456') AND sessiontype IN (1,2) ORDER BY gamesessions.gamename DESC

mysql error: Can't create/write to file '/tmp/#sql1153_4c5cc_4.MYD' (Errcode: 23)

mysql error number: 1
Reply With Quote
  #2  
Old 04-23-2004, 05:51 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by lasto
Invalid SQL:
SELECT gamesessions.*, user.username, user.userid, games.*, games.title AS title FROM gamesessions AS gamesessions
LEFT JOIN user AS user ON user.userid = gamesessions.userid
LEFT JOIN games AS games ON gamesessions.gamename = games.shortname
WHERE (gamename='aim' AND score='1139') OR (gamename='airfox' AND score='32125') OR (gamename='aliens' AND score='30315') OR (gamename='alienterminator' AND score='43116') OR (gamename='asteroids' AND score='39220') OR (gamename='bloodypingu' AND score='1327') OR (gamename='bowling_tgfg' AND score='192') OR (gamename='breakout' AND score='107910') OR (gamename='candy' AND score='494') OR (gamename='chopper' AND score='2616') OR (gamename='copter' AND score='3610') OR (gamename='curveball' AND score='29235') OR (gamename='eggs' AND score='289') OR (gamename='enemyshooting' AND score='5600') OR (gamename='flexicombat' AND score='11291') OR (gamename='frogger' AND score='806') OR (gamename='ivtetris' AND score='5404') OR (gamename='juggler' AND score='125') OR (gamename='kickups' AND score='364') OR (gamename='killkenny' AND score='75200') OR (gamename='maeda' AND score='11330') OR (gamename='minigolf' AND score='144') OR (gamename='minikickups' AND score='57') OR (gamename='monkeylander' AND score='27470') OR (gamename='pacman' AND score='97390') OR (gamename='penguin' AND score='3235') OR (gamename='pinball' AND score='2345') OR (gamename='pinguslap' AND score='680') OR (gamename='plasmanautonfire' AND score='151') OR (gamename='plops' AND score='7300') OR (gamename='pooljam' AND score='15020') OR (gamename='radialsnake' AND score='158') OR (gamename='ronnorthjewels' AND score='123070') OR (gamename='sealbounce' AND score='1725') OR (gamename='simon' AND score='44') OR (gamename='simpsonsshooter' AND score='3000') OR (gamename='smacktherabbit' AND score='54') OR (gamename='snake' AND score='2847') OR (gamename='snipers' AND score='28220') OR (gamename='snowrider' AND score='11391') OR (gamename='soap_bubble' AND score='6020') OR (gamename='spacehunter' AND score='1590') OR (gamename='spaceinvaders' AND score='178740') OR (gamename='spankthemonkey' AND score='905') OR (gamename='spiderjump' AND score='320') OR (gamename='ssl' AND score='1895') OR (gamename='starrynight' AND score='1960') OR (gamename='tetris' AND score='74163') OR (gamename='towerball' AND score='26250') OR (gamename='vbtetris' AND score='1103826') OR (gamename='yeti1_5shots' AND score='1456') AND sessiontype IN (1,2) ORDER BY gamesessions.gamename DESC

mysql error: Can't create/write to file '/tmp/#sql1153_4c5cc_4.MYD' (Errcode: 23)

mysql error number: 1
Looks like your MySQL cannot write to that, error 23 means too many files are open and 1 is Operation not permitted
Reply With Quote
  #3  
Old 04-23-2004, 06:03 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

so how do i find out why 2 many files are open and fix this problem.Its gone away now but it may come back.
Reply With Quote
  #4  
Old 04-23-2004, 06:52 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your system was problay overloaded at that point in time,
Reply With Quote
  #5  
Old 04-23-2004, 07:28 PM
lasto lasto is offline
 
Join Date: Jan 2002
Posts: 1,514
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

seems everything was - ftp went down - email went down (im on virtual hosting) and sent email to host but they say everything is fine when it clearly aint as i get weird errors going into my c-panel so the problem has to lie with them.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:20 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03928 seconds
  • Memory Usage 2,199KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete