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

Fatal error: Cannot access protected property xmldb_table::$name in lib/adminlib.php on line 455

XMLWordPrintable

      On trying to delete a third-party activity plugin, the following fatal error is displayed:

      Fatal error: Cannot access protected property xmldb_table::$name in lib/adminlib.php on line 455

      Suggested fix (lib/adminlib.php, line 455):

      • OLD: $table_names[] = strtolower($table->name);
      • NEW: $table_names[] = strtolower($table->getName());

            skodak Petr Skoda
            xxxxxxx Gordon Bateson
            Dan Poltawski Dan Poltawski
            Adrian Greeve Adrian Greeve
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

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