Results 1 to 8 of 8

Thread: Contao manager does not detect "proc_open" and / or "proc_close"

  1. #1
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Frage Contao manager does not detect "proc_open" and / or "proc_close"

    Hi

    I'm testing with the installation of Contao on an online domain.
    I have enabled "proc_open" and "proc_close"
    The commands work, I ran a script that uses these commands correctly.
    Unfortunately contao-manager still tells me that "proc_open" and "proc_close" are not active.

    Contao Manager is last version, 1.2.4

    What tests can I do?
    Thank you
    Last edited by PaoloB; 04/19/2020 at 14:48.
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  2. #2
    Community-Moderator xchs's Avatar
    Join Date
    06-20-09.
    Posts
    1,287

    Default

    Do you have shell access so you can run
    Code:
    php web/contao-manager.phar.php test
    ?
    Contao Community Moderator
    → Support options

  3. #3
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default

    Yes, this is the test result

    {"version":"7.3.15","version_id":70315,"sapi":"cli "}
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  4. #4
    Community-Moderator xchs's Avatar
    Join Date
    06-20-09.
    Posts
    1,287

    Default

    Okay, looks valid.

    Do you have the possibility to switch to another PHP version?
    Contao Community Moderator
    → Support options

  5. #5
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default

    Thanks for the replay

    i have tested with PHP, 7.2, 7.1 and 7.0

    7.2.28
    Test {"version":"7.2.28","version_id":70228,"sapi":"cli "}

    7.1.33
    Test {"version":"7.1.33","version_id":70133,"sapi":"cli "}

    7.0.33
    The Contao Manager has downgraded to version 1.1.9

    All the tests are negative

    I have restored version 7.3

    When I change PHP version, an .haccess file is created with this content.

    Code:
    <IfModule fcgid_module>
        <IfModule mime_module>
            AddHandler fcgid-script .php .php7 .phtml
            FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php73 .php
            FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php73 .php7
            FcgidWrapper /usr/local/cpanel/cgi-sys/ea-php73 .phtml
        </IfModule>
    </IfModule>
    I also tried to delete it, but the result doesn't change.

    Other tests?
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  6. #6
    Community-Moderator xchs's Avatar
    Join Date
    06-20-09.
    Posts
    1,287

    Default

    With PHP 7.1 and 7.2 the Contao Manager is still complaining about the missing functions proc_open and proc_close, respectively?
    Contao Community Moderator
    → Support options

  7. #7
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default

    Yes, with all versions, same problem.

    Now I have tried again, also changing browser and it is working.
    Very strange.

    Could it be a matter of webserver cache?
    Attached Images Attached Images
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  8. #8
    Community-Moderator xchs's Avatar
    Join Date
    06-20-09.
    Posts
    1,287

    Default

    No idea. It's really strange, yeah. But it's good that it's working now.
    Contao Community Moderator
    → Support options

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •