Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-2499

Individual blog post not showing (fix)

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Minor Minor
    • None
    • 1.9
    • None
    • Easy
    • MOODLE_19_STABLE

      Individual blog post are not shown due to
      error in sql query caused by a "space" char that is missing.

      here is a quick fix:
      open file : mod/oublog/locallib.php
      inside function: oublog_get_posts()

      change line:
      $sqlwhere = " bi.oublogid = $oublog->id";

      to:
      $sqlwhere = " bi.oublogid = $oublog->id ";

      (missing space char after the id)

      btw. great blog module!!!

            quen Sam Marshall
            nadavkav Nadav Kavalerchik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

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