Cant access PHPmyAdmin after install multiple PHP Version

Discussion in 'ISPConfig 3 Priority Support' started by ktownmods, Jul 16, 2019.

  1. ktownmods

    ktownmods Member HowtoForge Supporter

    Hey after i installed 2 days ago php 5.6 7.1.7.3 on my machine i cant access today my phpmyadmin/webmail


    Code:
    2019/07/16 17:33:30 [error] 3776#3776: *1 directory index of "/usr/share/phpmyadmin/" is forbidden, client: 87.xxx.xxx.xxx, server: _, request: "GET /phpmyadmin/ HTTP/1.1", host: "mail.example.de:8081"
    2019/07/16 17:37:00 [error] 3776#3776: *124 directory index of "/usr/share/squirrelmail/" is forbidden, client: 87.xxx.xxx.xxx, server: _, request: "GET /squirrelmail/ HTTP/1.1", host: "mail.example.de:8081"
    Anyone know what i do wrong?
     
  2. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    So you have no idea what operating system you have nor the ISPConfig version?
    Change the default PHP version to what your OS came with. I do not know how this is done on your unknown operating system.
     
  3. ktownmods

    ktownmods Member HowtoForge Supporter

    Ubuntu 18.04
    ISPConfig 3.1.14
    Already use the default php version
     
  4. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    How did you install the additional PHP versions?
    What shows
    Code:
    update-alternatives --config php
    update-alternatives --config php-cgi
     
  5. ktownmods

    ktownmods Member HowtoForge Supporter

    I dont think the errors is from the php versions
    in the folder and phpmyadmin the index.php is not there?
    fresh install of phpmyadmin now works
    also updated 2 days or 3 ago ispconfig to 3.1.14 can this cause this errors?

    Code:
    There are 5 choices for the alternative php (providing /usr/bin/php).
    
      Selection    Path             Priority   Status
    ------------------------------------------------------------
      0            /usr/bin/php7.3   73        auto mode
      1            /usr/bin/hhvm     40        manual mode
      2            /usr/bin/php5.6   56        manual mode
      3            /usr/bin/php7.1   71        manual mode
    * 4            /usr/bin/php7.2   72        manual mode
      5            /usr/bin/php7.3   73        manual mode
    Code:
    There are 3 choices for the alternative php-cgi (providing /usr/bin/php-cgi).
    
      Selection    Path                 Priority   Status
    ------------------------------------------------------------
    * 0            /usr/bin/php-cgi7.2   72        auto mode
      1            /usr/bin/php-cgi5.6   56        manual mode
      2            /usr/bin/php-cgi7.1   71        manual mode
      3            /usr/bin/php-cgi7.2   72        manual mode
     

Share This Page