Using ADODB with SQL Server

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
mikebol
New Member
New Member
Posts: 4
Joined: Thu Jun 05, 2008 2:20 am

Using ADODB with SQL Server

Post by mikebol »

Hello gang!

I'm wanting to install and run the CMSMS 1.2.5 on my Windows Server with the backend DB being SQL Server. I currently have SugarCRM, phpBB3 and a few other PHP sites running on this server all using SQL as the backend DB.  So far so good.

I've installed CMSMS on the server, the first step of the install shows all green checkboxes.  I complete step 2 fine, but step 3 shows:

No valid database drivers appear to be compiled into your PHP install. Please confirm that you have mysql, mysqli, and/or postgres7 support installed, and try again.

What am I missing? I'm updated the ADODB_Lite with the latest.
Why wouldn't I at least get an ADO option to connect to my DB?

I'm clearly missing something. Thanks for any guidance.

Mike
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Using ADODB with SQL Server

Post by calguy1000 »

CMS Made Simple Doesn't support SQL server.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
mikebol
New Member
New Member
Posts: 4
Joined: Thu Jun 05, 2008 2:20 am

Re: Using ADODB with SQL Server

Post by mikebol »

Doesn't it support ADO or ADODB Lite?

Mike
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Using ADODB with SQL Server

Post by calguy1000 »

Yes, we use adodb and adodb_lite, but we don't support SQL server.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Using ADODB with SQL Server

Post by Nullig »

You should check out php.net to see how to include the mssql drivers in your PHP version.

Nullig
mikebol
New Member
New Member
Posts: 4
Joined: Thu Jun 05, 2008 2:20 am

Re: Using ADODB with SQL Server

Post by mikebol »

How would I make the intstall use ADODB or ADODB lite to allow a SQL Server connection? I'm Ok going throught the SQL code and fixing any SQL specific syntax changes. I'm just trying to get the connectivity part working. Could you help me at least get to that point?

Mike
mikebol
New Member
New Member
Posts: 4
Joined: Thu Jun 05, 2008 2:20 am

Re: Using ADODB with SQL Server

Post by mikebol »

Nullig wrote: You should check out php.net to see how to include the mssql drivers in your PHP version.
Nullig, I have the mssql drivers working with phpBB and SugarCRM, I'm just not familiar with the configuration on ADODB\ADODB_lite. Any pointers there are greatly appriciated.

Mike
Wiedmann
Forum Members
Forum Members
Posts: 233
Joined: Wed Mar 26, 2008 1:49 am

Re: Using ADODB with SQL Server

Post by Wiedmann »

You can add mssql to the list in "install/lib/classes/CMSInstallerPage3.class.php".

But there is no guarantee for a correct function (cause some query in CMSMS / modules are still MySQL style, even they use an abstraction layer).
Locked

Return to “[locked] Installation, Setup and Upgrade”