-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not support Moodle for MS SQL Server database #112
Comments
Here are more details from a previously created issue log.I've recently downloaded this tool and found myself stuck with the error "Scheduled task failed: Link crawler robot (tool_crawler\task\crawl_task),Error reading from database". My environment runs moodle on Windows Server 2012 R2 with the database server being SQL Server 2012 R2. I've put my moodle into developer debugger mode and found that there is a SQL error that is specific to SQL Server. Here is the information: Error Code: 102 Message: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Incorrect syntax near 'LIMIT'. SELECT * [array ( line 324 of \lib\dml\sqlsrv_native_moodle_database.php: call to moodle_database->query_end() SELECT top 1 * |
Has this plugin ever worked with a MS SQL Server DB? |
I have found that this plugin does not support SQL Server database. I've take some time to correct this on my test environment, and I found the following helped to get it running.
The following modifications were made:
The text was updated successfully, but these errors were encountered: