Title: Roman Krokhmalyuk's Replies | WordPress.org

---

# Roman Krokhmalyuk

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] BUG: Individual backups of Child sites on the Multisite](https://wordpress.org/support/topic/bug-individual-backups-of-child-sites-on-the-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/bug-individual-backups-of-child-sites-on-the-multisite/#post-9892725)
 * If it can help:
    The temporary directory is created for each subsite in `/uploads/
   sites/`. I’m not sure that it should be like this.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/page/2/#post-8805462)
 * I did some tests.
    In my case, the cause is the plugin [iThemes Security](https://wordpress.org/plugins/better-wp-security/)(
   I want to say this is a very good plugin, despite the situation). The case in
   the settings section «Multisite Tweaks»: Although the description of all 3 items
   just says «Hide Notifications», if turn on any 1 item — the auto-update breaks
   completely: plugins, themes, core, and emails. ⌊iThemes Security⌉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/#post-8727372)
 * I have several sites on Beget.
    And if WordPress not MultiSite — automatic updates
   work fine. As I wrote:
 * > In `wp-config.php` I not use constants like ..CRON.. and ..UPDATE..
 * 5 minutes ago:
    1. I downloaded WordPress 4.7.1. from [Release Archive](https://wordpress.org/download/release-archive/)
   2. Then opened file manager and replaced all files, except wp-config.php and 
   wp-content 3. I tried use “Force Updates”, but the problem is not fixed
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/#post-8726660)
 * [Beget web hosting](https://beget.com/en)
    Using one click install: ⌊cPanel⌉
    -  This reply was modified 9 years, 3 months ago by [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/#post-8722736)
 * Didn’t work
    ⌊updates⌉
 * The logs are empty
    ⌊updates⌉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/#post-8722408)
 * ⌊Easy Updates Manager⌉⌊Easy Updates Manager⌉
    ⌊Easy Updates Manager⌉ ⌊Easy Updates
   Manager⌉
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Automatic Updates not working on Multisite?](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/automatic-updates-not-working-on-multisite/#post-8720050)
 * NO, I don’t use Version Control Systems.
    As experiment I include must-use plugin:
 *     ```
       /*
       Plugin Name: Auto Update
       Description: A plugin for control updates
       Version: 1.0
       Author: llgruff
       */
       add_filter('automatic_updates_is_vcs_checkout',	'__return_false', 1);
       add_filter('auto_update_core',			'__return_true');
       add_filter('auto_update_theme',			'__return_true');
       add_filter('auto_update_translation',		'__return_true');
       add_filter('auto_core_update_send_email',	'__return_true');
       ```
   
 * Only “not-standart” that I made — renamed the WordPress `wp-content` directory
   in `wp-config.php`:
 *     ```
       define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/main' );
       define( 'WP_CONTENT_URL', 'https://'. $_SERVER['HTTP_HOST'] . '/main' );
       define( 'WP_PLUGIN_DIR',  $_SERVER['DOCUMENT_ROOT'] . '/main/plugins' );
       define( 'WP_PLUGIN_URL',  'https://'. $_SERVER['HTTP_HOST'] . '/main/plugins' );
       ```
   
 * ⌊update⌉⌊update⌉
    **Are you have WP MultiSite? Is the automatic update works?
    -  This reply was modified 9 years, 3 months ago by [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Solid Security – Password, Two Factor Authentication, and Brute Force Protection] Errors 403 ?_wpcf7_is_ajax_call=1&_wpcf7=673&_wpcf7_request_ver](https://wordpress.org/support/topic/errors-403-_wpcf7_is_ajax_call1_wpcf7673_wpcf7_request_ver/)
 *  [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/errors-403-_wpcf7_is_ajax_call1_wpcf7673_wpcf7_request_ver/#post-7565087)
 * same question
    can developers make an exception for cf7 plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Translating Theme My Login](https://wordpress.org/support/topic/translating-theme-my-login-2/)
 *  [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translating-theme-my-login-2/#post-6851469)
 * **Jeff** I sent full russian translate by e-mail, best regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] TML pages not working. /login TML page redirects me on the main page.](https://wordpress.org/support/topic/tml-pages-not-working-login-tml-page-redirects-me-on-the-main-page/)
 *  Thread Starter [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/tml-pages-not-working-login-tml-page-redirects-me-on-the-main-page/#post-6182657)
 * **Solution**:
    Disable in WP Super Cache setting: “Late init. Display cached 
   files after WordPress has loaded. Most useful in legacy mode.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] iOS problems – with iPad and iPhone 4s](https://wordpress.org/support/topic/ios-problems-with-ipad-and-iphone-4s/)
 *  [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/ios-problems-with-ipad-and-iphone-4s/#post-4916420)
 * I have the same problem with the plugin. view: dogshow.me/contact
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comprehensive Google Map Plugin] Automatically show the info from marker?](https://wordpress.org/support/topic/automatically-show-the-info-from-marker/)
 *  [Roman Krokhmalyuk](https://wordpress.org/support/users/llgruff/)
 * (@llgruff)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/automatically-show-the-info-from-marker/#post-4529811)
 * I’d like it to be implemented!

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