• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Recent content by kriteodoro

  1. K

    Resolved ImageMagick 6.9.13-25 breaks PDF reading

    I would also try installing a previous working version from the repository. Maybe even via a manual build or an alternative RPM, just to check if it's definitely a bug.
  2. K

    Question Offer Webspace for Students - Where to start

    There's nothing to apologize for. This happens to everyone.
  3. K

    Question Python Hangman Game Program Error

    Hi gulshan! I have thought on your issue and, I hope my help will be still useful, detected that this code would solve the problem: import random def select_word(): words = ['magazine', 'stars', 'computer', 'python', 'organization'] return random.choice(words) def is_guessed(word...
  4. K

    Issue Cannot import Export Database in plesk windows

    The cause can be a permissions issue on the folder 'C:\Program Files (x86)\Plesk\PrivateTemp'. The Plesk service account does not have the necessary permissions to create the backup file in this folder. You will need to grant the Plesk service account full control to the 'C:\Program Files...
  5. K

    Question Can't Delete Any Extension

    I bet there are two possible reasons why you can't delete any extensions: Administrator restrictions: If you are using a work or school computer, it's possible that your administrator has restricted your ability to delete extensions. In this case, you would need to contact your administrator...
  6. K

    Question Configuring Plesk with a Reverse Proxy and Cloudflare

    I suggest checking that the reverse proxy server can communicate with the Plesk server and that the reverse proxy configuration is correct. You have to make sure that the Plesk server is configured to accept connections from the reverse proxy server and that the Cloudflare DNS records are...
Back
Top