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
Using ADODB with SQL Server
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Using ADODB with SQL Server
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.
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.
Re: Using ADODB with SQL Server
Doesn't it support ADO or ADODB Lite?
Mike
Mike
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Using ADODB with SQL Server
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.
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.
Re: Using ADODB with SQL Server
You should check out php.net to see how to include the mssql drivers in your PHP version.
Nullig
Nullig
Re: Using ADODB with SQL Server
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
Mike
Re: Using ADODB with SQL Server
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.Nullig wrote: You should check out php.net to see how to include the mssql drivers in your PHP version.
Mike
Re: Using ADODB with SQL Server
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).
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).