Uploaded image for project: 'Moodle'
  1. Moodle
  2. MDL-80463

Missing type definition in ./lib/dml/sqlsrv_native_moodle_database.php

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 3.9.25, 4.1.6
    • Database SQL/XMLDB
    • None
    • MOODLE_39_STABLE, MOODLE_401_STABLE

      When installing the mergeusers plugin, it throws an error. Found a missing type in ./lib/dml/sqlsrv_native_moodle_database.php. Solved it by adding a line on line 715 with type CHAR, resulting in the stanza reading as follows:

                case 'CHAR':
                case 'VARCHAR':
                case 'NVARCHAR':
                 $type = 'C';
                 break;

            Unassigned Unassigned
            ronaldvyhmeister Ronald Vyhmeister
            Votes:
            0 Vote for this issue
            Watchers:
            10 Start watching this issue

              Created:
              Updated:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.