Roman Krokhmalyuk
Forum Replies Created
-
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
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?I did some tests.
In my case, the cause is the plugin iThemes 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.
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?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
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 fixedForum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?Beget web hosting
Using one click install:
- This reply was modified 7 years, 10 months ago by Roman Krokhmalyuk.
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?Didn’t work
The logs are empty
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates not working on Multisite?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 inwp-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' );
Are you have WP MultiSite?
Is the automatic update works?- This reply was modified 7 years, 10 months ago by Roman Krokhmalyuk.
same question
can developers make an exception for cf7 plugin?Forum: Plugins
In reply to: [Theme My Login] Translating Theme My LoginJeff I sent full russian translate by e-mail, best regards
Solution:
Disable in WP Super Cache setting: “Late init. Display cached files after WordPress has loaded. Most useful in legacy mode.”Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] iOS problems – with iPad and iPhone 4sI have the same problem with the plugin. view: dogshow.me/contact
Forum: Plugins
In reply to: [Comprehensive Google Map Plugin] Automatically show the info from marker?I’d like it to be implemented!