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
pavel added a comment - 12/Aug/08 09:31 PM
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


Petr Skoda added a comment - 12/Aug/08 11:40 PM
warning is fixed, thanks for the report