Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Blocker
-
Resolution: Not a bug
-
Affects Version/s: 1.9.4
-
Fix Version/s: None
-
Component/s: Forum
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
Description
The error produced is require_js: http://moodlehacks.com/lib/yui/json/json-min.js - file not found.
when page mod/forum/discuss.php?d=7 is called.
The error goes away when yui_json s removed from the require_js call in discuss.php.
To reproduce, simply create a discussion with one topic.
Then go back an try to read the discussion.
Observed on our discussion server and then confirmed on two test servers. It appears to be a change that is at least a few days old.
Hi Gary,
that file (lib/yui/json/json-min.js) is there since ages ago, see http://cvs.moodle.org/moodle/lib/yui/json/?pathrev=MOODLE_19_STABLE
Looking your server, it seems that the whole yui/json folder is missing. Perhaps your latest update was wrong (incomplete or so)?
Ciao