• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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