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,!
Thank you! Renaming and reinstalling worked!! Do you have an idea to get Roundcube working again? I'm getting a 404 page. Thanks!
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