Category : php

The WordPress “Health Status” says it’s missing some plugin: # check the PHP version that we have running: root@server:/opt/web/mysite.com# php –version PHP 7.4.12 (cli) (built: Nov 3 2025 14:32:41) ( NTS ) Find your version. And then: # get what’s missing for our PHP version: apt-get install php7.4-curl apt-get install php7.4-mbstring apt-get install php..

Read more

# install apt install php7.3-fpm apt install nginx # you need the mysql libraries to connect to mysqli(host, user, pass, instance) apt install php7.3-mysql # edit nginx to use php nano /etc/nginx/sites-enabled/default # Replace this: location / { # First attempt to serve request as file, then # as directory, then fall back to displaying ..

Read more