Login issues/ White screen
-
When I try to login with an account on my database, it doesn’t work, says invalid username
When I try to login in with a wordpress account that is also on my database, I can’t sign-in with a username otherwise I get a white screen, I can still login with an email thoughI’ve tried re-installing it, but that didn’t fix the problem
I’m using WAMPP and the database is on the same server
In the error logs I get this error:
PHP Fatal error: Call to a member function fetchAll() on boolean in
external_db_auth.php on line 386This might be relevant, when I run the php through the command-line I get a different error:
PHP Fatal error: Call to undefined function add_action() in external_db_auth.php on line 594I’m sure I didn’t set this up correctly, but I don’t what exactly is causing the problem. Any ideas on what might be wrong?
- The topic ‘Login issues/ White screen’ is closed to new replies.