Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: Installation
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
When the web installer gets to the environmental checks it dies on call to formslib.. did a debgging('foo') to get the backtrace ![]()
foo
line 24 of lib/formslib.php: call to debugging()
line 30 of lib/portfolio/forms.php: call to require_once()
line 35 of lib/portfoliolib.php: call to require_once()
line 2579 of mod/data/lib.php: call to require_once()
line 555 of lib/environmentlib.php: call to include_once()
line 452 of lib/environmentlib.php: call to environment_custom_checks()
line 86 of lib/environmentlib.php: call to environment_check()
line 802 of install.php: call to check_moodle_environment()
line 610 of install.php: call to form_table()
Warning: require_once(HTML/QuickForm.php) [function.require-once]: failed to open stream: No such file or directory in /srv/moodledev/moodle/lib/formslib.php on line 27
Fatal error: require_once() [function.require]: Failed opening required 'HTML/QuickForm.php' (include_path='.:/usr/share/php:/usr/share/pear') in /srv/moodledev/moodle/lib/formslib.php on line 27
Issue Links
| This issue is duplicated by: | ||||
| MDL-17419 | cannot install 2.0 - openssl blocks installation |
|
|
|
| This issue has a non-specific relationship to: | ||||
| MDL-17427 | upgrade log table - replacement for current file logging |
|
|
|
| This issue has been marked as being related by: | ||||
| MDL-17428 | Do not include in the middle of file in global scope |
|
|
|
eh, just noticed that too - seems to work fine in 1.9.x