|
Confirming that this is a problem on 1.8 sites. Reopening issue.
Bug fixed, thanks for the report
Warning: main(HTML/AJAX/JSON.php) [function.main]: failed to open stream: No such file or directory in /var/www/moodle/group/index.php on line 14
in MOODLE_18_WEEKLY I just "cvs up" and got this error /lib/pear/HTML/AJAX/*
is missing from 1_9_WEEKLY and causes blank page when loading groups page As you can see, the files are there: http://cvs.moodle.org/moodle/lib/pear/HTML/AJAX/?pathrev=MOODLE_19_WEEKLY
They are also in 18_WEEKLY: http://cvs.moodle.org/moodle/lib/pear/HTML/AJAX/?pathrev=MOODLE_18_WEEKLY Thanks for the quick fix, Nicolas! B-)
(just thinking that we don't need it in 19_STABLE nor HEAD, where the include is done centrally in setup.php) Just raising to Critical, reopening and adding Martin as watcher in order to decide if this require repackaging of STABLE_18 release (released today, some hours before fixing this - so the release contains the bug). Hi,
both the 1.8.7 release and last 1.8 weekly packages have been rebuilt. Also, tags in CVS have been moved accordingly so people updating to MOODLE_18_WEEKLY will get the working version. So... reclosing this after some more tests of current generated packages... ciao Closing this. I've tested 18_WEEKLY, and 1.8.7 downloads and everything seems to be in place.
Thanks all! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning: require_once(HTML/AJAX.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/moodle-18/lib/pear/HTML/AJAX/JSON.php on line 14
I remarked out line 14 and then 776-801 in JSON.php, and groups worked. I'm not sure why it is asking for AJAX.php, but no such file exists. I assume it means just the directory HTML/AJAX?
I found this on a few client machines and my test server.