• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

Log Rotation problem on non phys hosting domains

L

Lonewolf

Guest
When trying to create a non-physically hosted domain I am getting back a "An error occured during domain creation: An error occured while updating log rotation preferences: unable to turn on logrotate because domain does not have physical hosting" error.

Within the script call we are turning log_rotate off, however it appears to still be wanting to turn it on.

Any ideas if there is a global setting trying to always turn it on? or what to do in order to be able to create a std type domain?

Below is the full script call we are sending in:

C:\Progra~1\SWSoft\Plesk\admin\bin\domain.exe -c whip.com -login "newclient0" -python "false" -log_compress "false" -clogin "newclient" -php "false" -asp.net "false" -log_rotate "false" -log_bysize "1024" -passwd "password" -ssl "false" -ip "##.##.##.##" -err_docs "false" -dns "true" -cgi "false" -dom_user "false" -fp "false" -www "false" -ssi "false" -hosting "false" -asp "false" -perl "false" -log_max_num "0" -hard_quota "1" -hst_type "std" -mail_service "false" -target_url "sdx.net" -iis_app_pool "true"
 
Back
Top