Title: ilevi's Replies | WordPress.org

---

# ilevi

  [  ](https://wordpress.org/support/users/ilevi/)

 *   [Profile](https://wordpress.org/support/users/ilevi/)
 *   [Topics Started](https://wordpress.org/support/users/ilevi/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ilevi/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ilevi/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ilevi/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ilevi/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ilevi/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Sidebar pushed down](https://wordpress.org/support/topic/sidebar-pushed-down-3/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/sidebar-pushed-down-3/#post-10607515)
 * Thanks Hari,
 * I agree that it has to do with the theme. The fix was to comment out the class.
   no-sidebar in the css.
 * Israel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Installation Error](https://wordpress.org/support/topic/installation-error-118/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/installation-error-118/#post-9448471)
 * Hi Brandon,
 * The debug info indicates that backup and log folders do not exist but when i 
   check they do exist.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] Installation Error](https://wordpress.org/support/topic/installation-error-118/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/installation-error-118/#post-9428364)
 * Hi,
    Please review the the debug info in my original email and let me know if
   a backup will work.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stops](https://wordpress.org/support/topic/updraftplus-plugin-stops/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/updraftplus-plugin-stops/#post-9422149)
 * When the backup stops/aborts there is no log, while it is backing up there is
   an ongoing log but it’s very long. It is a very large blog and it backs up for
   hours and finally stops. The backup creates zip files in the wp-content folder
   but they aren’t sent to the Dropbox probably because the backup is aborted before
   it is completed. Is there a limit to the size of the site that the plugin can
   handle?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stops](https://wordpress.org/support/topic/updraftplus-plugin-stops/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/updraftplus-plugin-stops/#post-9412148)
 * Bryle, I didn’t run a backup since the installation test message was to send 
   the debug info (see in first message above) to support. Please review the debug
   info and advise.
 * Thanks,
    Israel
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anti-Malware Security and Brute-Force Firewall] xmlrpc.php file blocking](https://wordpress.org/support/topic/xmlrpc-php-file-blocking/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/xmlrpc-php-file-blocking/#post-9409943)
 * Thank you Eli that will be good!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stops](https://wordpress.org/support/topic/updraftplus-plugin-stops/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/updraftplus-plugin-stops/#post-9409755)
 * I tried again using a different browser, the same problem it goes to sleep and
   never resumes the update.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mobile WP App Can’t find website](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/#post-9405139)
 * I managed to troubleshoot and solve the problem which was in the .htaccess file.
   The code below was blocking xmlrpc.php to all accept for a couple of IP addresses.
   After deleting it the app worked as expected. Seems that activating the GOTMLS
   Anti-Malware plugin’s firewall adds this code to the file. Apparently deactivating
   the plugin doesn’t remove the code from the .htaccess file hence the problem.
   This is something that the plugin developers should look into solving.
 * <Files xmlrpc.php>
    <IfModule !mod_authz_core.c> order deny,allow deny from all
   allow from 73.71.159.78 allow from 173.201.246.1 </IfModule> <IfModule mod_authz_core.
   c> Require ip 73.71.159.78 173.201.246.1 </IfModule> </Files> # END GOTMLS Patch
   to Block XMLRPC Access
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mobile WP App Can’t find website](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/#post-9404919)
 * I updated manually but no success! After choosing self hosted site and entering
   the url [http://tech-lead.net](http://tech-lead.net) I’m getting: “We’re sure
   this is a great site but it’s not a WordPress site, so you can’t connect it to
   with this app” Please try it yourself and let me know what you get.
    BTW, when
   I use secure wifi on Comcast cable connection to the internet it works fine but
   not on AT&T data connection maybe this is a clue?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mobile WP App Can’t find website](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/#post-9404685)
 * bcworkz, It is unlikely that automatic updates on 2 websites got interrupted.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mobile WP App Can’t find website](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/)
 *  Thread Starter [ilevi](https://wordpress.org/support/users/ilevi/)
 * (@ilevi)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/mobile-wp-app-cant-find-website/#post-9404667)
 * All troubleshooting steps mentioned above have been tried on two ([http://badeventer.com](http://badeventer.com)
   and [http://tech-lead.net](http://tech-lead.net)) 4.8.1 WordPress websites that
   were updated from 4.8 without success. There is no doubt that the upgrade from
   4.8 to 4.8.1 is the cause of the problem. I manage a website [http://staffmedhomecare.com](http://staffmedhomecare.com)
   that is still on 4.8 and everything is working fine.

Viewing 11 replies - 1 through 11 (of 11 total)