pkolenbr
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Donations with PayPal & Stripe] Plugin causes PHP Fatal ErrorHi Scott,
Thanks for releasing v1.4.1! I’ve upgraded the plugin and the PHP fatal error is gone. There’s now a “Donate with Stripe”-button on the web page, but nothing seems to happen when I click on it. When I monitor the log at the moment I click on the “Donate with Stripe”-button, I see this error (not fatal):
Got error ‘PHP message: PHP Warning: Undefined array key “item_name” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 17; PHP message: PHP Warning: Undefined array key “mc_gross” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 23; PHP message: PHP Warning: Undefined array key “mc_currency” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 24; PHP message: PHP Warning: Undefined array key “payer_email” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 25; PHP message: PHP Warning: Undefined array key “paypal_connection_type” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 28; PHP message: PHP Warning: Undefined array key “txn_id” in /var/www/sacredharpbremen.org/wp-content/plugins/easy-paypal-donation/core/API/Order.php on line 45’, referer: https://sacredharpbremen.org/en/donate/
I have the feeling that I’m missing a step in the setup procedure. When I login to my Stripe-account, I see the message “Select the account you’d like to connect to WPPlugin LLC”. Below that message I can select my website and there’s a blue “connect”-button. I click on the connect-button, it shows “returning to WPPlugin LLC” and after some moments it ends with a message “Security check failed”. Here I’m lost. I give up for now, maybe you have a hint for me what I can do tomorrow.
Thanks anyway for your support!
Best regards, Paul.
Forum: Fixing WordPress
In reply to: WP 6.1 .maintenance file not deleted after plugin updateNo, this time it has nothing to do with the compatibility of the plugins, it fails with ALL the plugins. I did some more investigation and found that the error lies in the file /wp-admin/includes/class-wp-filesystem-ftpext.php. Check line 415 and 416, the new method sees the file .maintenance as a directory instead of a file, and tries to remove it with FTP_RMDIR instead of FTP_DELETE.
For now I copied the file class-wp-filesystems-ftpext.php from WP 6.0.3 to my 6.1 site and the problem is gone.
Please note this issue only happens if you use the ‘ftpext’ method in your wp-config.php.
define(‘FS_METHOD’,’ftpext’);I hope this will be fixed by the developers.
Yes, the Enable JQuery Migrate Helper plugin resolves the issue. Would appreciate if you can add the missing code to the Media Library Folders.
It returns an empty string. If I try SERVER-SIGNATURE instead it shows just “Server at …” instead of “Apache Server at …”.
Same when I look in phpinfo(), the SERVER-SOFTWARE field shows empty.
So I guess some security option prevents this field from showing up, it could be suhosin or mod_security. I’ll see if I can find out.Is there any workaround forcing BWPS to recognize the server as Apache?