Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: None
-
Component/s: Grade report: Multigrader
-
Labels:None
-
Environment:Windows server 2003, Apache, Mysql
-
Database:MySQL
-
Difficulty:Moderate
-
Affected Branches:MOODLE_19_STABLE
Description
Tables were successfully created for both add ons. Initial error was as follows:
require_js: yui_element - file not found.
after commenting the below line out in index.php of both add ons, it now returns a blank page when clicked.
I tried this on both old and new courses I just created to test it with fake students with grades and reports that work otherwise.
require_js(array('yui_yahoo', 'yui_dom', 'yui_event', 'yui_container', 'yui_connection', 'yui_dragdrop', 'yui_element'));
Thanks Barry
Barry Oosthuizen is the creator of these two add ins.