Quote:
Originally Posted by Action-N
Silverstangs, assuming your getting that error from the index.php code you can swap part of it with the code below. Replace the query part with this that's not critical of what the tables name is. Hopefully this will work for you, since I have never tried to put vbgarage images on the forum index before.
Code:
$result_latest = $DB_site->query("
SELECT *
FROM " . TABLE_PREFIX . "vbgarage_images
ORDER BY vbgarageid DESC
LIMIT 5
");
|
BINGO!!!!!!!
That was it, thank you so much!!!
My lession of the day... don't hack while sick!