View Single Post
  #45  
Old 12-07-2009, 06:57 AM
Programmer Programmer is offline
Coder
Programmer's Avatar
Join Date: Jan 2008
Location: -78.464422, 106.837328
Posts: 449
Programmer has a spectacular aura aboutProgrammer has a spectacular aura about
Send a message via AIM to Programmer Send a message via MSN to Programmer Send a message via Yahoo to Programmer
Quote:
Originally Posted by pooper200000 View Post
I'm getting this error when I try to view the index page. Is anyone else getting this problem?
Yep. Same error. vBulletin never did this to me, not sure why it's corrupting so often...

PS: Gotta love the hidden error messages.

NPC Code:
Database error in vBulletin 3.7.2:

Invalid SQL:

SELECT eventid, userid, event.title, recurring, recuroption, dateline_from, dateline_to, event.calendarid, IF (dateline_to = 0, 1, 0) AS singleday, customfields,
dateline_from AS dateline_from_user, dateline_to AS dateline_to_user, utc, dst
FROM event AS event
INNER JOIN calendar AS calendar USING (calendarid)
WHERE ((dateline_to >= 1259989058 AND dateline_from < 1260334658) OR (dateline_to = 0 AND dateline_from >= 1259989058 AND dateline_from <= 1260334658 ))
AND visible = 1
AND calendar.options & 512
ORDER BY dateline_from;

MySQL Error : Can't create/write to file '/var/tmp/#sql_8e7_0.MYI' (Errcode: 30)
Error Number : 1
Request Date : Monday, December 7th 2009 @ 05:57:38 AM
Error Date : Monday, December 7th 2009 @ 05:57:38 AM
Script : http://forums.graalonline.com/forums/index.php
Referrer : http://forums.graalonline.com/forums/showthread.php?p=1543047
IP Address : Unknown
Username : Programmer
Classname : vB_Database
MySQL Version :

__________________
- Iᴀɴ Zɪᴍᴍᴇʀᴍᴀɴ
Reply With Quote