Running a cake 1.3.11 site with the latest PHP sqlsrv drivers from microsft and the cakePHP dbo_sqlsrv driver from this project I get the following error when any SQL statements are executed on my site:
Warning (512): SQL Error: [Microsoft][SQL Server Native Client 10.0][SQL Server]Incorrect syntax near 'execute'.
[CORE\cake\libs\model\datasources\dbo_source.php, line 684]
Query: execute
The query it tries to run is literally the string "execute" on it's own. Here is the connection info it's using:
Created by Ben B, 9th Aug 2011. (originally Lighthouse ticket #26):
Running a cake 1.3.11 site with the latest PHP sqlsrv drivers from microsft and the cakePHP dbo_sqlsrv driver from this project I get the following error when any SQL statements are executed on my site:
The query it tries to run is literally the string "execute" on it's own. Here is the connection info it's using: