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

Recent content by KrunoslavV

  1. K

    List of suspend domains

    select tab.min_id, tab.displayname, Round(tab.velicina/1048576,2) real_size, Round(l.value/1048576,2) kvota from (select min(id) min_id, cl_id,displayname, sum(real_size) velicina from domains d where status=2 group by cl_id) tab, subscriptionproperties sp, limits l, subscriptions sb where...
  2. K

    List of suspend domains

    no good :(
  3. K

    List of suspend domains

    I think I managed to do ######### select domains.id, domains.name as domena, Round(((sum(domains.real_size))/1048576),2) realMB, (select Round((limits.value/1048576),2) from limits left join (domains, subscriptions, subscriptionproperties) on (domains.id=subscriptions.object_id and...
  4. K

    List of suspend domains

    Hello, I need to get a list of suspend domains from mysql. The domains are suspend because they exceeded quota. So far I have done this query: ############# select domains.id, domains.name as domena, Round(((sum(domains.real_size))/1048576),2) realMB, (select...
  5. K

    Parallels Panel Scheduler notification

    Hello, is there a way to change this notification? ######### Parallels Panel Scheduler notification Running task: D:\Program Files (x86)\Parallels\Plesk\admin\bin\php.exe -q -dauto_prepend_file="" -c php.ini "D:\Program Files...
  6. K

    Plesk 11 and DotNetNuke 6.2.5

    Hello, is there a way to install DotNetNuke 6.2.5 in medium trust mode on Plesk11? I tried to modify permission on folder, but only help if i give domain a full trust -- Kruno
Back
Top