[RESOLVED] Phpmyadmin page not accessible

Discussion in 'General' started by Amlil, Aug 28, 2023.

  1. Amlil

    Amlil New Member

    Hello,
    i wanted to change
    PHP-FPM config for Apache2 because phpmyadmin didn't want to keep php 7.4 FPM configuration:
    I made:
    a2disconf php7.4-fpm
    a2enconf php8.0-fpm

    Then i made

    a2disconf php8.0-fpm
    a2enconf php7.4-fpm

    And restart apache et php7.4 service and now i have this errror when i want to go to phpmyadmin page : https://vmi730079.contaboserver.net:8080/phpmyadmin/

    Service Unavailable
    The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.

    I have aldready this problem when i want to open roundcube https://vmi730079.contaboserver.net/webmail/

    Unsupported PHP version. Required PHP >= 5.4 and < 8.0. You might need to manually install the phpX.Y package (for X.Y < 8.0) as well as phpX.Y-{cli,intl,json,mbstring}.

    Thank you for you help.
    regards?





     
  2. pyte

    pyte Well-Known Member HowtoForge Supporter

    Update your phpmyadmin so that it supports PHP8.0.
     
  3. Amlil

    Amlil New Member

    Hello, thank you for your snwer, it's ok now to access to phpmyadmin page when i check https://vmi730079.contaboserver.net/phpmyadmin/ without socket 8080
    Fo roundcube acess i still have the message
    Unsupported PHP version. Required PHP >= 5.4 and < 8.0. You might need to manually install the phpX.Y package (for X.Y < 8.0) as well as phpX.Y-{cli,intl,json,mbstring}.
    Thank you for your help.
    Regards.
     
  4. pyte

    pyte Well-Known Member HowtoForge Supporter

    Upgrade roundecube...
     
  5. Amlil

    Amlil New Member

    ok thank you, how you do it with ispconfig please ? regards.
     
  6. pyte

    pyte Well-Known Member HowtoForge Supporter

    Upgrading Roundcube depends on how you've installed it in the first place. You may want to tell us what OS Version and ISPConfig version you are running.
     
    Amlil likes this.
  7. Amlil

    Amlil New Member

    Hello, i have ispconfig3 and debian11.
    Thank you.
    Regards.
     
  8. pyte

    pyte Well-Known Member HowtoForge Supporter

    Which installation method did you use to install roundcube? ISPConfig3 in which version?
     
    Amlil likes this.
  9. Amlil

    Amlil New Member

    Hello i have apply this solution : https://forum.howtoforge.com/thread...d-php-version-required-php-5-4-and-8-0.87862/ and now it's ok !
    Code:
    a2disconf php8.0-fpm
    a2disconf php8.1-fpm
    a2disconf php8.2-fpm
    systemctl reload apache2
    Access ti website is ok : https://www.esprizen.com/

    I also check php config version :

    Code:
    update-alternatives --config php
    update-alternatives --config php-cgi
    systemctl reload apache2.service
    Just one think, i don't access to phpmyadmin and roudncube with port 8080 but with port 80..
    I hope it will not be a conflict with the next ispconfig update..
     
    Last edited: Aug 28, 2023
    ahrasis likes this.

Share This Page