I am trying to install Moodle with the PHP/JavaBridge, and I am not having much luck. The install.php page fails with
Trying to get property of non-object in /tmp/moodle/lib/componentlib.class.php on line 126
PHP Warning: require_once(/filelib.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /tmp/moodle/lib/componentlib.class.php on line 126
PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required '/filelib.php' (include_path='.:/usr/share/php:/usr/share/pear') in /tmp/moodle/lib/componentlib.class.php on line 126
That line does
require_once($CFG->libdir.'/filelib.php');
The filelib.php file is present, so I have no idea why it is unhappy. I can't figure out whether this is an issue with GlassFish or the PHP/JavaBridge. Did you need to do anything special to get Moodle up and running?
Thanks,
Cay
[Message sent by forum member 'cayhorstmann' ]
http://forums.java.net/jive/thread.jspa?messageID=373532