• 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

    Issue Server Error 500 - Zend_Db_Adapter_Exception

    Run 'mysqlcheck' command to check and fix Plesk database table reported in error message: MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysqlcheck <database name> <table name> --repair -u admin You should also have a look here: Plesk inaccessible: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000]...
  2. m3lezZ

    Postfix error "unix-domain name too long"

    This happent's to at version 17.8. plesk repair mail -y solves this issue. Best regards
  3. m3lezZ

    Question Read write permissions for WordPress backup buddy affected by quota?

    drwxrwxr-x 7 fd_adminnew psacln 4096 Nov 7 00:00 wp-content chmod 766 -R wp-content
  4. m3lezZ

    Question Read write permissions for WordPress backup buddy affected by quota?

    Could you please post the output of: ls -l in the directory? Best regards
  5. m3lezZ

    Question Read write permissions for WordPress backup buddy affected by quota?

    Please try: plesk repair fs YOURDOMAIN.COM -y
  6. m3lezZ

    Question Read write permissions for WordPress backup buddy affected by quota?

    For error message above, you might want to change the folder permission for: /var/www/vhosts/domain.com/httpdocs/wp-content/ Setting File and Directory Access Permissions Did the folder have the right owner ?
  7. m3lezZ

    Question Read write permissions for WordPress backup buddy affected by quota?

    For the permission problem use: plesk repair web YOURDOMAIN.COM -y And for the wordpress-error have a look here.
  8. m3lezZ

    Resolved Update and Upgrade hangsup

    Try: plesk repair all -y than run the installer again. Best regards,...
  9. m3lezZ

    Resolved change postfix vs qmail-->error

    Hello @Remigio, yes the removal while installing another mail-service is normal. Okey, normaly this command should work for debian, please try: apt-get update
  10. m3lezZ

    Issue Problem with updates after upgrade plesk

    Yes of course, but at first create a backup. Just for the worst case.
  11. m3lezZ

    Issue Problem with updates after upgrade plesk

    Have a look at these this: Resolved - The following packages are missing the md5sums control file...
  12. m3lezZ

    Resolved change postfix vs qmail-->error

    plesk repair all -y and you could try: mkdir -p /root/backup-dpkg mv /var/lib/dpkg/info/postfix.* /root/backup-dpkg/ apt-get -f install Afterwards, pls, update/upgrade the rest of your software packages: aptitude upgrade or for centos yum update You somehow messed up your packages on your...
  13. m3lezZ

    Issue Web Server's Default Page

    Clear the browsercache (strg + F5 ) And try: plesk repair all -y
  14. m3lezZ

    Question About mysqld.service in MariaDB

    Edit: /etc/my.cnf Add the following directives under the [mysqld] section or increase the values if these directives are already defined: innodb_buffer_pool_size=1024M query_cache_size=64M Save the changes and close the file. Restart the MySQL service: service mysqld restart I hope this fix...
  15. m3lezZ

    Plesk Guru Program

    Thank you very much guys :-)
  16. m3lezZ

    Question How to renew the Plesk Certifikate

    Is an self-signed certificate a option for you?
  17. m3lezZ

    Question How to renew the Plesk Certifikate

    May you can change the hostname, when you have admin-access? How to change or get a server hostname on Plesk server
  18. m3lezZ

    Issue Cant access plesk panel

    Try to use --skip-lock-tables parameter with mysqldump to skip lock tables, like in the example below: # mysqldump --skip-lock-tables -u<db_user> -p<db_user_password> database_name > /root/database_dump.sql If the step above does not help, check permissions and ownership on table's files in...
  19. m3lezZ

    Question About mysqld.service in MariaDB

    systemctl status mysql ● mariadb.service - MariaDB 10.2.18 database server Loaded: loaded (/usr/lib/systemd/system/mariadb.service; enabled; vendor preset: disabled) CentOS 7 is shipped with MariaDB. MariaDB 10.x version is a drop-in replacement for MySQL 5.5-5.7.
  20. m3lezZ

    Question About mysqld.service in MariaDB

    1) Remove the old repository from /etc/yum.repos.d/Mariadb.repo and add the one according. In this case it would be mariadb 10.2. 2) Once repo is replaced, run the following command: # yum clean metadata This will eliminate cache data. 3) Run this command # yum install MariaDB-server...
Back
Top