PDA

View Full Version : I don't know this problem!


l30n4art
06-25-2004, 10:38 AM
Go to http://landautien.com , it's ok. But when a guest go to www.landautien.com it show:
There seems to have been a slight problem with the LanDauTien database.
Please try again by pressing the refresh button in your browser.

An E-Mail has been dispatched to our Technical Staff, who you can also contact if the problem persists.

We apologise for any inconvenience.

And when I login, go to www.landautien.com. I give source this page:

<html><head><title>LanDauTien Database Error</title><style type="text/css"><!--.error { font: 11px tahoma, verdana, arial, sans-serif; }--></style></head>
<body></table></td></tr></table></form>
<blockquote><p class="error">&nbsp;</p><p class="error"><b>There seems to have been a slight problem with the LanDauTien database.</b><br />
Please try again by pressing the <a href="javascript:window.location=window.location;">refresh</a> button in your browser.</p><p class="error">An E-Mail has been dispatched to our <a href="mailto:leon@landautien.com">Technical Staff</a>, who you can also contact if the problem persists.</p><p class="error">We apologise for any inconvenience.</p><form><textarea class="error" rows="15" cols="100" wrap="off">Database error in vBulletin 3.0.1:

Invalid SQL: REPLACE INTO UNCACHED_TEMPLATES (filename, do, template) VALUES ('/index.php', '', 'vbookie_vbadvanced_latestevents')
mysql error: Table 'db90044241.UNCACHED_TEMPLATES' doesn't exist

mysql error number: 1146

Date: Friday 25th of June 2004 10:30:18 AM
Script: http://www.landautien.com/
Referer:
Username: Leon
IP Address: 203.162.3.78
</textarea></form></blockquote>

</body></html>

Who can help me :(? Thanks much!

DarknessDivine
06-25-2004, 10:48 AM
looks like a server thing..not cmps thing...;) contact your host

Our Sponsors
 

l30n4art
06-25-2004, 10:56 AM
but in http://landautien.com is ok

Brian
06-25-2004, 11:53 AM
Invalid SQL: REPLACE INTO UNCACHED_TEMPLATES (filename, do, template) VALUES ('/index.php', '', 'vbookie_vbadvanced_latestevents')
mysql error: Table 'db90044241.UNCACHED_TEMPLATES' doesn't exist

That's something from another hack you've added (most likely the micro-stats). It's trying to add your uncached template to that table, but that's not a default table in vBulletin (I'm assuming Jelsoft uses that on their dev site).