Ok found out how to fix it so it displays sites.
In builderfuncs.php find
$query .= " LIMIT $limit, $offset";
change to
$query .= " LIMIT $offset, $limit";
Anyone else with problems please post them (not authenication problems since I dont have that)
|