Issue Details (XML | Word | Printable)

Key: MDL-17405
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Critical Critical
Assignee: Petr Skoda
Reporter: Dan Poltawski
Votes: 0
Watchers: 2
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle

Installer broken by call to formslib

Created: 26/Nov/08 06:08 AM   Updated: 08/Jan/09 05:43 PM
Return to search
Component/s: Installation
Affects Version/s: 2.0
Fix Version/s: 2.0

Issue Links:
Duplicate
 
Relates

Participants: Dan Poltawski, Jerome Mouneyrac, Petr Skoda and Samuli Karevaara
Security Level: None
Resolved date: 08/Jan/09
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
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


 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 4 files to 'Moodle CVS' - 28/Nov/08 07:14 AM
MDL-17405 moving Data mod upgrade notification to proper place (upgrade.php) - better notification will be implemented in MDL-17427
MODIFY admin/environment.xml   Rev. 1.39    (+0 -2 lines)
MODIFY mod/data/version.php   Rev. 1.41    (+2 -2 lines)
MODIFY mod/data/lib.php   Rev. 1.210    (+1 -37 lines)
MODIFY mod/data/db/upgrade.php   Rev. 1.24    (+22 -1 lines)
Petr Skoda committed 1 file to 'Moodle CVS' - 08/Jan/09 05:43 PM
MDL-17405 moved unsetting of old flag to correct place, thanks Jerome
MODIFY mod/data/db/upgrade.php   Rev. 1.25    (+2 -2 lines)