• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. J

    Issue Centos 8 GIT issue ( and fix)

    Is already enabled, fom the beginning. And still is not updating to Centos 8.1 So this may be another issue, i am digging through logs to find out why is not updating.
  2. J

    Issue Centos 8 GIT issue ( and fix)

    1. It may be a case the Centos version I have only CentOS Linux release 8.0.1905 (Core) , Vritualization: lxc Because once Plesk installed, i pass the responsability to upgrade to 8.1 and above to Plesk updater :) OS CentOS Linux 8.0.1905 (Core) Product Plesk Obsidian Version 18.0.25...
  3. J

    Issue Centos 8 GIT issue ( and fix)

    Centos 8.0 Plesk 18.0.25 ( obviously) When you try to integrate a remote GIT repository, on a different SSH port, you may get the error: fatal: ssh variant 'simple' does not support setting port This one occur because on Centos 8, git version is : 2.18.2 and on Centos 7 is : 1.8.3.1 And...
  4. J

    CentOS 8 support

    Because i have nothing else to do ? :-) Everything is slow those days , so why not playing with Centos 8 and Plesk ?
  5. J

    CentOS 8 support

    Errors at first attempt, probably packages are not mirrored everywhere. dnf.exceptions.DownloadError: Cannot download packages/plesk-php74-bcmath-7.4.3-1centos.8.200220.1908.x86_64.rpm: All mirrors were tried ERROR: Failed to run the Yum utility. The Yum utility failed to install the required...
  6. J

    CentOS 8 support

    I am installling it right now, on Centos 8.1 WIll let you know if i encounter any issue, since there is no official announcement yet. :D:D
  7. J

    Issue How to disable Mail Queue in Plesk?

    Maybe your server's port 25 is blocked from outside. For instance if you use Amazon EC2 machines . By having in your Mail Queue 5 days old emails mean that you need to check the maillog and see what is there . why the emails was not delivered.
  8. J

    Resolved PHP Composer: git clone --mirror 'git@github.com:

    We managed to solve this one, by running first in CLI composer install, add the token to github when asked, then rerun it from Plesk That interactive ' add the token to github" is quite annoying
  9. J

    Resolved PHP Composer: git clone --mirror 'git@github.com:

    We forked that package because is abandoned and we have fixed an issue there ... That's why we need to call it directly from github Anyway , it seem that is not a Plesk issue, but the problem is in Composer itself. If i run composer from command line, is still asking for a github token Maybe...
  10. J

    Resolved PHP Composer: git clone --mirror 'git@github.com:

    In my composer.json i have a line like: "repositories": [ { "type": "vcs", "url": "https://github.com/something/zend-expressive-hal" } If i run from Plesk the PHP Composer, i am getting the error : Failed to execute git clone --mirror...
  11. J

    Resolved PHP 7.4 ?

    Honestly, that appeared only after a server reboot ( kernel update) On other server is still not there. Some cache somewhere i presume
  12. J

    Resolved PHP 7.4 ?

    Yes, is there, thank you . I
  13. J

    Resolved PHP 7.4 ?

    There is any ETA for PHP 7.4 ? Thanks.
  14. J

    Resolved [EXTPHPCOMP-71] PHP Composer issue

    I have the following structure: Document root is : /httpdocs/public and composer.json and /vendor are in /httpdocs folder The old extension is working fine, is scanning in all folders and is finding the composer.json file The new "PHP Composer" is scanning for composer.json file only in the...
Back
Top