Installation Windows-Package 2.0

Installation Windows-Package 2.0

von Georg Helmes -
Anzahl Antworten: 4
Hallo,

die Installation des aktuellen Windows-Pakets wird abgebrochen wegen Fehler beim Zugriff auf die Datenbank - habe es auf mehreren Rechnern probiert.

Ich habe jetzt das 1.9.2+ Windows-Paket installiert und versucht auf 2.0 upzudaten. Bei der Server-Überprüfung kommt die Fehlermeldung "The Zip PHP extension is now required by Moodle, info-ZIP binaries or PclZip library are not used anymore". Was kann ich tun?

Danke im Voraus für Tipps - Georg Helmes
Mittelwert:  -
Als Antwort auf Georg Helmes

Re: Installation Windows-Package 2.0

von Sylvio Runge -
EIne Version mit der ZipLIB besorgen, bzw. selber compilieren;
http://zziplib.sourceforge.net/zip-php.html
http://de.php.net/manual/de/zip.installation.php

> Windows Benutzer müssen php_zip.dll in ihrer php.ini laden
>um diese Funktionen nutzen zu können.


S.

Als Antwort auf Sylvio Runge

Re: Installation Windows-Package 2.0

von Georg Helmes -
Hallo,

erst mal Dank für die Antwort. Leider komme ich damit nicht weiter. Auch das neueste Windows-Paket (das ich jetzt erst mal abgewartet habe) lässt sich nicht installieren sondern bricht mit dem angesprochenen Hinweis ab. Bin ich der Einzige, der dieses Problem hat ...? Die PHP.INI ist angehängt. Oder muss noch eine andere *.INI verändert werden?

Dank im Voraus für weitere Tipps - Georg Helmes
Als Antwort auf Georg Helmes

Re: Installation Windows-Package 2.0

von Sylvio Runge -
ist die dll denn wriklich aktiv (geladen)? Schaue mal ins log..



S.

Als Antwort auf Sylvio Runge

Re: Installation Windows-Package 2.0

von Georg Helmes -
Hallo,

1-------------------
ich habe keine php-log gefunden. Die error.log enthält nichts dazu:
[Fri Aug 15 16:07:49 2008] [notice] Apache/2.2.8 (Win32) mod_ssl/2.2.8 OpenSSL/0.9.8g mod_autoindex_color PHP/5.2.5 configured -- resuming normal operations
[Fri Aug 15 16:07:49 2008] [notice] Server built: Jan 18 2008 00:37:19
[Fri Aug 15 16:07:49 2008] [notice] Parent: Created child process 3672
[Fri Aug 15 16:07:50 2008] [notice] Child 3672: Child process is running
[Fri Aug 15 16:07:50 2008] [notice] Child 3672: Acquired the start mutex.
[Fri Aug 15 16:07:50 2008] [notice] Child 3672: Starting 50 worker threads.
[Fri Aug 15 16:07:50 2008] [notice] Child 3672: Starting thread to listen on port 443.
[Fri Aug 15 16:07:50 2008] [notice] Child 3672: Starting thread to listen on port 80.

2---------------------
Die Fehlermeldung beim Installieren sieht wie folgt aus:
Notice: Undefined property: stdClass::$release in C:\moodle\server\moodle\lib\environmentlib.php on line 528

Server Checks

Name Information Report Status
php_extension zip docs.gifmust be installed and enabled

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

Check


3-----------------------
Die entsprechende Zeile lautet wie folgt:
/// Get current Moodle version (release) for later compare
$current_version = normalize_version($CFG->release);


Hilft das weiter?

Dank im Voraus - Georg Helmes