This seems to be an issue with WordPress 6.1 After WordPress 6.1 update, If your website is down and in the apache error log you get the following error: PHP Fatal error: Uncaught Error: Call to undefined function cache_users()… Then we’ve 2 solutions to deal with solutions: 1. log in to your cPanel or access ..
Category : WordPress
Case 1: Normal WordPress setup in the root and multisite setup inside a directory in it. For more clarity, https://domain.com => WordPress Single Site Setup https://domain.com/demo => Demo is a folder (subdirectory) and has WordPress multisite setup. For this case, below is the NGINX config file: server { listen 443; server_name domain.com www.domain.com; root /var/www/html; ..
Introduction – Install Nginx PHP MySQL on Ubuntu 22.04 “LEMP” stack is a very popular word nowadays and it just means – Linux (Ubuntu comes under this), pronounced as engine-x, hence the E in the acronym NGNIX, MySQL, and PHP. All of these are open-source software and are installed together in order to enable a ..