Announcement

Collapse
No announcement yet.

Issue with login with php8.1 and php8.1-fpm if I use 8.1 fastpass instead of 7.4

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Issue with login with php8.1 and php8.1-fpm if I use 8.1 fastpass instead of 7.4

    I'd welcome any feedback on this one:

    If I use this fastcgi_pass unix:/run/php/php8.2-fpm.sock; I get the login screen and try to login and it tells me wrong username or password.
    However, If I instead use fastcgi_pass unix:/run/php/php7.4-fpm.sock; I can get past the Espo Login screen and I'm in Espo.

    So it works with the php 8.1 and I have both the php7.4-fpm and the php8.1-fpm listener services running.
    The only thing that changes is the espocrm.conf file.

    Ubuntu 20.04 with nginx as the web server.
Working...
X