Please follow the instructions below to fix the update issues on sites hosted by WP Engine


First, you need to update your IWP admin panel to version 2.12.2.1 or above. If you haven't received the update in your admin panel, just run the below URL and send your App Installed Hash to help@infinitewp.com so we can push the update manually.

https://yourIWPURL/debug.php?show=appInfo


Second, you should have installed Code Snippets addon. If you haven't installed or purchased, please create an account on our website here and contact us with your addon account username.

Check this link for reference to install addons in your admin panel.


Third, you need to upload the attached file to your IWP root folder on the folder path below.

addons/codeSnippets/controllers/manageClientsCodeSnippets.php


Finally, go to Tools --> Code Snippets --> Select All Websites and run the below snippet.


if(defined('WPE_APIKEY')){
  echo "wpe-auth=".md5('wpe_auth_salty_dog|'.WPE_APIKEY);
}else{
  echo "not";
}


We are sure that this will fix the update issues with sites installed in WP Engine server. If this doesn’t work or you have more questions, just remember, we’re always an email away.