This bug was actually in articles.inc.php
change this code in articles.inc.php. the error is on line 59.Code:Error in /admin/articles.php: You have an error in your SQL syntax near '; ' at line 10 Query: ' SELECT `CategoryID`, `CategoryName`, `CategoryDescription` FROM `ArticlesCategory` ORDER BY `CategoryID` ASC ; '
Change toCode:SELECT `CategoryID`, `CategoryName`, `CategoryDescription` FROM `ArticlesCategory` ORDER BY `CategoryID` ASC ; ";
Code:SELECT `CategoryID`, `CategoryName`, `CategoryDescription` FROM `ArticlesCategory` ORDER BY `CategoryID` ASC ";


LinkBack URL
About LinkBacks



Reply With Quote
Bookmarks