A problem occurred inserting current version into databases

Re: A problem occurred inserting current version into databases

by Bart Perman -
Number of replies: 0

RLE,

I figured the extensions out after posting this, but thanks for the tip.

I have followed the post you linked to and here are the error messages.

Unicode data in a Unicode-only collation or ntext data cannot be sent to clients using DB-Library (such as ISQL) or ODBC version 3.7 or earlier.

SELECT * FROM mdl_course WHERE category = '0'
  • line 686 of lib\dmllib.php: call to debugging()
  • line 481 of lib\dmllib.php: call to get_recordset_sql()
  • line 421 of lib\dmllib.php: call to get_record_sql()
  • line 374 of lib\datalib.php: call to get_record()
  • line 2927 of lib\weblib.php: call to get_site()
  • line 1671 of lib\deprecatedlib.php: call to print_footer()
  • line 405 of admin\index.php: call to error()

I had previously done this, but didn't post it because it looks identical to the errors posted by DW back on July 29th.  Following the thread, he seemed to have found a solution using PHP 5.1.6.  Unfortunately when I tried 5.1.6 I wound up with the same errors.  Like DW, I tried the solution offered in http://tracker.moodle.org/browse/MDL-14048 as well as using ODBTP suggested in http://docs.moodle.org/en/Installing_MSSQL_for_PHP#Troubleshooting, but to no avail. 

Oh well, onward and upward.  I'll keep pressing on.

Thanks again,

BP