• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. Strangelove

    Question Failed to start MariaDB 10 database server

    It's expected and it's needed to follow all the article's steps. Dumped databases need to be restored after the MariaDB was re-initialized.
  2. Strangelove

    Question Failed to start MariaDB 10 database server

    Looks like time for https://support.plesk.com/hc/en-us/articles/12377798484375 then
  3. Strangelove

    Question Failed to start MariaDB 10 database server

    and in /var/log/mysql/error.log ?
  4. Strangelove

    Question Failed to start MariaDB 10 database server

    what's is in the output? # journalctl -u mariadb
  5. Strangelove

    Question Folder Protection and Files

    Hi, A bug was fixed in Plesk 18.0.52, for more information you can refer to the article: https://support.plesk.com/hc/en-us/articles/13499309025687 You can update Plesk or use w/a from the article to resolve that
  6. Strangelove

    Resolved PHP Fatal error: Allowed memory size exhausted

    Yes, increasing memory_limit in PHP Settings on domain level will help. However, make sure there is no .user.ini or .htaccess that will override that.
  7. Strangelove

    Issue Trying to move to Alma but cant upgrade from 8.2 to 8.5

    A deprecated repository is enabled. You will need to disable the plesk.repo in /etc/yum.repos.d/
  8. Strangelove

    Resolved Unable to access Plesk due to disk capacity exceeded.

    >> There's nothing I can do now. Well, you can free up some disk space by removing the files/logs you no longer require via SSH. I'd start with locating large log files, for example: # find /var/log -type f -size +100M Treat that as an example, which might be or not relevant in your case.
  9. Strangelove

    Forwarded to devs [Export lists to CSV extension] It's no longer possible to export the list of domains from the Domains page

    Filed as a Plesk bug - EXTPLESK-4467 In the meanwhile you can use a script as a w/a for Linux: #!/bin/bash MYSQL_PASSWORD=`cat /etc/psa/.psa.shadow` PATH=/sbin:/bin:/usr/sbin:/usr/bin function mysqlExec(){ MYSQL_PWD=$MYSQL_PASSWORD mysql -Ns -uadmin -D psa -e "$@" }...
  10. Strangelove

    Input Standard .svg file not accepted as favicon file, workaround: place it into directory directly

    Now registered as a bug PPPM-13928 In the meanwhile, the xml:space attribute can be removed from the svg files for example, with sed: # sed -i 's/ xml:space.*">/>/' samples-svgrepo-com-min.svg
  11. Strangelove

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    It means the records in psa.module_watchdog_report containing the names of a missing files are already removed and no action is required.
  12. Strangelove

    Resolved REST API: Unable to retrieve all databases via databases endpoint

    @Kaspar Pardon the confusion. In 18.0.51
  13. Strangelove

    Resolved REST API: Unable to retrieve all databases via databases endpoint

    Hello, @Kaspar This was resolved in scope of 18.0.50.2
  14. Strangelove

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    @RPD Yes, that's exactly what is requested within the registered bug. Check should be handled internally to avoid throwing exceptions.
  15. Strangelove

    Resolved PHP Warning: unlink(/usr/local/psa/var/modules/watchdog/report/security_2022-01-31): No such file or directory

    Hi, it checks for the existing files by fetching the filenames from psa.module_watchdog_report table. Technically, those records are removed automatically after the query was run and you've got the warning, so it shouldn't reoccur. However, in case you've restored the psa DB from dump or...
  16. Strangelove

    Issue All Domains Apache2/Error 500

    Does the socket actually exist? # ls -lash /var/www/vhosts/system/my-forum.net/php-fpm.sock
  17. Strangelove

    Question hello Plesk setting

    Hi, Select other than "All domains and subdomains that resolve to the server IP address but are not used for hosting" at Tools & Settings > Customize Plesk URL
  18. Strangelove

    Resolved Update Ubuntu 16.04.7 on Plesk Obsidian 18.0.34

    Hi, Mind that this will completely erase the server's drive and reinstall the OS from scratch, meaning that the Plesk panel, it's content. The OS and the server would be initialized from scratch. If you feel confident, you can perform a dist-upgrade(make sure to make a server backup in Plesk...
  19. Strangelove

    Question panel under two different domains

    That can also be achieved via the Lets Encrypt extension after creating the domain and required aliases, then issuing a certificate that includes the required FQDNs and assigning it to the panel via T&S > SSL/TLS certs: How to use different SSL certificates for Plesk UI (over port 8443)...
Back
Top