phpmyadmin and roundcube issue after upgrading to Ubuntu 22.04

Discussion in 'Installation/Configuration' started by Fafa24, Mar 20, 2024.

  1. Fafa24

    Fafa24 Member

    Hi,
    I upgraded from Ubuntu 20.04 to 22.04. The upgrade went fine except for phpmyadmin and roundcube. When I try to reach both URLs, I get a 404 error.

    My ISPconfig dashboard works, websites are online, and email is flowing. ISPconfig shows all services are online

    During the Ubuntu upgrade, I got a message

    "configuring phpmyadmin - getting a question "since I'm removing phpmyadmin...." If I want to deconfigure phpmyadmin with dbconfig.common"
    I answered YES and thought to reinstall phpmyadmin later, as suggested in

    https://www.howtoforge.com/update-the-ispconfig-perfect-server-from-ubuntu-20-04-to-ubuntu-22-04/

    The error message I see when running sudo apt install phpmyadmin is

    Can you help with phpmyadmin and I'm not sure what the problem with roundcube is

    Thanks,!
     
  2. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Try moving /usr/share/phpmyadmin to /usr/share/phpmyadmin-bak and then re-installing.
     
  3. Fafa24

    Fafa24 Member

    Thank you!
    Renaming and reinstalling worked!!

    Do you have an idea to get Roundcube working again? I'm getting a 404 page.

    Thanks!
     
  4. Fafa24

    Fafa24 Member

    Sorry the error I'm getting is a 403 error - Looks like a permission
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    Take a look at the nginx or apache error.log
     
  6. Fafa24

    Fafa24 Member

    Roundcube is working now!!
    The trick was change dir of a "Directory" directive, from:
    <Directory /var/lib/roundcube/public_html/>
    to:
    <Directory /var/lib/roundcube/>
    like it was on my old server.

    then I reloaded apache2 service with
    systemctl reload apache2
     
    ahrasis and Th0m like this.

Share This Page