戚威生
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-WebAuthn] 更新至1.2.1后插件失效发现apache错误日志存在如下输出:
/srv/www/htdocs/wordpress/wp-content/plugins/wp-webauthn/.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration/wp-webauthn/.htaccess 内容为:
<Files composer.json> Order Allow,Deny Deny from all </Files> <Files composer.lock> Order Allow,Deny Deny from all </Files>apache2.4后访问控制语法已改变,似乎是因为使用了旧语法导致的问题。
开启mod_access_compat后问题解决。
It works! Thanks for your help.
Hi,
Thanks for your patch, Thomas.
But I am afraid it doesn’t solve the problem. The reoprting still display in English.
And I notice that in
Matomo Analytics -> Diagnostics -> System report -> Server, the value ofLocaleandUser Localeis correct even with the originalSync.php.My WordPress Admin is set to zh_CN.
Ans to be precise, the setting page of Matomo Analytics in WordPress Admin follows the language configuration, while the reporting page can only display in English.
I have tried to switch my language configuration to Japanese(which is alos supported in the demo) in WordPress Admin, and the behavior is the same. Setting page of Matomo Analytics in WordPress Admin displays in Japanese but reporting page displays in English.