Jump to content

SQL error on Apache


fallenknight

Recommended Posts

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.
Link to comment
https://forums.phpfreaks.com/topic/31790-sql-error-on-apache/
Share on other sites

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.
Link to comment
https://forums.phpfreaks.com/topic/31790-sql-error-on-apache/#findComment-147505
Share on other sites

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
Link to comment
https://forums.phpfreaks.com/topic/31790-sql-error-on-apache/#findComment-148500
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.