View Single Post
Old February 22nd, 2009, 05:20 AM   #6 (permalink)
azarl
Junior Member
Verified Customer
 
Join Date: Nov 2005
Posts: 24
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
azarl is offline   Reply With Quote