View Single Post
  #1 (permalink)  
Old 10-03-2009, 05:59 AM
nimanor nimanor is offline
Registered User
 
Join Date: Oct 2009
Posts: 1
Error in Sentry.php (line 65)

Hi,

First of all I would like to say thank you very much for creating this excellent tutorial!
I have now finished Step 5, and everything seemed fine until I tried to login.

Actually, I'm able to login, but then I receive this error message:

PHP Code:
Fatal error: Call to undefined method DbConnector::getNumRows() in My-Site/includes/Sentry.php on line 65
Line 65 is this one:
PHP Code:
if ($loginConnector->getNumRows($getUser) > 0){
Any ideas?
Thank you very much
Reply With Quote