Search:

Type: Posts; User: Grejzen

Search: Search took 0.01 seconds.

  1. Replies
    94
    Views
    158,049

    I "solved" this problem In install/index.php...

    I "solved" this problem

    In install/index.php in line 141 I changed "<" to ">"

    before

    if( strcmp( $phpver[1], "5.1.3" ) < 0 )
    after

    if( strcmp( $phpver[1], "5.1.3" ) > 0 )
  2. Replies
    51
    Views
    74,624

    Sticky: Po wlaczeniu debugowania informowal o bledzie w...

    Po wlaczeniu debugowania informowal o bledzie w ostatnij linijce gdzi jest tylko:

    ?>

    Ostatecznie udalo mi sie zainstalowac po zmianie w linijce 141 w pliku install/index.php
    Bylo:

    if(...
  3. Replies
    94
    Views
    158,049

    When I want install ADOS I get this error: ...

    When I want install ADOS I get this error:

    Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is.

    I have installed PHP 5.2.10.

    When I remove lines 139-145 from...
  4. Replies
    51
    Views
    74,624

    Sticky: Poinstalowalem wszystkie pakiety i chcac...

    Poinstalowalem wszystkie pakiety i chcac zainstalowac ADOS wyskakuje mi blad:

    Fatal error: This system requires PHP 5.1.3 or over. Your PHP version is .

    Mam zainstalowane PHP 5.2.10.

    Gdy...
Results 1 to 4 of 4