fuchsws
Forum Replies Created
-
Thanks that fixed it!
I was able to find the issue: it does not work in my Firefox Browser, even it’s the latest version. But it works in private mode in Firefox and other Browsers. So must be a browser plugin or something.
Anyway, I can work around now. thanks & sorry for bothering
ok thanks, I assume exporting / saving templates would solve this
how to repeat: install wordpress, install mailpoet, try to export or save template – not working. no other active plugins, default theme
name: xxx email: xxx PHP version: 8.2.16 MailPoet Free version: 4.45.0 MailPoet Premium version: N/A MailPoet Premium/MSS key: WordPress version: 6.4.3 Database version: 10.3.39-MariaDB Web server: Apache Server OS: Linux fuchs.hosting 4.18.0 #1 SMP Wed Jul 12 12:00:44 MSK 2023 x86_64 WP info: WP_MEMORY_LIMIT: 40M - WP_MAX_MEMORY_LIMIT: 256M - WP_DEBUG: - WordPress language: de_DE PHP info: PHP max_execution_time: 60 - PHP memory_limit: 256M - PHP upload_max_filesize: 32M - PHP post_max_size: 32M Multisite environment?: No Current Theme: Twenty Twenty-Four (version 1.0) Active Plugin names: mailpoet/mailpoet.php Sending Method: PHPMail Sending Frequency: 25 emails every 5 minutes MailPoet sending info: Send all site's emails with: default WordPress sending method - Task Scheduler method: Action Scheduler - Cron ping URL: https://xxxxx.pro?mailpoet_router&endpoint=cron_daemon&action=ping - Default FROM address: xxxx - Default Reply-To address: xxxx - Bounce Email Address: Total number of subscribers: 1 Plugin installed at: 2024-03-05 12:33:22 Installed via WooCommerce onboarding wizard: false
Since lawyers in Germany now goes again such services – which sideload Google fonts like reCaptcha – there should be indeed another way avoiding spam sign ups. Double opt in as said is not a solution, as it will produce bounces etc.
Thanks for looking into this!
This is controlled by apache2 config:
<Directory /> Options -FollowSymLinks AllowOverride AuthConfig FileInfo Indexes Options Order deny,allow Deny from all </Directory>
Overriding AddHandler is not allowed, for a good reason!
Also this issue has been reported before: https://github.com/matomo-org/matomo/issues/11040
I believe the “AddHandler” is not necessary at all to be changed by your plugin.
Thanks for your help!!
No, I need to REMOVE the AddHandler from all your htaccess files (edit the htaccess file, remove the AddHandler lines) in order to get the plugin work. It does NOT work with the default configuration. Error: “AddHandler not allowed”
If I remove the “AddHandler” part of your htaccess it works again.
The Matomo Reporting UI is also affected of this and does not work.We restricted the AddHandler feature globally for security reasons.
Forum: Plugins
In reply to: [MapGeo - Interactive Geo Maps] Active region fillThanks for your reply.
But I actually want and require individual URLs to be loaded as different states on my map. Therefore I would need state backgrounds to be filled onload, like with an shortcode paramater, js/css selector or simimlar. is this possible using only one map with the pro version?
Forum: Plugins
In reply to: [Network Subsite User Registration] username already existsMany thanks for your effort!! I might only be able to look into this in January 2020 again. Will keep you posted on my testings.
Forum: Plugins
In reply to: [Network Subsite User Registration] username already existsThanks for your reply.
Indeed this is very confusing since the user can’t neither register on a second sub-site (“username already exists”) nor reset their password (“username does not exists”) …
I thought while reading the FAQ this conflict is solved by your plugin: My users only register with email (equals username), so according to your FAQ they should be able to register (enable the existing account on a second, third, … subsite) – no ?
Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] BLOCK_USER_ENUMERATION results in Forbiddenthank you – yes it looks like this fixed the problem!
my editors can edit now again without the “Forbidden” message. perfect!Forum: Plugins
In reply to: [WP fail2ban - Advanced Security] BLOCK_USER_ENUMERATION results in ForbiddenSorry about the lack of details, here you go: WP 5.2.2, Gutenberg disabled.
This happens to users with the role “editor” when visiting /wp-admin/edit.php (any post type). They need to be actually authors of something, then they get simply “Forbidden”.
Disabling WP_FAIL2BAN_BLOCK_USER_ENUMERATION fixes the problem.
As I am having this on multiple sites I thought it might be a known issue. If not and you can not repeat this behaviour I will debug by disabling all plugins. No worries – just trying to figure what is going on ??
due to legal issues I can not provide you with an login, sorry.
However I’m a developer so just let me know how to debug this myself, thanks!Forum: Plugins
In reply to: [404 Solution] Custom Post Type Taxonomyperfect – now it works using the slug! thank you!