Форумы / Cotonti / Support / Ms SQL?

tensh
#1 17.03.2014 08:58

Hello;

I have a question - can Cotonti run on Microsoft SQL? It uses PDO, right?

I want only the core and users, I'll make some additional plugins.

If it can't run on MS SQL out of the box, would it be too much time-consuming to correct some incompatible SQL requests? Or maybe you can think of any other way to do it?

aiwass
#2 21.03.2014 08:30

Requirements

In order to run Cotonti and use it to its full capability, you should first confirm your server meets the following requirements. If you’re unsure if your webhost supports all this, don’t worry, even shared webhosting packages usually meet these requirements.

  • Apache, nginx or other similar webserver

  • PHP 5.2.3 or higher, with support for:

    • GD Graphics Library

    • Hash extension

    • Mbstring

    • PCRE

    • PDO and PDO_MySQL

    • Sessions

    • Zlib

  • MySQL 5.0.8 or higher

  • mod_rewrite or similar URL rewriting system (optional)

Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks

https://evlear.com
Macik
#3 22.03.2014 21:03
#39292 tensh:

 

If it can't run on MS SQL out of the box, would it be too much time-consuming to correct some incompatible SQL requests? Or maybe you can think of any other way to do it?

In order to use MS SQL the whole database block (file database.php) should be rewritten. And more — some installation part had hard coded MySQL code.

https://github.com/macik
правильный хостинг — https://goo.gl/fjCa1F
tensh
#4 10.04.2014 11:44

Thank you, Macik. I temporarily switched to Yii framework for this particular project.