Logged in as admin.
This is on a local machine, clean install of both
VB and PPClassifieds. When I get it working I'll take down the live machine and replace with this one.
If I comment out from 3346
while ( list( $rating, $votes ) = mysql_fetch_row($totalv) )
{
if ( $rating == 1 ) $overall -= $votes;
elseif ( $rating == 3 ) $overall += $votes;
}
The error goes