Wordpress site not working if PHP mode PHP-FPM

Discussion in 'Installation/Configuration' started by Taleman, Dec 8, 2020.

  1. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    A Wordpress site with woocommerce runs with php mode Fast-CGI (but makes fcgid:warn]. However, changed to php mode PHP-FPM it stops working completely, only white screen and nothing happens and nothing in logs.
    Any idea why PHP-FPM does not work? Usually I have found PHP-FPM is least problematic PHP mode.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check website error.log. Most likely there is a PHP module missing that the site is using which is available in FastCGI php.
     
  3. Jesse Norell

    Jesse Norell ISPConfig Developer Staff Member ISPConfig Developer

    Also check if you have php-fpm running in chroot mode, as all file paths would need adjusted if switching between chroot (php-fpm) and non-chroot (fastcgi) modes.
     

Share This Page