• Environment:
    Windows 2008 RC2 Server / IIS
    PHP 5.4
    WordPress 3.4.2 / MU-Plugin DB Abstraction 1.1.4

    This has now happened to me three times in a row. I can produce the error repeatedly but I am unable to resolve it once it happens.

    I have done a base setup of WordPress 3.4.2. Then I added the code for the must use plugin WP DB Abstraction 1.1.4. Each time I do this by the way I am deleting the old files and deleting the MS SQl database and recreating it from scratch.

    I run the setup config process which connects tot he Db and then sets up the login and password. and I login to the site. EVERY time I do this the site works 100% fine. I can add posts, pages, configure stuff, etc. I belive it is using the base twenty eleven theme.

    As soon as I upload or copy a new theme in the theme folders… BAM I get the blank white page on WP-Admin. Please note, I did not activate, preview or even look at the theme when this happens. Its mear presence kills the entire wp-admin site. But the front end / public website works fine.

    You would think a simple solution would be to remove the theme files but this alone does not correct the problem? Any suggestions on how to resolve this issue?

    I turned WPDebug to true so I could see the actuall error message(s).

    Warning: Missing argument 1 for wpdb::__construct(), called in D:\web_apps\WP_transloadatlanta\wp-content\mu-plugins\wp-db-abstraction\drivers\sqlsrv.php on line 515 and defined in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 491

    Warning: Missing argument 2 for wpdb::__construct(), called in D:\web_apps\WP_transloadatlanta\wp-content\mu-plugins\wp-db-abstraction\drivers\sqlsrv.php on line 515 and defined in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 491

    Warning: Missing argument 3 for wpdb::__construct(), called in D:\web_apps\WP_transloadatlanta\wp-content\mu-plugins\wp-db-abstraction\drivers\sqlsrv.php on line 515 and defined in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 491

    Warning: Missing argument 4 for wpdb::__construct(), called in D:\web_apps\WP_transloadatlanta\wp-content\mu-plugins\wp-db-abstraction\drivers\sqlsrv.php on line 515 and defined in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 491

    Notice: Undefined variable: dbuser in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 499

    Notice: Undefined variable: dbpassword in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 500

    Notice: Undefined variable: dbname in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 501

    Notice: Undefined variable: dbhost in D:\web_apps\WP_transloadatlanta\wp-includes\wp-db.php on line 502

    WordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘LIKE’.]
    SELECT COUNT(NULLIF(meta_value LIKE ‘%”administrator”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”editor”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”author”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”contributor”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”subscriber”%’, false) as Computed), COUNT(*) as Computed FROM wp_usermeta WHERE meta_key LIKE ‘wp_capabilities’

    Notice: Undefined property: stdClass::$current in D:\web_apps\WP_transloadatlanta\wp-admin\includes\update.php on line 44

    Notice: Undefined property: stdClass::$locale in D:\web_apps\WP_transloadatlanta\wp-admin\includes\update.php on line 44

    WordPress database error: [[Microsoft][SQL Server Native Client 11.0][SQL Server]Incorrect syntax near the keyword ‘LIKE’.]
    SELECT COUNT(NULLIF(meta_value LIKE ‘%”administrator”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”editor”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”author”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”contributor”%’, false) as Computed), COUNT(NULLIF(meta_value LIKE ‘%”subscriber”%’, false) as Computed), COUNT(*) as Computed FROM wp_usermeta WHERE meta_key LIKE ‘wp_capabilities’

  • The topic ‘[Plugin: WP DB Abstraction 1.1.4] Blank wp-admin screen first theme is uploaded’ is closed to new replies.