I had the same problem. From my log file I can see its breaking on the query that returns the posts.
I managed to get this working by going to “wp-includes\query.php”, and then removing the $limits variable from the query.
It seems that this is breaking on sql server.
Find this line:
$this->request = ” SELECT $found_rows $distinct $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby $limits”;
change to:
$this->request = ” SELECT $found_rows $distinct $fields FROM $wpdb->posts $join WHERE 1=1 $where $groupby $orderby”;
Let me know if this worked for you.
Related Posts:
- OLE DB Provider for ODBC Drivers Error “80004005′
- How to redirect a URL path in IIS?
- Bad Request- Invalid Hostname while connect to localhost via wifi from mobile phone
- GET request to IIS returns Microsoft-HttpApi/2.0
- Port 80 is being used by SYSTEM (PID 4), what is that?
- The service cannot accept control messages at this time
- Nothing Found for Index Php Error
- WordPress on Microsoft-IIS/7.5 Server: Only Home Page works
- Base Image Missing When Uploading Images With WordPress
- How to add exception to WordPress’s web.conf
- strange behaviour with “rin” in brand new installation of 4.6.1 [closed]
- Newbie: Multiple WP sites on Windwos 2012 IIS
- WordPress main site and sub domain
- What should I do to make sure that IIS does not recycle my application?
- Recommended LogParser queries for IIS monitoring?
- Can IIS be configure to forward request to another web server?
- Best way to redirect all HTTP to HTTPS in IIS
- What is the difference between XAMPP or WAMP Server & IIS?
- What does ‘IISReset’ do?
- Failed to load PDF document in Chrome
- failed to load resource: the server response with a status 500 (internal server error)
- IIS: Where can I find the IIS logs?
- Access to the path is denied
- Verify return code: 20 when testing OpenSSL
- How can I secure passwords stored inside web.config?
- What does aspnet_regiis.exe do
- HTTP Error 500.19 and error code : 0x80070021
- Cannot open database “test” requested by the login. The login failed. Login failed for user ‘xyz\ASPNET’
- System.Data.SqlClient.SqlException: Login failed for user
- The connection to the website was reset. Error Code: INET_E_DOWNLOAD_FAILURE
- An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
- How to solve “Could not establish trust relationship for the SSL/TLS secure channel with authority”
- Rejected request from RFC1918 IP to public server address
- Why is HttpContext.Current null?
- IIS error, Unable to start debugging on the webserver
- How can I fix the “No certificates found – The app Chrome has requested a certificate” Android / Google Chrome issue
- How handle Application Error Exception code: 0xc00000fd
- How to solve “Microsoft Visual Studio (VS)” error “Unable to connect to the configured development Web server”
- Media not actually deleted on disk when click “Permanent Delete”
- Is it safe to use $_SERVER[‘REQUEST_URI’]?
- WordPress in IIS 7.5 – “cannot create directory”
- Plugins won’t auto-update on IIS
- WordPress Network on IIS7/SQL Server – Rewrite Issues
- Migrating WPMS from apache to IIS7 causes Database Error
- Using the Importer on an IIS Server
- removing index.php IIS 7.5 webconfig
- All links in my site start with localhost?
- WordPress Network for regional company websites
- Why are images not displaying?
- Installation with sql server express edition
- Multisite setup on IIS with subdomains
- Hiding WordPress behind IIS redirects
- Divert http to https with WordPress on IIS
- wordpress upgrade has broken my permalinks
- Multi-site vs seperate installs for just 3 blogs?
- Where Does WordPress Make cURL Requests? How To Add cURL Option
- Nothing Found error when creating new posts – how to correct this?
- Why does the ‘Month and Name’ Permalink Format not Work on my new WordPress Site (running on IIS7)?
- WordPress multisite on IIS – can’t open subpages
- WordPress unable to create folders even though correct NTFS-rights are set
- WordPress + PHP + IIS + PHP Fatal error: require():
- WordPress IIS intranet server
- Multisite sub-directories IIS 7.5 change media/uploads location
- Configure Php server with ISAP
- Have different site location for wp-admin in IIS
- IIRF + IIS 6 + WordPress does not return 404 error
- WordPress 3.0.1 on IIS 6 Web Server PermaLink Issues
- Permalink opens attachment instead of page
- WordPress Bug on IIS ? Problem when uploading image on IIS 7
- Hardening uploads folder in IIS breaks images
- Execute a function every hour in the background
- Permalinks on Windows IIS not working and web.config breaks site – does wordpress not support windows server now, if so how?
- Too Many Redirects – WP-Admin Only
- wordpress sub-directory sites on a sub-domain?
- Graphics and Formatting Not Loading in WordPress on IIS
- Is “SELECT TOP 0” a bug with MS SQL database?
- Moving blog and maintaining current permalinks
- WordPress CSS completely broken on IIS
- Fetch Data from an external MSSQL Database in a Managed WP hosting
- Site speed slows when user logged in
- Redirect *.php to path using web.config file
- Suddenly got alert when trying to login to admin panel of wordpress
- Unable to update plug-ins – Undefined index a:1:{s:3:”ssl”;b:1;} in class-requests.php on line 213
- SQL copy post_title to post_content
- Configure redirects with web.config
- How to show result of sql query in a page?
- 404 Errors on Every Page (Including Homepage) After Migrating From IIS to Apache
- WordPress on shared server Plugin not working
- Remove index.php from url in permalinks over IIS server (web.config)
- On IIS, stop WordPress from resaving my web.config file when I enter the Permalinks config page
- Permalinks setting raises 500.0 error
- Remove index.php from WP 8.0 install migrated to IIS from Apache (still detecting Apache server)?
- How to back-up a database on IIS
- iis6 multisite and permissions
- Media Library won’t recognize SOME old files after move
- 404 for index.php
- Problems with ‘require (./xxx)’ on IIS7.5
- How to rename the WordPress wp-login.php running on IIS6?
- Permalinks is not working in my wordpress setup
- How can I tell what version of IIS is installed?