Open Source e-Learning
Você não está conectado.   Login   Registar   

  • mherbst | 29. Nov 2011, 12:50
    Installationsproblem 4.2.1 auf xampp

    Hallo,

    bei einer versuchten Installation der neuesten ILIAS-Version auf einer xampp-Installation gibt mir die Setup-Routine von ILIAS folgende Fehlermeldung aus:

     

    Please enable XSL support in your PHP installation

     

    Alles andere ist mit einem grünen OK versehen. Kann mir jemand mitteilen, wie ich unter Windows/xampp die xsl-funktion aktiviere?

     

    MfG

    Manfred

     

     

  • DZenker | 30. Nov 2011, 09:07
    Re: Installationsproblem 4.2.1 auf xampp

    Hallo Manfred,

    hierfür muss man in der php.ini die php_xsl-dll aktivieren. Entferne hierzu beim Eintrag "extension=php_xsl.dll" das führende Semikolon und starte den Apache neu, dann sollte es funktionieren.

    Grüße,

    Dietmar

  • Busy | 12. Dez 2011, 16:39
    Edited on: 12. Dez 2011, 16:39 - por Busy
    Re: Re: Installationsproblem 4.2.1 auf xampp

    Hello,
    I have the same problem on Windows 7.
    Config : Xampp 1.7.7 + ILIAS 4.2.1

    When I put "extension = php_xsl.dll" in php.ini, all markers of ILIAS are green, but before it displays the following messages:
    Strict Standards: Static function ilDB::getReservedWords() should not be abstract in C:\xampp\htdocs\ilias\Services\Database\classes\class.ilDB.php on line 200
    Strict Standards: Creating default object from empty value in C:\xampp\htdocs\ilias\setup\classes\class.ilSetupGUI.php on line 77
    Strict Standards: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 650
    Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 993
    Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\PEAR.php on line 871
    Strict Standards: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 673
    Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 993
    Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\PEAR.php on line 871
    Strict Standards: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 650
    Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 993
    Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\PEAR.php on line 871
    Strict Standards: Non-static method PEAR::raiseError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 673
    Strict Standards: Non-static method PEAR::isError() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\HTML\Template\IT.php on line 993
    Strict Standards: Non-static method PEAR::getStaticProperty() should not be called statically, assuming $this from incompatible context in C:\xampp\htdocs\ilias\Services\PEAR\lib\PEAR.php on line 871.

    Best regards

    Bernard

  • pascal.schmitt | 21. Dez 2011, 17:24
    Re: Re: Re: Installationsproblem 4.2.1 auf xampp

    Hi

    I've made a package with ilias 4.2.1 and xampp 1.7.7 for windows. it's still beta version but it works runs even without installing anything: http://itfreak.ch/?p=110

    best regards

    pascal

  • dxider | 27. Abr 2012, 23:15
    Re: Re: Re: Installationsproblem 4.2.1 auf xampp

    Im having a similar issue, just installed the most recent version:

    Strict Standards: Static function ilDB::getReservedWords() should not be abstract in C:\xampp\htdocs\ilias\Services\Database\classes\class.ilDB.php on line 200

    Strict Standards: Declaration of ilObjUser::read() should be compatible with that of ilObject::read() in C:\xampp\htdocs\ilias\Services\User\classes\class.ilObjUser.php on line 25

    Strict Standards: Declaration of ilDate::get() should be compatible with that of ilDateTime::get() in C:\xampp\htdocs\ilias\Services\Calendar\classes\class.ilDate.php on line 37
    Fatal Error: ilInitialisation::initClientIniFile called without CLIENT_ID.

    It happens with php_xsl.dll or without it.

    Can anyone help us to solve this issue?

  • DZenker | 30. Abr 2012, 09:07
    Edited on: 30. Abr 2012, 09:07 - por DZenker
    Re: Re: Re: Re: Installationsproblem 4.2.1 auf xampp

    Hi,

    change the error reporting level in the php.ini file to get rid off the "STRICT" messages. Look for the directive "error_reporting" and define it as follows:

    error_reporting = E_ALL & ~E_STRICT

    (important is the "~" operator to switch this level off)

    Greets, Dietmar

  • Gambit | 27. Ago 2012, 16:18
    Edited on: 28. Ago 2012, 09:08 - por Gambit
    Re: Re: Re: Re: Re: Installationsproblem 4.2.1 auf xampp

    habe einen neuen Thread geöffnet

     

  • mherbst | 01. Mar 2013, 11:33
    Edited on: 01. Mar 2013, 11:35 - por mherbst
    Re: Re: Installationsproblem 4.2.1 auf xampp

    Hallo Dietmar,

    nachdem wir jetzt ILIAS seit dem letzten Jahr produktiv laufen haben, benötige ich heute lokal auf meine Rechner wieder eine "Experimentier-Variante" und wollte mir 4.3.1 lokal auf einer xampp-Installation aufsetzen.

    Ich habe wieder den xsl-Fehler erhalten und mich an meinen alten Forumseintrag und deine hilfreiche Antwort dazu erinnert.

    Nun wollte ich den von dir genannten Eintrag entsprechend editieren. Ich finde in der PHP.ini aber keinen gleichlautenden Eintrag mehr. Dort gibt es jetzt alle möglichen "extension=php_..." - Einträge, aber nicht mehr den von dir genannten.

    Kannst du nochmal helfen?

    Gruß

    Manfred

  • mherbst | 01. Mar 2013, 11:41
    Re: Re: Re: Installationsproblem 4.2.1 auf xampp

    Hi,

    na, da war ich aber langsam im Kopf :-)

    Habe jetzt einfach den Eintrag entsprechend in die PHP.ini geschrieben. Und schon läuft es.

    Gruß

    Manfred