Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules
Author Message
hicuxunicorniobestbuildpc
The Mouse Is Extension Of Arm



Joined: Aug 13, 2009
Posts: 1123

PostPosted: Sun Oct 05, 2014 10:21 am Reply with quote

I've been fighting with this error from weeks. Finally the good result. NO MORE ERRORS LIKE THIS!!!



Code:
October 5, 2014, 2:52 pm File: www.bestbuildpc.org/db/mysqli.php - Line: 201

Code: 1064 - Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-49680, -49675' at line 1
SQL was: SELECT * FROM `nuke_multiheadlines_news` ORDER BY `news_status` ASC, `news_pubdate` DESC LIMIT -49680, -49675
 remote addr: 66.249.65.128


Here we go with the fix


Original line:

Code:
$sql = "SELECT * FROM ".$prefix."_multiheadlines_news".$string." AND news_status='1' ORDER BY news_pubdate DESC";


Replace with

Code:
$sql = 'SELECT * FROM `' . $prefix . '_multiheadlines_news`' . $string . ' AND `news_status` = 1 ORDER BY `news_pubdate` DESC LIMIT 0, 5';//LIMIT 0, 5


Only registered users can see links on this board! Get registered or login!
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Converting/Creating Modules

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©