hardoman
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Redis drop-in causes server errorOK, seems the issue was caused by a mixture of facts.
First, if I copy object-cache.php to /wp-content/ it indeed triggers server error fatal error above. You should not do this despite other plugings require this. This one copies the file on enabling by itself.Secondly, I had WP Fastest cache enabled seems interfering with db cache by Redis and actually caching those server fatal errors not allowing proper enabling of the pluging, so it was not detecting the real drop-in state.
- This reply was modified 2 years, 6 months ago by hardoman.
Well, after 2 month the issue is still there.
What a shame!
Connection to https://aioseo.com/feed/ takes 5,7854 msecsHi, it happens from time to time.
No issue at the moment but I would kindly ask to check the response of your serves.Forum: Plugins
In reply to: [Special Text Boxes] Using PHP 7.2 Create_Function() is deprecatedI have fixed it by replacing line 48 with:
// add_action('widgets_init', create_function('', 'return register_widget("special_text");')); add_action('widgets_init', function() { return register_widget("special_text"); } );Forum: Plugins
In reply to: [W3 Total Cache] PHP warning generated in the logsI was using memcached
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total cache minify is not working with nginx PHP-FPMThe rules are in nginx.conf in the root of my web site with W3 TC config as I mentioned in my initial post.
Nginx restarted several times.К сожалению, не похоже, что он кэшируется или кэшируется только пока залогинен в админку.
Я могу воспроизвести это при каждом входе в admin-ку.Кстати, n очно такое же поведение наблюдаю и на втором вашем плагине vkontakte-api.
Пришлось отключить плагин, чтобы проблема ушла.Можете предложить решение, может в параметрах каку-то строку закомментировать?
It did the job, thanks.
Forum: Plugins
In reply to: [Contact Form 7] Latest version compatible with WordPress 4.9Thank you very much @yordansoares
Forum: Plugins
In reply to: [RSS for Yandex Turbo] Лента RSS кэшируетсяДобрый день. После долгого тестирования выяснилось, что это Botguard, который хостер включил на сервере, препятствует нормальному обновлению. После того, как обновляешь содержимое поста, код страницы не вычищается, и в нем остаются исходные теги, которые потом и попадают в ленту RSS.
После отключения Botguard, судя по всему, лента стала обновляться корректно.
Спасибо за поддержку!Forum: Plugins
In reply to: [RSS for Yandex Turbo] Лента RSS кэшируетсяЯ проверял даже на разных компьютерах, не только разных браузерах. Выдача одинаковая