Blog

January 14, 2021 themecopsadmin No Comments

Fixing the “update cannot be installed because we will be unable to copy some files” Error

Login as root. Then run this command from SSH chown -R accountname:accountname /home/accountname/public_html/ I hope your problem will be solved. You can run this extra command : To correct the files/directory permissions inside public_html directory ====================== find . -type d -exec chmod 755 {} \; find . -type f -exec chmod 644 {} \;  

September 6, 2020 themecopsadmin No Comments

How To Migrate WordPress Website

Its architecture is a front controller, routing all requests for non-static URIs to a single PHP file which parses the URI and identifies the target page. This allows support for more human-readable permalinks. 1. Existing Web Hosting Account: SSH (Secure Shell) is a network protocol that enables you to securely enter your server across an […]

September 6, 2020 themecopsadmin No Comments

Fix WordPress High I/O Usage

What is the reason behind I/O high usages Mainly the I/O is induced by higher data output and input, or you might claim higher read speed and write speed in the disc. If you are the owner of a VPS or Dedicated server and when you create a ZIP file from the 20 files, and […]