csnreyes Posted December 15, 2008 Posted December 15, 2008 QUERY ERROR: Table 'phaser_PhaserDB.ads' doesn't exist Query was SELECT * FROM ads ORDER BY rand() LIMIT 1 how do I fix this, this is what happens when you goto http://legacyphaser.ej.am/register.php Quote
Dazza Posted December 15, 2008 Posted December 15, 2008 Re: QUERY ERROR QUERY ERROR: Table 'phaser_PhaserDB.ads' doesn't exist Query was SELECT * FROM ads ORDER BY rand() LIMIT 1 how do I fix this, this is what happens when you goto http://legacyphaser.ej.am/register.php If it doesnt exist, it needs creating. Search google for SQL Quote
Zeggy Posted December 15, 2008 Posted December 15, 2008 Re: QUERY ERROR It tells you what the error is right there: Table 'phaser_PhaserDB.ads' doesn't exist In your database, a table called 'phaser_PhaserDB.ads' doesn't exist, and your page is trying to get data from that table. You can fix it by: Adding that table to the database. Or removing the code that's causing the error. Quote
csnreyes Posted December 15, 2008 Author Posted December 15, 2008 Re: QUERY ERROR Well ok Ill try and fix it Quote
Dazza Posted December 15, 2008 Posted December 15, 2008 Re: QUERY ERROR cns I dont mean to pick on you, but I'm no coder either but I wouldnt dream of asking some of the things you have. This topic was pointless, I may aswell have quoted you just to make you read the query error again Use search or use google in future Quote
Tonka Posted December 15, 2008 Posted December 15, 2008 Re: QUERY ERROR just rmove the query from your register page Quote
shaved92bravada Posted December 15, 2008 Posted December 15, 2008 Re: QUERY ERROR sounds like you may be using my register page..... further into that thread I have posted an updated register.php without the ads in it. if not then I may be willing to post the sqls. But if you don't have the rest of it then the sql doesn't do any good lol. Quote
csnreyes Posted December 15, 2008 Author Posted December 15, 2008 Re: QUERY ERROR deleted it and looking forward to that new design you got Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.