Running serendipity on iis and mssql platform

Discussion corner for Developers of Serendipity.
Post Reply
kaka
Posts: 3
Joined: Sat May 16, 2009 3:16 am

Running serendipity on iis and mssql platform

Post by kaka »

Hello guys..

I'm newbie here.. This is my first time using serendipity. I've got a task which is a bit difficult to running serendipity on IIS and MSSQL platform. I'm wondering if you guys have any thought or idea on how it should be done. I'm thinking to use database abstraction layer or is there any simple way to do that. Would you please give me any spesific file which i have to use for this task.. (to make my job easier)..

Thanks.. :)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Running serendipity on iis and mssql platform

Post by garvinhicking »

Hi!

Yeah, the easiest way would be to take the mysql database layer and inside there, change it to use the mssql specific functions. Then also edit the include/functions_config.inc.php file search the function serendipity_probeInstallation and add "MSSQL" to the array of valid dbtypes.

Since I don't know mssql, it might be that the ANSI-like SQL that s9y uses internally must be rewritten for some other syntax in MSSQL?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
kaka
Posts: 3
Joined: Sat May 16, 2009 3:16 am

Re: Running serendipity on iis and mssql platform

Post by kaka »

Thanks garvinhicking.. :D
kaka
Posts: 3
Joined: Sat May 16, 2009 3:16 am

Re: Running serendipity on iis and mssql platform

Post by kaka »

Greetings ……

to all serendipity users. I'm one of the contestants for lamp2win ( http://www.lamp2win.com ) competition which required me to make the serendipity running on windows platform (iis and mssql).
Unfortunately, this competition due end will be today and you are invited to view and give your opinion of my last result at http://fradze.dev.lamp2win.com
Serendipity application nearly 80% functional on iis and mssql platform and right now I’m trying to make it perfect.
I'd love to share my end works with all of you when the competition is over. Furthermore, if you love my works, please vote me. I do appreciate it.

Thank you :D
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Running serendipity on iis and mssql platform

Post by garvinhicking »

Hi!

Thanks for the report - it seems to be up and running well. I'm eager to see what modifications you made. :-)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply