fallenknight Posted December 25, 2006 Share Posted December 25, 2006 Hello! Ive been trying to solve this bug for months (litterarly), and ive been wondering if anyone could help me solve this,go to http://arcade.navids.com/ and just click on any game, no matter what database, table, row its on it will give an SQL error, ive tried incredimentally disabeling and reenableing modules tried default configurations of mysql, apache, and php. nonetheless i can't get it to work. I "think" this happened during an upgrade, wich i removed some modules from apache, enabled mysql caching, and some php.ini edits.Does anyone have a clue of what could be the problem? I'd appreciate any help at all.Merry Christmas and a Happy New year to you all. Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted December 25, 2006 Share Posted December 25, 2006 Can you post the code relevant to that query. are yu using an or die clause after mysql_query? If you are add mysql_error() to that clause that way you will get a full error message from MySQL which will tell you why the query is failing. However I cant help you much without seeing the code. Quote Link to comment Share on other sites More sharing options...
fallenknight Posted December 25, 2006 Author Share Posted December 25, 2006 I couldn't quite find the correct section of it, but i found elements similar to the error in http://www.navids.com/functions.rarcheersMerry christmas and a happy new year. Quote Link to comment Share on other sites More sharing options...
phrozenflame Posted December 27, 2006 Share Posted December 27, 2006 I think the SQL error states that this is a MYSQL error I could be wrong but try if you got MYSQL installed to have a look over it and make sure that everything you have done is working correctly and nothing is wrong.Thanks hope this helps you Quote Link to comment Share on other sites More sharing options...
fallenknight Posted December 28, 2006 Author Share Posted December 28, 2006 Mysql works with everything else, scripted, cached and whatnots, its just this script that has been defying function. Quote Link to comment Share on other sites More sharing options...
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.