• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. sweetp

    Resolved Rails 6.1 fails to start

    this was a config issue with my app. all is good now
  2. sweetp

    Resolved Rails 6.1 fails to start

    I have a functioning rails 6.0.3.4 app on Ubuntu 18.0.4, but updating the Gemfile to: gem "rails", "6.1.0" causes the app to fail to start when running bundle install via Plesk
  3. sweetp

    Issue SMTPUTF8 is required, but was not offered by host

    Ive also been caught out by this. +1 for an Plesk solution
  4. sweetp

    Issue DNS SSL Let's Encrypt problem

    I’m also looking for a solution...
  5. sweetp

    Resolved Spamassasin with DNSBL, avoiding URIBL_BLOCKED

    nice and simple fix, thanks!
  6. sweetp

    Forwarded to devs display error on Safari 13.0.3/Plesk Obsidian

    thanks for the quick fix, its working as it should in Plesk Obsidian 18.0.21
  7. sweetp

    Resolved display error on Safari 13.0.3/Plesk Obsidian

    Ive just updated to Plesk Obsidian 18.0.21, and its fixed. :)
  8. sweetp

    Resolved display error on Safari 13.0.3/Plesk Obsidian

    done, display error on Safari 13.0.3/Plesk Obsidian thanks
  9. sweetp

    Forwarded to devs display error on Safari 13.0.3/Plesk Obsidian

    TITLE: display error on Safari 13.0.3/Plesk Obsidian PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Obsidian 18.0.20 update #2, Ubuntu 18.0.4 PROBLEM DESCRIPTION: there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2 you can see the problem in the...
  10. sweetp

    Resolved display error on Safari 13.0.3/Plesk Obsidian

    there is a display bug on macOS Catalina 10.5.1/Safari 13.0.3/Obsidian 18.0.20 update #2 you can see the problem in the following image: Plesk Obsidian css render error on macOS Safari 13.0.3 it is easily fixed with the following css: (commenting out "display: flex;") .pul-preview-panel {...
  11. sweetp

    Question How can I update SpamAssasin version for Plesk

    I just updated from 3.4 to 3.4.2 on CentOS 7 by modifying the instructions from @IgorG slightly: Updating to SpamAssassin 3.4.2 on Plesk Onyx running on Centos 7 · DevGypsy
  12. sweetp

    Issue /usr/bin/env: node: No such file or directory

    This seemed to work just fine for me: nvm install v10.15.0 cp -R ~/.nvm/versions/node/v10.15.0/ /opt/plesk/node/ plesk sbin nodemng register /opt/plesk/node/v10.15.0/bin/node I ran NPM Install, on the app and restarted it (it was previously running just fine on node v9.10.1
  13. sweetp

    Resolved Cron and mysqlcheck

    So it was actually a pretty simple solution. I was adding the task on a specific webspace. When I re-aded the task in Tools & Settings > Scheduled Tasks as a root user, it ran just fine. :oops:
  14. sweetp

    Resolved Cron and mysqlcheck

    I want to set a Cron job to optimise all my databases, so i tried running this command from a Scheduled Task: mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow` --auto-repair --optimize --verbose --all-databases But it always throws an error: Task "mysqlcheck -uadmin -p`cat /etc/psa/.psa.shadow`...
  15. sweetp

    Question symlink to subdomain

    so I am running a rails app on a subdomain which i would like to access from a folder in the root directory: mydomain.com/store --> store.mydomain.com how can i configure this? ive tried a symlink but get a forbidden error in apache
  16. sweetp

    Question install Rails app in subdirectory?

    Hey guys, I am wanting to install a Ruby on Rails app in a subdirectory of my domain, but don't see a way to achieve this through the UI? I can install the app just fine, and I have it configured in the envioronment.rb file to run on the subdirectory: mydomain.com/store and this works great...
Back
Top