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

    RSS-Feed for Plesk 12 Updates

    Ok, thx for the info.
  2. L

    RSS-Feed for Plesk 12 Updates

    Hi, I have used this feed to get notified of new microupdates for Plesk 11 as I want to install MUs manually: http://urn.swp.webapp.parallels.com/rss/?p=PLESK Up until now, there has been no news about the Plesk 12 MUs and I couldn´t find another feed. @Parallels: Is there another...
  3. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    Parallels told me a "temporary workaround with adding /dev/shm into /etc/fstab" and running bootstrapper-repair, while the provider has not upgraded the VZ OS template. I used this to fix my hosts: echo "none /dev/shm tmpfs rw,nosuid,nodev 0 0" >> /etc/fstab && \ mount /dev/shm && \...
  4. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    I´ve got the information from our provider that the problem is already known and is being researched by the provider and Parallels.
  5. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    It is a virtual machine but I don´t know if our provider runs Virtuozzo. Will be checked with the provider. Problem stems from a Parallels workaround that we were told to use to fix xinetd being stopped by automatic micro-updates. That script automatically updated Plesk to version 12, which we...
  6. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    Same here. Problem exists with all my three Ubuntu Lucid installations, so I guess it might be a general problem.
  7. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    # locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8"...
  8. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    # /usr/local/psa/bin/sw-engine-pleskrun webserver_configuration_checker.php [2014-05-22 09:43:07][INFO] ==> Installed Plesk version/build: 12.0.18 Ubuntu 10.04 1200140513.16 [2014-05-22 09:43:07][INFO] ==> Detect system configuration [2014-05-22 09:43:07][INFO] OS: Ubuntu 10.04.4 LTS \n...
  9. L

    Upgrade to plesk 12. Now cannot login - ERROR: Exception Function not implemented

    Same problem here with Ubuntu Lucid. Problem does not exist with Ubuntu Precise. from /var/log/plesk/panel.log: [2014-05-22 09:14:20] ERR [panel] Function not implemented: 0: Hierarchical.php:105 LockManagerClient->__construct() 1: Hierarchical.php:105...
  10. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    Thanks for the info which is better of course. But then you should defnitely change your own knowledge base entry. edit: seems like it is necessary to replace "/etc/psa/psa.conf" with "/etc/psa/psa.conf.default" as there are more differences.
  11. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    Problem when trying to add a new subscription after the upgrade: Internal error: Cannot load library: /usr/lib/libmysqlserver.so.2 Solution, see http://kb.parallels.com/en/120426: ln -s /usr/lib/x86_64-linux-gnu/libmysqlserver.so.2 /usr/lib/libmysqlserver.so.2; \ ln -s...
  12. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    Workaround: - Remove the old package while ignoring dependencies dpkg --ignore-depends=sw-engine -r sw-engine - Insert the Parallels-Repository (normally done temporarly by autoinstaller) cat <<EOF >> /etc/apt/sources.list deb http://autoinstall.plesk.com/debian/PSA_11.5.30 wheezy all deb...
  13. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    Next problem on a 64-bit system: sw-engine is not updated to the Debian 7 version. I think the problem stems from the used scheme for the version number: 2.9.8-201308011003.debian60 2.9.8-201308011000.debian70 As "debian70" comes after the build number and the build number for Debian 6 (...003)...
  14. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    Another problem when upgrading Plesk: Failed loading /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so: /usr/lib/php5/20090626+lfs/ioncube_loader_lin_5.3.so: undefined symbol: php_body_write Proposed solution before upgrading Plesk or after having executed "apt-get dist-upgrade"...
  15. L

    PLESK PANEL OUT after upgrading from 11.5.30 Update #7 to 11.5.30 Update #10

    Sorry for digging out this old thread, but I experienced the same error and the best solution was: dpkg-reconfigure php5-ioncube-loader This deletes "/etc/php5/conf.d/00-ioncube-loader-5.3.ini" and creates "/etc/php5/conf.d/00-ioncube-loader-5.4.ini" with adapted content.
  16. L

    Upgrade to Debian Wheezy: odbcinst1debian2 : Breaks: libmyodbc

    To everyone who is trying to upgrade Debian Squeeze to Wheezy as it will reach end-of-life soon. I got this error when preparing the update: # apt-get dist-upgrade --download-only Calculating upgrade... Failed The following packages have unmet dependencies: odbcinst1debian2 : Breaks...
  17. L

    Firewall might disable itself after updating to Plesk 11.5

    Yes, I have already submitted it (see first post).
  18. L

    Log IP-Addresses in authpsa error messages

    Hi, I´ve got a lot of error messages like this from someone who is trying out email logins: Nov 19 18:24:59 host courier-authdaemon: authpsa: short mail addresses are not allowed, got 'brett' I´ve got fail2ban running but I would need the IP address to be able to block that someone. Is...
  19. L

    After update to Plesk 11.5 backup doesn´t cope with German umlauts anymore

    Has been fixed: http://kb.parallels.com/118885
  20. L

    Firewall might disable itself after updating to Plesk 11.5

    I think you don´t understand the problem. How would restarting the firewall apply "bad firewall policy" if nothing had been changed!? The rules are ok, I (for whatever reason) restart the firewall and boom, the firewall is automagically disabled when it should be running. And you think this is...
Back
Top