• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Recent content by kriteodoro

  1. 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...
  2. 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...
  3. 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...
  4. 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