-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.9
-
None
-
Windows server 2003, Apache, Mysql
-
MySQL
-
Moderate
-
MOODLE_19_STABLE
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.