I tried that and I get:
There seems to have been a problem with the USJeeps database.
Please try again by clicking the Refresh button in your web browser.
An E-Mail has been dispatched to our Technical Staff, whom you can also contact if the problem persists.
We apologise for any inconvenience.
I revert to the previous vba_cmps_include.php and it corrects the problem.
Is there something in the code that needs to be changed specific to my site?
Code:
// begin vBPicGallery extension
$result_latest = $db->query_read("SELECT vbpicgalleryid,id FROM " . TABLE_PREFIX . "vbpicgallery_images ORDER BY u_date DESC LIMIT 5 ");
while ($latest = $db->fetch_Array($result_latest))
{
eval('$latestbits .= "' . fetch_template('vbpicgallery_latestbits') . '";');
}
$db->free_result($result_latest);
// end vBPicGallery extension