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