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

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 […]