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

  1. NateWon

    Question Composer and default PHP version

    I'm having some issues with the version of PHP composer is running on. php -v - shows 7.0.3 Which ultimately isn't needed (Currently its enabled because Magento is faster on that version of PHP than 7.1????). So PHP 7.0 could be removed (Currently the site only supports 7.0 or 7.1). However I...
  2. NateWon

    Issue All Domains Apache2/Error 500

    FastCGI also sidesteps the issue.
  3. NateWon

    Issue All Domains Apache2/Error 500

    Having the same issue, have been requested to rollback the Apache version. Still haven't tested, but will confirm when have this working
  4. NateWon

    Question Plesk for a Development Server

    Hello, Hello, that won't help sorry - the current text editor in Plesk seems to have lost the ability to keep tabs open, and certainly wouldn't be ideal for writing code. Essentially I was hoping to leverage the abilities of Plesk as well as run a full desktop with IDE.
  5. NateWon

    Question Plesk for a Development Server

    Hello, we are looking at improving our processes, and one thing that has come up is the time it takes for us to launch a site in development. Currently this is done on a Ubuntu box, manually added to Apache etc, not a major and not explicitly difficult but does take more time than I think we...
  6. NateWon

    Resolved use php 5.6 plesk 17.8.11

    Thank you, worked well.
  7. NateWon

    Resolved Upgrade issues Onyx -> Obsidian

    Thanks for your response, just seen this now. Can't view the log - not sure if it gets removed on successful completion or not. But has worked so good - but would have been nice to know what the issue was.
  8. NateWon

    Resolved Upgrade issues Onyx -> Obsidian

    After some looking around for a solution, killing the upgrade process and starting then stopped the autoinstaller (before committing to the upgrade), then opening the web interface again its started to work via the web interface. Not sure why but has upgraded successfully and working as...
  9. NateWon

    Resolved Upgrade issues Onyx -> Obsidian

    "Store installation files in directory" isn't the issue - I rebooted the server and was able to enter the value, but its still not downloading. Where can I locate a log with information on the failed upgrade? Is this possible using the web upgrade tool "install and upgrade plesk"
  10. NateWon

    Resolved Upgrade issues Onyx -> Obsidian

    Hello, I've been updating my servers to plesk obsidian and have run into an issue where I believe the installation file will not save - and so the installer is in an infinite loop. The problematic upgrade has been stuck on the state "Downloading new Plesk Installer version..." for about 30...
  11. NateWon

    Question Post fix - 5.7.1 message content rejected - Attachment filename contains domain/email address

    I have these settings in place aswell. smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_non_fqdn_sender
  12. NateWon

    Question Post fix - 5.7.1 message content rejected - Attachment filename contains domain/email address

    I'm having an issue where an email attachment with a domain name, or email address in the file name, causes the message to be blocked. To be clear If I rename the file to exclude those items it works no problem. Dec 10 08:35:05 SERVERNAME postfix/cleanup[70602]: BD8632AFA9C: reject: header...
  13. NateWon

    Resolved Composer - Plesk Obsidian

    Thanks Ales, yes you are correct it is to be entered as {DOCROOT}{/}{:}{TMP}{/}{:}/opt/plesk/php/7.3/share/pear
  14. NateWon

    Resolved Composer - Plesk Obsidian

    More info, I've removed the class that was thrown an exception during a reflection attempt, the site now runs in some capacity. But am receiving this error, which provides more detail on the above. [Warning] is_readable(): open_basedir restriction in effect...
  15. NateWon

    Resolved Composer - Plesk Obsidian

    Hello, Im attempting to run a silverstripe application on Plesk Obsidian, the application works fine on a local dev server, however the configuration doesn't appear to work on the live server. I attempted to use the extension Composer to install the packages however it didn't seem to resolve...
Back
Top