deexperte
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [evolve] Undefined variable _SESSION@nickpapag THX!
Forum: Themes and Templates
In reply to: [evolve] Undefined variable _SESSIONAnyone here to help?
Forum: Plugins
In reply to: [Contact Form 7] reCAPTCHA V3 issueForum: Plugins
In reply to: [Contact Form 7] reCAPTCHA V3 issueHello @bradnjones
my idea is, to check by developer if there is a need to set it to “Score threshold should be a value between 0 and 1, default: 0.5” in cf7.
Greetings
DeexperteForum: Plugins
In reply to: [Contact Form 7] reCAPTCHA V3 issueHello!
I got the same issue. reCAPTCHA v3 not working.
I found “Score threshold should be a value between 0 and 1, default: 0.5” in Elementor Pagebuilder where setup the V3 integration.Can this bring us forward?
Greetings
DeexperteForum: Plugins
In reply to: [Contact Form 7] Google V3 content recognized as spamHello @johnny538 ,
first it will be important to know is this a general plugin problem or a configuration missmatch. Or the google doenst work?Can anybody provide some infos to clarify it?
Do someone use Google V3 successfully?
Greetings
DeexperteForum: Plugins
In reply to: [Simple Download Monitor] Corrupted file after download Excel-fileHello @mra13 ! It may be an idea. Can you give me a lead where I can find your default code which handle that download?
Thanks!
Greetings
DexperteForum: Plugins
In reply to: [WooCommerce] ASAP// PHP Fatal error after WooCommerce update@m2avip
Just an idea: check database entries.Greetings
DeexperteForum: Plugins
In reply to: [WooCommerce] ASAP// PHP Fatal error after WooCommerce updateHi @deexperte, thx for your communication.
Greetings
DeexperteForum: Plugins
In reply to: [WooCommerce] ASAP// PHP Fatal error after WooCommerce updateHello @peterfabian1000,
no I dont use Follow up Emails extension.
Thank you for giving attention.
Greetings
DeexperteForum: Plugins
In reply to: [WooCommerce] ASAP// PHP Fatal error after WooCommerce updateHello @jeffstieler
Yes Multisite!
Network wide activated.Problem only with one subsite (en).
For the moment I have done a workaround:
Commented out the line: /home/kunde/public_html/wp/wp-content/plugins/woocommerce/includes/class-wc-data-store.php on line 107.
The subsite(en) get back to work.
Greetings
DeexperteForum: Plugins
In reply to: [WooCommerce] ASAP// PHP Fatal error after WooCommerce updateHello Support!
Subsite of multisite Error after Woocommerce update 03/10.
Errors:
Fatal error: Uncaught Exception: Invalid data store. in /home/kunde/public_html/wp/wp-content/plugins/woocommerce/includes/class-wc-data-store.php:107 Stack trace: #0 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/includes/class-wc-data-store.php(139): WC_Data_Store->__construct(‘admin’) #1 /home/kunde/public_html/wp/wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes.php(121): WC_Data_Store::load(‘admin-note’) #2 /home/kunde/public_html/wp/wp-content/plugins/woocommerce-admin/src/Notes/WC_Admin_Notes_Deactivate_Plugin.php(59): Automattic\WooCommerce\Admin\Notes\WC_Admin_Notes::delete_notes_with_name(‘wc-admin-deacti…’) #3 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/woocommerce-admin/src/Package.php(60): Automattic\WooCommerce\Admin\Notes\WC_Admin_Notes_Deactivate_Plugin::delete_note() #4 [internal function]: Automattic\WooCommerce\Admin\Composer\Package::init() #5 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/src/Packages.php(72): call_user in /home/kunde/public_html/wp/wp-content/plugins/woocommerce/includes/class-wc-data-store.php on line 107There has been a critical error on your website. Please check your site admin email inbox for instructions.
Learn more about debugging in WordPress.
Notice: Undefined property: wpdb::$actionscheduler_actions in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_actions in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_actions in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_actions in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_groups in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_groups in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Notice: Undefined property: wpdb::$actionscheduler_actions in /home/kunde/public_html/wp/wp-includes/wp-db.php on line 659
Fatal error: Uncaught RuntimeException: Error saving action: Error saving action: Incorrect table name ” in /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php:44 Stack trace: #0 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/data-stores/ActionScheduler_HybridStore.php(225): ActionScheduler_DBStoreMigrator->save_action(Object(ActionScheduler_Action), NULL) #1 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(177): ActionScheduler_HybridStore->save_action(Object(ActionScheduler_Action)) #2 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/ActionScheduler_ActionFactory.php(84): ActionScheduler_ActionFactory->store(Object(ActionScheduler_Action)) #3 /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/functions.php(30): ActionSch in /home/kunde/public_html/wp/wp-content/plugins/woocommerce/packages/action-scheduler/classes/migration/ActionScheduler_DBStoreMigrator.php on line 44
——————————
Greetings DeexperteForum: Plugins
In reply to: [Simple Download Monitor] Corrupted file after download Excel-fileSolution that works for me:
modify sdm-download-request-handler.php line 194:
//ob_end_clean();
if (ob_get_length()) ob_end_clean();
readfile( $filename );
exit;But this is not persistent if this php-file changes by updates.
The best would be that the developers investigate this and modify the code.
Considering the good properties of that plugin and the good documentation it will be worth for the plugin.
Greetings
DeexperteForum: Plugins
In reply to: [Simple Download Monitor] Corrupted file after download Excel-file@mra13 thank you for your comment.
What do you mean by “on some servers”?
Do you know the server requirements?
Greetings
DeexperteForum: Plugins
In reply to: [Simple Download Monitor] Corrupted file after download Excel-filePlease ask your developers for that. They should know about.
Thank you!
Deexperte