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

Fatal error: Class 'block_rss_client\output\core_text' not found in /blocks/rss_client/classes/output/item.php on line 130

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • 3.1.3
    • 3.1.2
    • Blocks, RSS

      Line 26 states namespace block_rss_client\output, hence using core_text::method() expects the class "core_text" under the same namespace, but it is a core class. Therefore it is necessary to add an "\" on that call:

      \core_text::substr($title, 0, 20) . '...';

            eberhardt Jan Eberhardt
            eberhardt Jan Eberhardt
            Marina Glancy Marina Glancy
            Andrew Lyons Andrew Lyons
            Jun Pataleta Jun Pataleta
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:

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