I want to install moodle 1.9 with mssql but ı have a problem

I want to install moodle 1.9 with mssql but ı have a problem

by Harun AKSAYA -
Number of replies: 3

Hello;

I want to install moodle 1.9 with mssql but i have a problem. There is a error while moodle instalition.

Error: "PHP has not been properly configured with the MSSQL extension so that it can communicate with SQL*Server. Please check your php.ini file or recompile PHP."

How can I solve this problem for moodle 1.9

Best regards,
Harun AKSAYA
harunaksaya@gmail.com

Average of ratings: -
In reply to Harun AKSAYA

Re: I want to install moodle 1.9 with mssql but ı have a problem

by Guillermo Madero -

Have you read the following:

http://docs.moodle.org/20/en/Installing_MSSQL_for_PHP

You must have a driver problem, so the article may be of help.

In reply to Guillermo Madero

Ynt: Re: I want to install moodle 1.9 with mssql but ı have a problem

by Harun AKSAYA -

Thank you, Guillermo

Buti now ı have diffrent problem,

Moodle 1.9 with mssql 2005 installiations

Moodle connect to mssql but "create table" parts ı have a problem.

Problem   "A problem occurred inserting current version into databases"

Attachment database create table error.jpg
In reply to Harun AKSAYA

Re: Ynt: Re: I want to install moodle 1.9 with mssql but ı have a problem

by Guillermo Madero -

Checking through the forums, that seems to be a common problem with MSSQL 2005.

Someone was able to fix the problem by installing PHP 5.1.6.

Another recommendation is to enable the error logs:
http://docs.moodle.org/19/en/PHP_error_logs
to report more detailed info about the problem.

You might want to take a look at these:

http://docs.moodle.org/19/en/Installing_MSSQL_for_PHP

http://moodle.org/mod/forum/discuss.php?d=135908#p598125

http://tracker.moodle.org/browse/MDL-6823

Cheers!