ADOdb Issue
Date: 12/01/06
(PHP Community) Keywords: php, sql
Fatal error: Call to a member function MoveNext() on a non-object in /opt/lampp/htdocs/medievalbattles/current/v8/httpdocs/game/skills.php on line 189
Line 89: $result2->MoveNext();
Any idea what's going on?
The while loop that it is part of:
$sql2 = "SELECT * FROM skills WHERE spec_id = '$tree_id' ORDER BY spec_points ASC";
$result2 = $__db->Execute($sql2);
while (!$result2->EOF)
{
Source: http://community.livejournal.com/php/516040.html