Moodle

Blog visibility upgrade fails.

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 2.0.2
  • Fix Version/s: 2.0.3
  • Component/s: Blog
  • Labels:
    None
  • Affected Branches:
    MOODLE_20_STABLE
  • Fixed Branches:
    MOODLE_20_STABLE

Description

In admin/bloglevelupgrade_entries.php on line 91 the attribute 'intro' for the discussion object is set, this used to be named message. If this renaming is supposed to occur then the forum_add_discussion method in forum/lib.php needs updating to reflect this.

Debug info: Column 'message' cannot be null
INSERT INTO mdl_forum_posts (discussion,parent,userid,created,modified,mailed,subject,message,messageformat,messagetrust,mailnow) VALUES(?,?,?,?,?,?,?,?,?,?,?)
[array (
0 => 0,
1 => 0,
2 => '3',
3 => 1300434064,
4 => 1300434064,
5 => 0,
6 => 'Background',
7 => NULL,
8 => '0',
9 => 0,
10 => 0,
)]
Stack trace:

  • line 394 of /lib/dml/moodle_database.php: dml_write_exception thrown
  • line 874 of /lib/dml/mysqli_native_moodle_database.php: call to moodle_database->query_end()
  • line 916 of /lib/dml/mysqli_native_moodle_database.php: call to mysqli_native_moodle_database->insert_record_raw()
  • line 4121 of /mod/forum/lib.php: call to mysqli_native_moodle_database->insert_record()
  • line 102 of /admin/bloglevelupgrade.php: call to forum_add_discussion()
  • line 70 of /admin/bloglevelupgrade.php: call to bloglevelupgrade_entries()

Issue Links

Activity

Hide
Petr Škoda (skodak) added a comment -

To be fixed in the next weekly build, thanks for the report.

Show
Petr Škoda (skodak) added a comment - To be fixed in the next weekly build, thanks for the report.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: