Issue Details (XML | Word | Printable)

Key: MDL-16008
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Petr Skoda
Reporter: pavel
Votes: 0
Watchers: 0
Operations

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

Fixed CFG->release warning in installer

Created: 12/Aug/08 08:54 PM   Updated: 12/Aug/08 11:40 PM
Return to search
Component/s: Installation
Affects Version/s: 2.0
Fix Version/s: 2.0

File Attachments: None
Image Attachments:

1. error.JPG
(114 kB)
Environment: Windows XP, Moodle packages for Windows

Database: MySQL
Participants: pavel and Petr Skoda
Security Level: None
Resolved date: 12/Aug/08
Affected Branches: MOODLE_20_STABLE
Fixed Branches: MOODLE_20_STABLE


 Description  « Hide
In an installation time moodle there is a following message

Notice: Undefined property: stdClass::$release in C:\Moodle_2_0_Windows\server\moodle\lib\environmentlib.php on line 528

php_extension zip must be installed and enabled

The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore.

after that installation stops

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Petr Skoda committed 1 file to 'Moodle CVS' - 12/Aug/08 11:39 PM
MDL-16008 fixed $CFG->release warning in isntaller
MODIFY install.php   Rev. 1.106    (+2 -1 lines)
Eloy Lafuente (stronk7) committed 1 file to 'Moodle CVS' - 25/Aug/08 12:39 AM
Remove hack not needed anymore. Now enviroment check handles this properly. MDL-16008 & MDL-16188
MODIFY install.php   Rev. 1.108    (+1 -2 lines)