Loading...
 
Skip to main content

SQL plugin broken with MSSQL in v1.9.10.1

Status
Closed
Subject
SQL plugin broken with MSSQL in v1.9.10.1
Version
1.9.x
Category
  • Error
Feature
Wiki Plugin (extends basic syntax)
Resolution status
New
Submitted by
tyndaleit
Lastmod by
tyndaleit
Rating
(0)
Description
When using the SQL plugin to connect to an MSSQL database, TikiWiki throws a database error when parsing the SQL. However, the error is related to Tiki's SQL code, and not the code entered in the page.
Solution
The plugin is functioning properly, and returns the proper result from the MSSQL database. The problem appears to be that the Tiki code is being formatted through tikidblib.php as if it were mssql. By removing the formatting changes that would have occurred if it registered as mssql, the page loads properly. The location where the Tiki SQL code is told to be processed in the same way as the SQL code in the page must be found and corrected.
Importance
4
Priority
20
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1956
Created
Thursday 14 August, 2008 19:59:40 UTC
by Unknown
LastModif
Wednesday 26 February, 2020 17:46:47 UTC


Show PHP error messages