Yui
Forum Replies Created
-
в течении часа перевод обновится
However, its still the plugin author responsibility to make this string not translateable.
Are you using local translation that forcibly translate/replace strings?
There is no “Location” translated into “Размещение” in the plugin’s russian translation.
However, i can confirm that Export settings does not work for clean installation on playground.wordpress.net
- This reply was modified 1 week, 3 days ago by Yui.
Forum: Fixing WordPress
In reply to: Cannot remove language^^
also note that WPLANG constant is not used since WP 4.0, only presence of mo/po is used to detect whether language is needed. You also have to ensure that no users are using that language in their user profile settings.Forum: Fixing WordPress
In reply to: Cannot reset password. Not getting emailtry another way https://ww.wp.xz.cn/documentation/article/reset-your-password/
after that – debug your email issue,
https://ww.wp.xz.cn/plugins/email-log/ and looking into your server’s MTA logs can give you some insights (ask for help from hosting tech support if needed, for MTA)Forum: Fixing WordPress
In reply to: Network Issueif you run dedicated server, consider checking your firewall settings, otherwise contact uplink internet service provider
for shared hosting and managed servers contact your host tech support
you can also ping and ping6 to ww.wp.xz.cn
traceroute and traceroute6
to provide this information to support
Forum: Fixing WordPress
In reply to: Problème de l’extension MySQLYour PHP settings/installation is missing mysqli extension, its required to run WordPress and let it talk to database server.
If you can manage your hosting settings yourself – check mysqli among enabled extensions (Not mysql_pdo or mysql), you’d likely will need also mysqlnd as mysqli depends on it
If you can’t manage your hosting settings or have questions/issues/troubles with it – make sure to ask your web host support for assistance.Forum: Fixing WordPress
In reply to: PLugin for chat gpt content creatorhttps://ww.wp.xz.cn/plugins/search/chatgpt/
i see several listed on 1st search results page
Forum: Plugins
In reply to: [Redis Object Cache] How to automatically clear the object cache?Usually you dont need that, redis-server does manage memory by itself.
If you have cache full all the times, perhaps you have to increase memory using directive
maxmemory
in redis-server config.
Clearing policy is handled by directivemaxmemory-policy
good choices for it are
maxmemory-policy volatile-ttl
or
maxmemory-policy volatile-lru
Можно посмотреть здесь https://docs.selectel.ru/managed-databases/redis/eviction-policy/Для вашего хостинга beget стоит обратиться в техническую поддержку по поводу установки maxmemory-policy, т.к. похоже у них она не установлена https://dzen.ru/a/ZHngK89srk2BmtgK
https://dzen.ru/a/ZHngK89srk2BmtgK- This reply was modified 3 weeks ago by Yui.
Forum: Fixing WordPress
In reply to: False Positives on Site Health page with Debian serversIndeed, it will be good to have some kind of subscription to your OS distribution security newsletter, so you wont miss security notices and termination notices when your OS version will stop to receive security updates.
Forum: Fixing WordPress
In reply to: плагин Show / Hide Section Block не работаетпопробуйте задать вопрос в поддержку плагина
Forum: Plugins
In reply to: [WooCommerce] woocommerce do not workк сожалению, мы не в силах ответить на ваши вопросы, кто блокирует – РКН, что блокируют – много что, почему – на это и они не могут ответить.
Можете задать вопросы в поддержку вашего интернет провайдера и хостера. У меня ваш сайт открывается.
Forum: Fixing WordPress
In reply to: Plugin Zip not availablePlugin authors are advised to use Slack
make.ww.wp.xz.cn/chat/
Channels
#meta
#pluginreview
Forum: Fixing WordPress
In reply to: Malicious log-in attemptsIts common issue (brute force password guessing attacks for most common passwords in the dictionary) Blocking individual IPs is not very effective measure,
A) You can install a security plugin (i.e. Limit login attempts reloaded) or a security/hardening plugin which would offer more functions than just login protectionB) Many providers use .htaccess to set HTTP auhorization password for /wp-admin/ (make sure to allow free access to admin-ajax.php there)
C) For system administrators using Fail2Ban would be the most efficient and resources saving solution
You can also use plugins like this one: https://ww.wp.xz.cn/plugins/simple-admin-language-change/
Please do not use WordPress forums for Pro product support, contact plugin support channel
https://ww.wp.xz.cn/support/guidelines/#do-not-post-about-commercial-products
This topic is closed