How to fix “Missing MySQL Extension” Errors with PHP Selector

If you are using CloudLinux and PHP selector, sometimes you will get following error after changing native PHP to other versions. =========Your PHP installation appears to be missing the MySQL extension which is required by WordPress.======== You can fix this by the following command. cagefsctl –setup-cl-selector cagefsctl –remount-all

How to fix repquota “No such file or directory””

Sometimes we see following error for corruption in one or more of the virtfs mounts. repquota: Cannot resolve mountpoint path (deleted)/home/virtfs/myuser/home/myuser: No such file or directory We can fix this issue by following method. grep -i username /proc/mounts you should get something like: /dev/sdb1 \040(deleted)/home/virtfs/username/home/username ext4 rw,relatime,barrier=1,data=ordered,jqfmt=vfsv0,usrjquota=quota.user 0 0 The path in the result is … Read more