• I have installed everything correctly, but then I try and run the setup, I hit a problem!

    The first page comes up allowing me to enter the database details etc, but when I click on Submit, all I get is a Blank screen.

    The URL shows xxxxxxxxx/wp-content/mu-plugins/wp-db-abstraction/setup-config.php?step=2 but nothing happens just a blank white screen! I have noticed that the config file is not created even though the permissions are fine!

    Any ideas?

    https://www.ads-software.com/extend/plugins/wordpress-database-abstraction/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Same problem for me. This is a new WP install. I enabled wp_debug in the wp-config.php file and now instead of a blank screen, I get

    “Fatal error: Call to undefined function apply_filters() in C:\applications\wordpress\wp-includes\functions.php on line 1979”

    Tried to manually configure the database in the wp_config file and run install.php but get a connection error because it uses my DB Host name with the MySql default port (3306). I tried adding the port in the config (mySQLServer.xxx.com:1234) but now get:
    “Error while reading greeting packet. PID=3412 in C:\ISOnet\applications\casereview\wordpress\wp-includes\wp-db.php on line 1038″ MySQL server has gone away…”

    phpinfo.php shows the PDO and other SQLServer driver are registered.

    ok, i had the same issue, as did almost nobody else. much hair loss later, i discovered it was my sql server user – was being prompted for a password change!! logged in via sql mgmt studio as that user, changed the password and the script ran all good.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database Abstraction not working’ is closed to new replies.