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

  1. FAB

    Resolved COMPOSER - LARAVEL

    Answering to myself: You can actually change the version of PHP used in the current session by typing: export PATH=/opt/plesk/php/7.1/bin:$PATH; By doing so I managed to install Laravel using the default Composer.... FINALLY lol
  2. FAB

    Resolved COMPOSER - LARAVEL

    At this point, I'm going to hang myself up, seriously lol Here is my problem: I've been trying for the last 3 days to install laravel on my server in order to be able to use it for a new website project. So, first problem, I need Composer. Good news, Composer is already installed by Plesk...
  3. FAB

    Question Scheduled Task - Fetch PHP page under htaccess protection

    Hi, Quick question,: I'm trying to set a cron task (Scheduled Task in Plesk) to fetch a PHP page in a folder protected by .htaccess/.htpasswd. Is there a way to do that? Thanks! FAB
  4. FAB

    Resolved Installing Chrome on my Plesk server

    Soooo for the records, I just did it and it works like a charm :-)
  5. FAB

    Resolved Installing Chrome on my Plesk server

    Ok Peter, got it. Thanks. I'm going to give it a try.
  6. FAB

    Resolved Installing Chrome on my Plesk server

    Hi, I got a weird question... because I'm here out of my comfort zone . I would like to use Chrome headless for a php project. The idea is to install Chrome on my CentOS Linux 7.4 (which also runs Plesk 17.5.3) and then to call Chrome in headless mode to do some website rendering (and...
  7. FAB

    Resolved I'm unable to connect to RoundCube

    Hi UFHH01, I have some GOOD NEWS! lol :-) I solved this problem myself. In all the modifs we did yesterday, we set to "true" both $config['force_https'] AND $config['use_https'] IN /usr/share/psa-roundcube/config/defaults.inc.php $config['force_https'] = true; $config['use_https'] = true...
  8. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    Oky dooky :-) so the next step is here: https://talk.plesk.com/threads/im-unable-to-connect-to-roundcube.343883/
  9. FAB

    Resolved I'm unable to connect to RoundCube

    Hi all, does anybody has an idea about this issue? I can not get logged at all to roundcube (see attached)(and yes the pwd is the right one) I have the same problem with all the emails addresses. I'm getting: Your session is invalid or expired So IDK what to do, really... Do you think I...
  10. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    Hi UFHH01, I agree, #14 looks better... BUT, asI was saying in #20, now I can not get logged at all to roundcube (see attached)(and yes the pwd is the right one) I have the same problem with all the emails addresses. So IDK what to do, really... Do you think I should switch to qmail?
  11. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    PS: // just replaced by # (my mistake), but doesn't change the result
  12. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    Well, now when I try to log to roundcube I'm getting: Your session is invalid or expired. (it's getting worse :oops:) Attached: main.cf & master.cf
  13. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    >>> and comment out "tls_ssl_options=NO_COMPRESSION" is not in defaults.inc.php .... where should I find it? (I really appreciate the time you are spending trying to solve this problem :-) )
  14. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    telnet mail.xxxxxxxxxxxx.com 25 Trying xxx.xxx.xxx.205... Connected to mail.xxxxxxxxxxxx.com. Escape character is '^]'. 220 ns30xxxx.ip-xxx-xxx-162.eu ESMTP Postfix HELO l 250 ns30xxxx.ip-xxx-xxx-162.eu AUTH LOGIN 503 5.5.1 Error: authentication not enabled telnet mail.xxxxxxxxxxxx.com 25...
  15. FAB

    Resolved SMTP Error (250): failure during authentication (ROUNDCUBE)

    OK, I made the change (including going back to before the 'FAB' changes). I' m back to: SMTP Error (250): Authentication failed. The /var/log/plesk-roundcube/errors is 4MB (of junk) :/ Attached are the last entries
Back
Top