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

Recent content by TarasS

  1. TarasS

    Solved: CentOs 6.6 Yum update error plesk-php54-imagick-3.1.2-centos6.15081011.x86_64...

    Thanks for advice, @UFHH01 This problem was fixed by installing: ImageMagick-6.7.2.7-2 and ImageMagick-devel-6.7.2.7-2 from ftp://fr2.rpmfind.net/linux/centos/6.7/os/x86_64/Packages/ . # rpm -Uvh ImageMagick-6.7.2.7-2.el6.x86_64.rpm # rpm -Uvh ImageMagick-devel-6.7.2.7-2.el6.x86_64.rpm Then...
  2. TarasS

    Solved: CentOs 6.6 Yum update error plesk-php54-imagick-3.1.2-centos6.15081011.x86_64...

    I have noticed problems with update on one of my server with CentOS 6.6 Please, advice me how can I get fixed this issue. Detailed log at: https://_IP_address_:8443/admin/update/log/id/4a0fe0a3-743a-1419-c585-c27032b66052 Execution failed. Command: autoinstaller Arguments: Array ( [0] =>...
  3. TarasS

    Debian 7 errors related to Kaspersky Antivirus startup script kavehost

    Thank you, @IgorG, I've read wiki recommendations and changed init script /etc/init.d/kavehost header (added lines): #!/bin/sh ### BEGIN INIT INFO # Provides: kavehost # Required-Start: $local_fs $remote_fs $network $syslog # Required-Stop: $local_fs $remote_fs $network $syslog #...
  4. TarasS

    Debian 7 errors related to Kaspersky Antivirus startup script kavehost

    I have Plesk 12 panel on Debian 7 server. When I try to add service to auto start using command: # update-rc.d nginx defaults update-rc.d: using dependency based boot sequencing I got error: insserv: warning: script 'kavehost' missing LSB tags and overrides # Does anybody knows how can it be...
  5. TarasS

    MySQL 5.7 downgrade to 5.5

    Yes, it is possible. I did it. Lessons I've learned: 1. Make backups. 2. Verify your backups are good. 3. Stay calm even if everything seems to be broken for ever. 4. Ask questions if you can't find answers by yourself. Related forum post...
  6. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    UFHH01, Thank you for useful advice. I've finally solved my problems with Plesk panel. It is now working fine.
  7. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    What should I do next?
  8. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    I've also tried to run: # /usr/local/psa/bootstrapper/pp12.0.18-bootstrapper/bootstrapper.sh repair It gives me the following error log: START Bootstrapper 12.0.18 repair AT Thu May 21 12:40:13 UTC 2015 **** Product repair started. ===> Checking for previous installation ... found. Started...
  9. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    When I go to login page: https://my-server-ip.com:8443/login_up.php3 I can log in but i see: https://my-server-ip.com:8443/smb/ 502 Bad Gateway error instead of control panel. Each time I try to log in I see messages in error log /var/log/sw-cp-server/error_log like below: 2015/05/21 12:46:14...
  10. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    Thank you for your answer, @UFHH01, pdo_mysql was missing in my version of /usr/local/psa/admin/conf/php.ini configuration file. I have found it using command # ps ax | grep mysql.sock | grep -v grep 17374 pts/11 Sl 2:55 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql...
  11. TarasS

    Plesk 12 DB error Zend_Db_Adapter_Exception

    When I go to Plesk control panel I see the following error message: ERROR: Zend_Db_Adapter_Exception: SQLSTATE[HY000] [2002] Permission denied (Abstract.php:147) Search for related Knowledge Base articles Do you have any ideas how to fix this problem? I haven't found valuable answers on KB...
  12. TarasS

    MySQL 5.7 downgrade to 5.5

    I've tried to downgrade MySQL 5.7 to 5.5. I do not have backup of Plesk users and databases for MySQL 5.5. I can't restore psa database from backups made for MySQL 5.7 because of errors. Can I reinstall Plesk 12 with empty database to use it on installed MySQL server 5.5?
  13. TarasS

    Error installing Nginx Debian7

    I've solved this problem using commands: # mv -fv /etc/init.d/monit /root/backup/ # update-rc.d -f monit remove # apt-get remove monit And then I was able to run Plesk installer normally # ./parallels_installer I've installed both Nginx + PHP-FPM normally.
  14. TarasS

    Error installing Nginx Debian7

    I'm getting error while trying to install Nginx on Debian version 7.8 Installing packages Reading package lists... Building dependency tree... Reading state information... php5-fpm is already the newest version. psa-kav8:i386 is already the newest version. The following packages were...
  15. TarasS

    Solved: Can`t install Plesk version 12.0.18 on CentOS 6.6

    Thank you, @pleskpanel, I have solved my problems with yum config /etc/yum.conf I have removed from exclude=*.i?86 pattern. I have updated MySQL and UnixODBC packages as per instructions from http://dev.mysql.com/.../en/linux-installation-yum-repo.html Then installation has been completed normally.
Back
Top