vbbp
Forum Replies Created
-
Hi @shanedelierrr it is good to see there is an option to turn it off. However, most people might not think about this and would run into a similar problem in case they run out of disk space.
So if you are able to confirm the problem (e.g., through experimenting in a docker container), I highly suggest to either propose a fix within your plugin to avoid such empty files in the future or even propose a change request for the WordPress Core code.
Forum: Plugins
In reply to: [Contact Form 7] E-Mails are sent twice (re-opened ticket)- 2 recipients, separated by comma
- From address (part of the same domain as the website)
- Subject
- Additional header: Reply to (original sender address)
- Mail body
- E-Mail (2) – second mail is disabled
Forum: Plugins
In reply to: [Contact Form 7] E-Mails are sent twiceWill be re-opened with website details provided
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Version 2.9.12 crashes siteForum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Version 2.9.12 crashes siteHere are the details what goes wrong:
PHP message: PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, Pods\Whatsit\Pod given in //wp-content/plugins/pods/components/I18n/I18n.php:484
Stack trace: 0 //wp-content/plugins/pods/components/I18n/I18n.php(484): array_merge() 1 //wp-includes/class-wp-hook.php(308): Pods_Component_I18n->translate_register_wp_object() 2 //wp-includes/plugin.php(205): WP_Hook->apply_filters() 3 //wp-content/plugins/pods/classes/PodsInit.php(1989): apply_filters() 4 //wp-includes/class-wp-hook.php(308): PodsInit->setup_content_types() 5 //wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters() 6 //wp-includes/plugin.php(517): WP_Hook->do_action() 7 //wp-settings.php(617): do_action() 8 //wp-config.php(91): require_once('…') 9 //wp-load.php(50): require_once('…') 10 //wp-login.php(12): require('…') 11 {main}Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] PHP 7.3 compatibility@martijngastkemper Sounds great. Would be cool if you have the time as new maintainer!
Forum: Plugins
In reply to: [WP DSGVO Tools (GDPR)] BGH-Urteil und selbst gehostetes Matomo / PiwikHallo @tsteur ja, in folgender Weise wird derzeit leicht irreführend auf Matomo hingewiesen, selbst bei einer lokalen Installation:
“We use the local analysis software Matomo, InnoCraft Ltd., 150 Willis St, 6011 Wellington, NewZeeland to process your data for the purpose of troubleshooting, failure analysis and statistical analysis and to identify measures for the sophistication of our website.
This service is a local analysis tool so that no personal data are transferred to the service provider or to third parties. Furthermore, your personal data are anonymized immediately after such data were collected. Personal data are therefore not stored beyond initial processing.”
Vielleicht kann sich ja dazu mal @peterharlander melden?
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] PHP 7.3 compatibility@martijngastkemper Did you try to get in touch with the original plugin author?
If he did not respond, how about taking over the plugin? https://developer.ww.wp.xz.cn/plugins/wordpress-org/take-over-an-existing-plugin/
We have used this plugin for many years and clearly would appreciate if there will be someone who continues to maintain this plugin!Hi Scott,
I just create a pull request on GitHub that should implement the proposed change.Best,
vbbpMy current work-around is to replace line 2556:
Instead of
if ($my_post->post_title == $matches[6]) {I am using
if (wptexturize($my_post->post_title) == $matches[6]) {