I can't find anwhere on the web about a PHPNuke Port for SQL server
(I have set DBType to mssql)
Can anyone light my fire?
(Anyone out there got a resource for this solutions?)
cheers
Below is what I have done so far
I have been using phpnuke with win98, apache 2 and MySql. Its been cool fun customizing and I have learnt heaps
I now have my own copy of MS SQL server 7 with Win2000.
I successfully imported all the tables via MySQL ODBC 3.51(?)and data into MS SQL 7 but there was obvious conflicts (I have blindly deducted).
Such as field names that were reserved words in MS SQL like
count
var
top
which I changed to countt varr topp and updated the php files.
Got past those errors
then this pops up..
Code:
Warning: mssql_query(): message: Line 1: Incorrect syntax near '+'. (severity 15) in C:\Program Files\Apache Group\Apache2\htdocs\db\mssql.php on line 171
which translates to
Quote:
somewhere there has been a sql_query call with a + sign in it.
I have tracked it down and am now in the process of writing a stored procedure for that bug
But I just know that this must of been done before.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum