Error when updating Theme

I am trying to update to the latest version of Pro theme but get this error every time I try: β€œAn error occurred while updating Pro: Could not copy file. pro/cornerstone/includes/views/elements/breadcrumbs.php”

Any help is much appreciated

Hi,

Thanks for writing in!

You can do the following

  1. Check files wordpress file permission

755 for all folders and sub-folders.
644 for all files.

  1. Increase your memory limit and max execution time by adding the code below in your wp-config.php file
set_time_limit(300);
define( 'WP_MEMORY_LIMIT', '512M' );
  1. Please also note that you can update your theme manually through FTP

See manual update section on the link below

Hope these helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.