• 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. m3lezZ

    Question plesk login returns DB query failed: SQLSTATE[HY000] [2002]

    Please make a cat on your my.cnf, there you see the path where the logfile is located. PATH LOG was just a placeholder for your path.
  2. m3lezZ

    Question plesk login returns DB query failed: SQLSTATE[HY000] [2002]

    cat /etc/mysql/my.cnf | grep log_error log_error = PATH LOG Than run tail -n60 PATH LOG
  3. m3lezZ

    Question plesk login returns DB query failed: SQLSTATE[HY000] [2002]

    If the plesk repair doesent work, please share the log output with us, so we can investiagte for more informations to help you. tail -n60 /var/log/mariadb/mariadb.log
  4. m3lezZ

    Resolved php composer add dependencies not working

    We can mark this as closed, yesterday night we fixed this issue. The Problem was, that there were a wrongsymlink at/usr/bin/ The link was directing to the wring php version so we've got the errorenv: php: No such file or directory However, sometimes occurs an unexpected error with some PHP...
  5. m3lezZ

    Resolved php composer add dependencies not working

    Hello, i searched for a solution in my test-environment.. i was able to install composer fot different php-versions but this would not help you out. To your error-message. Looks like the libary-file of composer is missing. In the documentory of composer is discryped how you can setup one...
  6. m3lezZ

    Resolved php composer add dependencies not working

    Hello, thanks for the detailed feedback. While using plesk the path to composer is at an 64-BIt architecture: /usr/lib64/plesk-9.0/composer.phar From this you can run composer to different php-versions. For example: Composer install with php7.3: /opt/plesk/php/7.3/bin/php...
  7. m3lezZ

    Resolved php composer add dependencies not working

    Have you tried to install composer via CLI? Have a look here More additional information for composer with plesk you can get here
  8. m3lezZ

    Question Dr Web: drwebmng failed

    Hello, I had the same problem, the following solution worked fine for me with plesk onyx: First check if TLS-Versions are enabled: grep ssl_protocols /etc/sw-cp-server/conf.d/ssl.conf Make sure that TLSv1 is enabled. After this I found that the /etc/sw-cp-server/conf.d/ssl.conf contains custom...
  9. m3lezZ

    Resolved Hourly backup with Google Drive Backup

    Hello, yes it's possible: One solution would be with the Acronis Backup extension in Plesk or you do it with an scheduled task that runs every hour. An manuel for it you can find here: How to create hourly backups in Plesk If you have any further questions, let me know.
  10. m3lezZ

    Resolved Hourly backup with Google Drive Backup

    Hello, habe a look here: Multiple backup rules or more options
  11. m3lezZ

    Resolved Configuration of multi-level subdomains

    Basically it was all * .domain.tld refer to the system and are not created in Plesk via a "default .htaccess" to forward a page, so you would not have to create all "wildcard subdomains" in Plesk , Thanks @Peter Debik , your answer helped me. Looks like there is no way to fix this without...
  12. m3lezZ

    Resolved Backup error via FTP

    Regenerate the backup sign key using below command: /usr/local/psa/admin/sbin/backup_sign --generate
  13. m3lezZ

    Resolved Configuration of multi-level subdomains

    Can you tell me a tip or a guide to configure this most skillful? I have a relatively large number of subdomains on my system I would not like to create every single domain. For example, a way to define a default directory for unconfigured domains? Then you could pass on the .htaccess...
  14. m3lezZ

    Resolved Set default php-version for command line

    Check php-version with: php -v List the php handlers /usr/local/psa/admin/bin/php_handlers_control --list Find the default php binary which php Backup the php, php-cgi and php-fpm binaries. mv /usr/bin/php /usr/bin/php.backup mv /usr/bin/php-cgi /usr/bin/php-cgi.backup mv /sbin/php-fpm...
  15. m3lezZ

    Resolved I can't start Docker

    Have you checked the permissions in the Install-path of docker?
  16. m3lezZ

    Resolved I can't start Docker

    Mh looks like permission failure, guess that in the pleskdb regarding the with the custom view for admin something is wrong. Please execute: plesk repair db -y
  17. m3lezZ

    Resolved I can't start Docker

    Could you please check: Error-Log: /var/log/sw-cp-server/error_log and /var/log/sw-cp-server/sw-engine.log Panel log: /var/log/plesk/panel.log And paste the output here?
  18. m3lezZ

    Resolved I can't start Docker

    Please connect via ssh plesk bin extension --uninstall docker After this install docker again plesk bin extension --install docker
  19. m3lezZ

    Resolved IP Address Banning (Fail2Ban)

    The fact that there is no option to enable jails is that Fail2Ban is currently switched off in Plesk. To enable Fail2Ban and jails perform the following steps: In Plesk go to Tools & Settings > IP Address Banning (Fail2Ban) > Settings tab and click Enable intrusion detection . Click OK to...
  20. m3lezZ

    Question Exclude Files Drweb

    Hello Friends, Is it possible to exclude certain file types from the DrWeb scan? I found this: Resolved - Drweb to omit scanning of certain file type But the files types for me are not listed there. Best regards,
Back
Top