ilevi
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sidebar pushed downThanks 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
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Installation ErrorHi Brandon,
The debug info indicates that backup and log folders do not exist but when i check they do exist.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Installation ErrorHi,
Please review the the debug info in my original email and let me know if a backup will work.Thanks
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stopsWhen 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
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stopsBryle, 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,
IsraelForum: Plugins
In reply to: [Anti-Malware Security and Brute-Force Firewall] xmlrpc.php file blockingThank you Eli that will be good!
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] UpdraftPlus plugin stopsI tried again using a different browser, the same problem it goes to sleep and never resumes the update.
Forum: Fixing WordPress
In reply to: Mobile WP App Can’t find websiteI 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 AccessForum: Fixing WordPress
In reply to: Mobile WP App Can’t find websiteI updated manually but no success! After choosing self hosted site and entering the url 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
In reply to: Mobile WP App Can’t find websitebcworkz, It is unlikely that automatic updates on 2 websites got interrupted.
Forum: Fixing WordPress
In reply to: Mobile WP App Can’t find websiteAll troubleshooting steps mentioned above have been tried on two (http://badeventer.com and 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 that is still on 4.8 and everything is working fine.