Author Topic: Getting php 8.2 fpm working with Roundcube  (Read 1829 times)

Offline sup90

  • Newbie
  • *
  • Posts: 2
Getting php 8.2 fpm working with Roundcube
« on: June 12, 2023, 01:13:38 PM »
Hi,

I had RC working on my Debian 11 server with php-fpm 7.4.  RC 1.6.1 uses sqlite for the backend.

Today, I upgraded Debain from 11.7 to 12, and then RC would not talk correctly with php-fpm.   

Error was :
"Oops... something went wrong!
An internal error has occurred. Your request cannot be processed at this time.
For administrators: Please check the application and/or server error logs for more information"


 I did modify the entry in the nginx  .conf to fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;

I recall that I had to make some changes with the www.conf file /etc/php/8.2/fpm/pool.d/www.conf, but I don't know what these were, and I did not find a reference to this in the Roundcube documentation.

Am I looking in the right place, and if so where were the mystical changes to www.conf that I ought to add?

Cheers,
S.
« Last Edit: June 12, 2023, 01:24:44 PM by sup90 »

Offline sup90

  • Newbie
  • *
  • Posts: 2
SOLVED Re: Getting php 8.2 fpm working with Roundcube
« Reply #1 on: June 12, 2023, 02:05:27 PM »
Although php7.4-sqlite3 was installed prior to the upgrade from Deb 11 to Deb 12, the upgrade process did not think to also install php8.2-sqlite3  :-)

# apt install php8.2-sqlite3

Problem solved.

Although I am still certain there is something that I ought to add into the pools.d/www.conf.