WPIntell

Source evidence

Support for WP 4.3.1

External Database Authentication Reloaded · support · 2015-10-10T02:31:00+00:00

complaintsentiment
highseverity
1.0relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 31 rows with source links

12.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

27 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ajonesdc unresolved
Hi, Will you be updating the plugin to work with WP 4.3.1? When I updated WP to this version, the plugin stopped working. https://wordpress.org/plugins/external-db-auth-reloaded/ Here’s the error from the log file PHP Fatal error: Call to a member function fetchAll() on a non-object in /home/{mysite}/public_html/wp-content/plugins/external-db-auth-reloaded/external_db_auth.php on line 341 Are you sure you didn’t update something in your external database which might have caused it to stop working? Hi guys, I just installed the plugin for the first time. I’m also using WP 4.3.1, and I got the exact same error message that ajonesdc posted. As soon as I hit the wp-login.php page, a txt file is created in the /wp-content/ folder titled error.11-23-2015.txt , and it contains this same error message. I’m working with a fresh install. This plugin is the first and only one that I’ve installed. I didn’t even enter any settings on the settings page yet. I will also note that I’m working on a local installation, using MAMP. Not sure if that matters, but thought I’d point it out. Joshua, I do appreciate all the work you’ve put into the plugin. Thanks for contributing to the community. — If you have any thoughts on what might be occurring, and have a few spare minutes to take a look, we’d appreciate it. Thanks, Dave One thing I left out that might help troubleshoot… When I hit the wp-login.php page, in addition to the text file being created with the error, I get a 500 internal server error on the login page. I’ve just tested this plugin on a production server, and it is still working. I don’t test this plugin a dev box anymore because it yields false results. If the external database you are testing with is on a different server, then the MySQL host will need to be the IP address or the server name. You can also do error checking to pinpoint the issue. Thanks for the response, Joshua. I’ll try it on a production server instead of my local one. I’m trying to connect to a MSSQL server. Are there any caveats there? — I am using the IP address as the host. You have to make sure that the following PHP extension is installed and activated: php_pdo_sqlsrv Great to know. Thanks!

Comments

8 shown
ajonesdc 2015-10-10T02:44:00+00:00

Here’s the error from the log file PHP Fatal error: Call to a member function fetchAll() on a non-object in /home/{mysite}/public_html/wp-content/plugins/external-db-auth-reloaded/external_db_auth.php on line 341

Joshua Parker 2015-10-19T04:53:00+00:00

Are you sure you didn’t update something in your external database which might have caused it to stop working?

Dave Warfel 2015-11-23T05:39:00+00:00

Hi guys, I just installed the plugin for the first time. I’m also using WP 4.3.1, and I got the exact same error message that ajonesdc posted. As soon as I hit the wp-login.php page, a txt file is created in the /wp-content/ folder titled error.11-23-2015.txt , and it contains this same error message. I’m working with a fresh install. This plugin is the first and only one that I’ve installed. I didn’t even enter any settings on the settings page yet. I will also note that I’m working on a local installation, using MAMP. Not sure if that matters, but thought I’d point it out. Joshua, I do appreciate all the work you’ve put into the plugin. Thanks for contributing to the community. — If you have any thoughts on what might be occurring, and have a few spare minutes to take a look, we’d appreciate it. Thanks, Dave

Dave Warfel 2015-11-23T05:41:00+00:00

One thing I left out that might help troubleshoot… When I hit the wp-login.php page, in addition to the text file being created with the error, I get a 500 internal server error on the login page.

Joshua Parker 2015-11-23T14:49:00+00:00

I’ve just tested this plugin on a production server, and it is still working. I don’t test this plugin a dev box anymore because it yields false results. If the external database you are testing with is on a different server, then the MySQL host will need to be the IP address or the server name. You can also do error checking to pinpoint the issue.

Dave Warfel 2015-11-23T15:02:00+00:00

Thanks for the response, Joshua. I’ll try it on a production server instead of my local one. I’m trying to connect to a MSSQL server. Are there any caveats there? — I am using the IP address as the host.

Joshua Parker 2015-11-23T15:06:00+00:00

You have to make sure that the following PHP extension is installed and activated: php_pdo_sqlsrv

Dave Warfel 2015-11-23T15:09:00+00:00

Great to know. Thanks!