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

Search results

  1. P

    Subdomain problem Internal error: is out of webspace

    that did the trick: I did run # /usr/local/psa/admin/sbin/mchk --with-spam then: [root@/]# /usr/local/psa/bin/domain -r sub.domain.tld SUCCESS: Removal of 'sub.domain.tld' completed. I also tried to create a new subdomain and remove it again and it worked fine. thank you Igor
  2. P

    Subdomain problem Internal error: is out of webspace

    also running # /usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=sub.domain.tld or # /usr/local/psa/admin/sbin/httpdmng --reconfigure-domain sub.domain.tld doesn't produce any output but also they doesn't help at all.
  3. P

    Subdomain problem Internal error: is out of webspace

    Hello Igor, I do run these: Run the following query to identify the inconsistencies: mysql> SELECT id,name FROM domains WHERE htype='vrt_hst' AND id NOT IN (SELECT dom_id FROM hosting); Run another query to fix them: mysql> UPDATE domains SET htype='none' WHERE htype='vrt_hst' AND id...
  4. P

    Subdomain problem Internal error: is out of webspace

    the server has olny 2% of HD used. pay attention to this: there is a subdomain that has no directory setup for it's files in plesk it shows as: sub.domain.tld Website at (its blank) istead of sub.domain.tld Website at (httpdocs) or (folder1) (I know that the error message looks...
  5. P

    Subdomain problem Internal error: is out of webspace

    In a customer's Plesk (11.0.9) there is a subdomain that has no directory setup for it's files in plesk it shows as: sub.domain.tld Website at (its blank) istead of sub.domain.tld Website at (httpdocs) or (folder1) When I press to manage its hosting options...
  6. P

    Plesk not working ERROR: Service_Agent_Exception

    I did try that, it didn't help at all. finally I did upgrade Plesk and reboot the server and afterward everything was ok.
  7. P

    Cannot install Web Application - not suitable php version

    Thank you very much IgorG that worked great.
  8. P

    Cannot install Web Application - not suitable php version

    Thank you IgorG but this article is for Linux and I'm on the windows plesk thread: APPLIES TO: Parallels Plesk Panel 10.x for Linux Parallels Plesk Panel 9.x for Linux/Unix
  9. P

    Cannot install Web Application - not suitable php version

    Hello, when I try to install an application like wordpress to any domain I get the error: "Your PHP version (4.4.7) is not suitable for the application" the problem is that: 1.all the domains have php 5 with fastcgi setup at Web Hosting Settings 2.when I load a php file with <...
  10. P

    Plesk not working ERROR: Service_Agent_Exception

    When I try to login to Plesk I see the above: ERROR: Service_Agent_Exception Up Level Unable to read components configuration from the service node: packagemng: Unable to set UID or GID: Resource temporarily unavailable System error 11: Resource temporarily unavailable 0: Unix.php:340...
  11. P

    Cannot upgrade php to 5.3

    Hello, while trying to upgrade php to 5.3 I get the following errors: Gathering information about installed license key... Retrieving information about the installed packages... File downloading PSA_9.5.4/dist-rpm-CentOS-5-x86_64/build-9.5.4-cos5-x86_64.hdr.gz...
  12. P

    Use fast_cgi instead of apache_module

    Is there any way to deny the client in plesk the ability to change PHP as apache_module and only be able to choose fast_cgi ?
  13. P

    ERROR: Unable to install the "psa-drweb-configurator-9.5.4-cos5.build95101209.08.x86_

    server info: CentOS release 5.8 (Final) 2.6.18-308.1.1.el5 #1 SMP Wed Mar 7 04:16:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux when I run the autoinstaller (downloaded from here http://www.parallels.com/download/plesk9/) I choose: 10. (*) Parallels Plesk Panel 9.5.4 1. (*) Typical...
  14. P

    How to migrate Plesk data manually

    Hello, we have a plesk 9.5 server which for an undisclosed reason is not respoding to ssh or any other access and our DC cannot fix it. We can login via Recover and mount the hard disks into a directory , and so we can find all the Hard Disks data with plesk and all the websites databases...
  15. P

    9.5.4 upgrading to 10.4.4

    thank you IgorG , I will try it. Keep in mind that the Updater from inside Plesk gave (you know with the GUI) gave me the same error with the console one.
  16. P

    9.5.4 upgrading to 10.4.4

    I did run "/usr/local/psa/admin/sbin/autoinstaller"
  17. P

    9.5.4 upgrading to 10.4.4

    Well its self explenatory: The following product versions are available: 1. Parallels Plesk Panel 2. (*) Parallels Plesk Panel 10.4.4 3. ( ) Parallels Plesk Panel 10.3.1 4. ( ) Parallels Plesk Panel 10.3.0 5. ( ) Parallels Plesk Panel 10.2.0 6. ( ) Parallels Plesk Panel...
  18. P

    /usr/local/psa/tmp taking 18GB !!!!

    I dont understand why a tmp folder would take so much disc space [root@vps tmp]# du -sh /usr/local/psa/tmp 18G /usr/local/psa/tmp is it safe to delete everything inside the /usr/local/psa/tmp directory ?
  19. P

    qmail-queue-handlers problem SMTP is not working

    running root /# /usr/local/psa/admin/sbin/mchk --with-spam after the installation of postfix did the trick. now smpt outgoing emails are working again.
  20. P

    qmail-queue-handlers problem SMTP is not working

    I;ve changed to Postfix and when I do make a smtp connection I get the error (in the log file) Apr 28 13:30:50 ns1 /usr/lib64/plesk-9.0/psa-pc-remote[17494]: mkstemp(/usr/local/psa/handlers/spool/mlfi.96VzII) failed: Permission denied
Back
Top