Hi, for the most part everything has been working wonderfully, but recently I found three issues.
Configuration:
- IIS 7.5
- PHP 5.3.14 VC9 x86
- SQL Server 2008 R2 (different server)
- SQL 2008 Native Client
- WordPress DB Abstraction 1.1.4
- Microsoft Drivers 2.0 for PHP for SQL server (php_sqlsrv_53_nts_vc9.dll)
Issues:
- inserting two backslashes (\\) in the body of a post breaks the php code which replaces ticks (`).
- used SQL profile to see the broken query
- not an issue for me I can work around this
- logged here too (http://wordpress.org/support/topic/plugin-wp-db-abstraction-tick-symbol-showing-in-sql-queries) - clicking on an author's name shows their posts but the title of the page says "Posts By:" with no author name after
- clicking on page 2 of a blog listing more than 10 posts takes me to the same exact page as page 1, pages 3 and 4 show different posts, but I'm curious if the last page is missing
Just remember, I have applied the following fix to resolve an issue where none of my posts were showing in the admin section. I'm curious if this change is causing the new issues. I will report back if this change is the cause of the pagination or author issues listed above.
UPDATE: after resetting the translations.php file to the original I get an error on the home page saying "Something is Missing" and no posts show.