vincentjolanda
Forum Replies Created
-
Hallo, danke, die Anrede-Form habe ich mit Deiner Hilfe gefunden. Mit Loco komme ich – noch – nicht klar.
Danke fürs die Hinweise
oh, ok, sorry, I have to investigate …
Forum: Plugins
In reply to: [Groups] Fatal error when logging inOk, so I simply activated/deactivated “database cache” in the general settings in W3TC. No advanced settings. With “strong” I meant it had a strong effect ??
regards
Forum: Plugins
In reply to: [Groups] Fatal error when logging inHi, sure, where can I upload the json file of the settings (with database cache enabled)
Forum: Plugins
In reply to: [Groups] Fatal error when logging inHi, I think I got it fixed.
The strong database caching caused the issue!
I compared some old and new (malfunctioned) databases, but didn‘t find something missing.
So there must have been some other trigger. … it was the W3 total cache plugin with the strong database caching activated.
After turning this off, everything works fine.thanks, best regards
Nice plugin, btw, works perfect for our usecase
Forum: Plugins
In reply to: [Groups] Fatal error when logging inHi, thanks for the detailed instruction.
As I had to find a quick solution, I run the backup completely yesterday.
It worked again, means, no fatal error and a customer when purchasing a certain product got registered immediately.
Today morning I tried it again and after several attempts to get in as testuser (not getting logged in – without any message!), suddenly the fatal error came back!Turning off the plugin the login works again (without the register function though!)
So something must be causing the database malfunction.
My login form is created by elementor.
I‘m not very comfortable with editing the database.
Any further advice please?
regards
Forum: Plugins
In reply to: [Groups] Fatal error when logging inHi, thanks for the quick response,
I haven‘t moved the site or changed anything besides updating WP.
Will it be enough to recover the backup of just the plugin as there are a couple of customers and purchases and I don‘t know exactly when this issue occured.Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Message string not translatedthis is printed on the frontend:
Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Message string not translatedThe messages are already translated in the settings.
Forum: Plugins
In reply to: [Country Based Restrictions for WooCommerce] Message string not translatedHi, thanks for the quick reply ??
I don‘t use any translation plugin. My wordpress installation is in German.
In the general settings of the plugin I can enter my translation, but it doesn‘t display in the frontend.My message is the : Category restriction message
regards
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] _direct_debit_ibanHi, issue solved by adding this code, provided by the plugin author, to the “Misc Settings” section:
add_filter('woe_get_order_value__direct_debit_iban',function ($value, $order,$fieldname) { $gateway = class_exists( 'WC_GZD_Gateway_Direct_Debit' ) ? new WC_GZD_Gateway_Direct_Debit() : false; if ( $gateway && is_callable( array( $gateway, 'maybe_decrypt' ) ) ) { $value = $gateway->maybe_decrypt( $value ); } return $value; },10,3); add_filter('woe_get_order_value__direct_debit_bic',function ($value, $order,$fieldname) { $gateway = class_exists( 'WC_GZD_Gateway_Direct_Debit' ) ? new WC_GZD_Gateway_Direct_Debit() : false; if ( $gateway && is_callable( array( $gateway, 'maybe_decrypt' ) ) ) { $value = $gateway->maybe_decrypt( $value ); } return $value; },10,3);
regards and thanks for the quick support to the author!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] _direct_debit_ibanSorry, I know that you know :)…. you have been very helpful already in the past! … I simply didn‘t understand the question.
It is Germanized Pro which adds IBAN/BIC (Direct debit scheme (SEPA))
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] _direct_debit_ibanWhat you mean?
What plugin adds key _direct_debit_iban ?
the plugin is: Advanced Order Export For WooCommerce (Pro), right?
I don‘t know if I understand you right.I checked database, but didn‘t find nothing concerning direct_debit.
I mean, I found recently added entries concerning product purchase (with the wrong iban numbers)further suggestions?
regards
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] _direct_debit_ibanWow, thanks for this quick reply!
It doesn‘t offer me the key as you suggested. I‘ve been looking for it, I know about this from other fields … it should be inside the /cart, right? There are no such keys, without “_” at the beginning.
I also tried “or use meta here” with “direct_debit_iban”, but with the same result
Hi, I have same issue (same fatal error) here on a multisite with Wordfence and YOAST Pro enabled. Issue started after switching from PHP 7.4 to PHP 8.0!
I found a workaround – inspired by the link above – to enable Yoast on the single site, not the entire network.I‘d like to check this code from:
but same her:
quote:
I am not comfortable with:
require_once(__DIR__.’/../../../wp-includes/default-constants.php’);I‘ve contacted support from YOAST. They are aware of the issue and work on it. See the link from above.
thanks