On a redHat 7.1 system with php4 and postgres
I am going thru the tutorial for the latest
php_login_lib and adodb. I can create a new
account, log in, log in as uberuser, and delete accounts. When I try to view logs I
get the error
Fatal error: call to a member function on a non-object in login.inc.php, line 1690.
This is the first time that MoveNext() is
called.
Any idea what I should be looking for as a
cause of this? The line is
$result->MoveNext();
Tom
I am going thru the tutorial for the latest
php_login_lib and adodb. I can create a new
account, log in, log in as uberuser, and delete accounts. When I try to view logs I
get the error
Fatal error: call to a member function on a non-object in login.inc.php, line 1690.
This is the first time that MoveNext() is
called.
Any idea what I should be looking for as a
cause of this? The line is
$result->MoveNext();
Tom