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

    PDO EXception error

    Like in the case in this example http://stackoverflow.com/questions/6679770/zf-invalid-parameter-number-no-parameters-were-bound-error It is typically because the value you are passing into the function as a parameter has no value.
  2. A

    Limits for the resource type max_dom cannot be set

    Hi Paul, Thanks for your reply. This is a Customer - the intention was to use max_dom to set the max domains that the customer can have. The thinking was (assuming max_dom is truely for that purpose - the documentation is little hazy on that) that this should work for both Customers and...
  3. A

    Limits for the resource type max_dom cannot be set

    I hope not, we have an unlimited license.
  4. A

    Limits for the resource type max_dom cannot be set

    Hello, I was wondering why I would get this error when creating a subscription for a customer using the API. <?xml version="1.0" encoding="UTF-8"?> <packet version="1.6.3.5"> <webspace> <add> <result> <status>error</status> <errcode>2308</errcode>...
  5. A

    SMTP mail send limit

    Your MTA (mail server) can and most probably does limit. For example smartermail has some defaults on messages per day and per hour that are per mailbox that can be set, Im sure MailEnable and all the other ones do as well.
  6. A

    Dedicated IIS Application Pool for each domain/subdomain

    So to try the new user method (keep in mind this may not be supported and may be a security risk depending on your setup) you would create a new windows group, add in both of the users that run the web sites in IIS, give the group the amount of permissions needed (start with read, then add...
  7. A

    Dedicated IIS Application Pool for each domain/subdomain

    Yeah that would be a problem if your trying to share files. One other thing you can do is create a new group, add both users and grant permissions to that group on both web file locations, but it may just be easier to manually create a new app pool and set the domain/sub to use it.
  8. A

    AppVault empty

    Hi, I just installed P11 and the AppVault is empty - how do I tell it to download all the apps from the aps catalog like I can do in linux? Is there a command line alternative for it as well? for example in linux you would do and it would download the top 50 apps and updates and all...
  9. A

    smatermail upgrade via plesk panel

    Binesh I dont think that Plesk itself will update SmarterMail for you, but its very easy - I just did one last week in our lab. Just go to the smarter tools website, download the version, and then run the MSI and it will update the mail server for you.
  10. A

    OS Support

    i would make the assumption that if its not listed it may still work but would not be supported. If you are trying it out in a lab environment I would love to know the answer myself :)
  11. A

    Dedicated IIS Application Pool for each domain/subdomain

    With plesk settings it looks like you would have to place the additional domains into a new subscription. You could always do it manually in IIS though, just create a new app pool clone of the existing one its in and then change the site in IIS to use it.
  12. A

    System logs

    I dont even have a HKLM\SOFTWARE\Plesk key node, are there supposed to be a bunch of keys that Plesk installs there and didnt?
  13. A

    Plesk & Smartermail on differnet servers

    Plesk is hoping to get this to work in the initial launch of Plesk Automation, but it wont be in the Plesk server itself, it will be in that new product. http://www.parallels.com/products/plesk-automation/
  14. A

    psa-appvault-gtchat

    well its not so much that they miss files, but some times some mail settings are missed, or server settings are slightly different between the target and source servers, dbs are brought over but not added into the panel so the customer cant see them in the webadmin, the panel doesn't say that...
  15. A

    psa-appvault-gtchat

    I've had some of the same experience, migration manager always seems to miss something on a few domains, if you have time check them all but I would let your customers know that they should validate everything works too as they have a better idea of what was working before the migration too :)
  16. A

    Upgrade plesk for Linux 9.5.2 to 10.1.0 failed on openSuse11.1

    Please try this: http://kb.parallels.com/en/9276 Note your directory may be slightly different if you have a different version of the bootstrapper, my system has 3 or 4 of them as well.
  17. A

    Plesk autoinstaller error

    make sure that you have good dns resolvers in your /etc/resolv.conf file and they can resolve the name. Otherwise you may need to update the nameservers there to add in different ones. You dont want to keep the item in your host file because it tends to change.
  18. A

    Update problems / Can't reach http://autoinstall.plesk.com

    make sure that you have good dns resolvers in your /etc/resolv.conf file and they can resolve the name. Otherwise you may need to update the nameservers there to add in different ones. You dont want to keep the item in your host file because it tends to change.
  19. A

    mcrypt extension

    NO, it looks like your yum didnt check Atomic. Check /etc/yum.repos.d/atomic.repo and make sure that enabled = 1 is set. It should look something like this # cat /etc/yum.repos.d/atomic.repo # Name: Atomic Rocket Turtle RPM Repository for CentOS / Red Hat Enterprise Linux 5 - # URL...
  20. A

    When I open File Manager, I get "Operation failed" error.

    can you login to FTP with that user? The password doesnt have a space or something at the end of it right? maybe try and update the sql password manually to what you have reset the password to? Something like this maybe? "%plesk_bin%"\dbclient --direct-sql --sql="update a Set...
Back
Top