• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Search results

  1. M

    Resolved Mariadb not working - DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    Does this article help? https://support.plesk.com/hc/en-us/articles/12377560870935-Unable-to-start-MySQL-MariaDB-after-upgrading-it-on-a-Plesk-for-Linux-server-Unknown-unsupported-storage-engine-InnoDB
  2. M

    Resolved Mariadb not working - DB query failed: SQLSTATE[HY000] [2002] No such file or directory

    You can still get access to Plesk Support. It's free for the first month: https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk
  3. M

    Issue Cannot bring http3 to domains.

    Can you please contact Plesk Support? This needs to be investigated directly on your server. Plesk Support is free for the first month, so be sure to cancel it on time: https://support.plesk.com/hc/en-us/articles/12388090147095-How-to-get-support-directly-from-Plesk
  4. M

    Issue Cannot bring http3 to domains.

    I was expecting something like this from netcat: "Ncat: UDP packet sent successfully"
  5. M

    Issue Cannot bring http3 to domains.

    I suggest testing if the server is listening on UDP port 443 using the netcat command: # nc -vuzw 3 server2.domain.com 443 You may have to install that command if it's not available.
  6. M

    Issue Cannot bring http3 to domains.

    Can you check if Nginx has the --with-http_v3_module compiler flag enabled? # nginx -V
  7. M

    Issue Cannot bring http3 to domains.

    Does your hosting provider have a firewall in front of your server?
  8. M

    Resolved Hide domains, subscriptions, service plans numbers in the plesk menu. How?

    Add this to the panel.ini: [navigation] showStatisticsInMenu = false
  9. M

    Issue with Connection Info slider preventing saving of system user credentials

    You posted the screenshot of the "Subscription -> FTP -> FTP user" screen. I was talking about the "Subscription -> Connection info" screen. That slides from the left onto the screen. I guess the Firefox autofill changes something in the DOM so that the onClick event of the green [x] closes the...
  10. M

    Issue with Connection Info slider preventing saving of system user credentials

    You're right ;-) When I disable Firefox's "Autofill logins and passwords," it works correctly. My bad... sorry! However, the issue with the entire pop-up closing, when you click the [x] of the tooltip, remains when Firefox fills in the password. Something is not working as it should. It happens...
  11. M

    Issue with Connection Info slider preventing saving of system user credentials

    Username: TITLE Issue with Connection Info slider preventing saving of system user credentials PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Plesk Obsidian 18.0.58 Update #2 AlmaLinux 8.9 PROBLEM DESCRIPTION When attempting to change the subscription owner's or FTP password within the...
  12. M

    Input Typos in changelog

    Hi, There are a few typos in the changelog: - The date is in the future. - "contract" should be "contact" Sitejet Builder 1.0.6 2 October 2024 Selected values are now again displayed correctly in emails sent after a contract form is submitted.
  13. M

    Resolved MariaDB (10.3.39) how to easily update to a newer and supported version?

    Plesk 18.0.58 has a GUI to upgrade MariaDB. It's still in beta, so make sure you have a backup of your server before using it. https://talk.plesk.com/threads/plesk-obsidian-releases.348675/post-940919
  14. M

    Resolved Changelog with wrong text

    Thanks for the heads up! They fixed it already.
  15. M

    Question pishing No detection

    Try clicking on the "Details" tab. That should give some more insight into this issue.
  16. M

    Question Methods for Complete Servertransfer

    The backup_file.sql is saved in the current directory. To view it, list the files like this: # ls -l
  17. M

    Forwarded to devs Diskspace Usage Viewer loads/shows wrong home directory when having multiple subscriptions

    The source is available, it seems: https://github.com/plesk/ext-diskspace-usage-viewer
  18. M

    run-parts: /etc/cron.daily/pleskupdate exited with return code 1

    It's a known issue. Plesk is in touch with Strato to clarify this problem: https://talk.plesk.com/threads/run-parts-etc-cron-daily-pleskupdate-exited-with-return-code-1.372972/
  19. M

    Issue Upgrading to .NET 5.0 in VPS Obsidian v18.0.55

    Again, I'm not sure if this is what you need and if this is the correct version, but this might help: https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-aspnetcore-8.0.1-windows-hosting-bundle-installer
  20. M

    Issue Upgrading to .NET 5.0 in VPS Obsidian v18.0.55

    I'm not sure if this makes sense because I don't use ASP.NET, but I read on StackOverflow that this can be fixed by installing the "Hosting Bundle": https://stackoverflow.com/questions/65317970/http-error-500-31-failed-to-load-asp-net-core-runtime/66234516#66234516
Back
Top