royalmicer
Forum Replies Created
-
You could have just written:
Thank you for reporting the broken download links. We will fix them asapThank you for the fast action taken, I have updated and seems all ok now.
Good service, thank youI’m running WordPress 6.7.0 and I’ve started seeing the following PHP Notice in my debug log whenever your plugin loads:
PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the “<your-textdomain>” domain was triggered too early. Translations should be loaded at the init action or later. (This message was added in version 6.7.0.) in /…/wp-includes/functions.php on line 6121What’s happening:
WordPress 6.7 introduced a just-in-time translation loader that expects all calls to load a plugin’s textdomain to occur at or after theinithook. If your code calls_load_textdomain_just_in_time()(or internally triggers translation loading) on plugin-file load, WP throws this notice.Why it matters:
- Early translation loading can lead to missing strings or conflicts with other plugins/themes that haven’t initialized yet.
- It clutters debug logs, making it harder to spot real errors.
How to fix:
Wrap yourload_plugin_textdomain()(or equivalent) call in aninitcallback, for example:add_action( 'init', function() { load_plugin_textdomain( '<your-textdomain>', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' ); }, 5 );This ensures translations are loaded at the correct time in WordPress’s lifecycle.
I hope this helps! Please let me know if you need any further details.
Thanks for all your hard work on the plugin!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] How to check support ticketsThank you i received a response now.
Forum: Plugins
In reply to: [Product Tabs for WooCommerce] 1.8.5 is vulnerable to PHP Object InjectionMy apologies, it looks like you are correct, the plugin with the issue is by developer Code Parrots.
I am sorry for the wrong reporting
Forum: Plugins
In reply to: [Groups] This plugin is incompatible with the enabled WooCommerce featuresThanks, i confirm the message is no longer showing after updating to Version 3.4.1.
Thanks for the quick actionForum: Plugins
In reply to: [Groups] This plugin is incompatible with the enabled WooCommerce featuresThis is what i have under WooCommerce Features https://drive.google.com/file/d/15UYSKxc6XO0kzk65JYXg-qjEacdhAacI/view?usp=sharing
Forum: Plugins
In reply to: [Groups] This plugin is incompatible with the enabled WooCommerce featuresHI Kento,
Thanks for the quick response. I will look out for the update.
I am not sure what the “remote logging” is and where to see it. I did find a remote logging under WooCommerce > Settings > Advanced > WooCommerce.com which i have now disabled, but it is still showing “This plugin is incompatible with the enabled WooCommerce features ‘Remote Logging’ and ‘High-Performance order storage’, it shouldn’t be activated” not sure if it maybe cached, or if there is another remote logging. The only thing i think it could be is my Metorik plugin which can be see via this Metorik – Reports & Email Automation for WooCommerce – WordPress plugin | WordPress.orgYou were right i had the default PayPal payment activated instead of the Payment plugins one.
Thank youMichael
Great, thank you very much for your help.
Enjoy what’s left of your weekend
Yes, i was using another stripe plugin last year.
Would it be ok if i update the payment method of those subscriptions with SRC_ so they are all PM_ ( i will get the PM from the most recent renewal on Stripe
Thanks
- This reply was modified 1 year, 9 months ago by royalmicer.
Thanks for the sugggestion, i am busy going thru all active subscriptions now and you are right, i am finding many with empty Stripe fields, i am now updating those one by one.
I noticed that some transactions the payment method starts with PM_ and others start with SCR_ — are both ok, and what is the difference?
I also noticed that those transactions where customer selected browser payments, the payment method only show : Browser payments.
Thanks for your help, appreciate your great service.
Thank you for the prompt response.
I checked a subscription which failed earlier, but which succeeded manually, and i can confirm the Stripe customer ID and payment method token fields were populated.
I think i will need to wait for a renewal to fail again, so i can be then check if the fields were populated correctly, that way I can know for certain.
No i dont have any custom code related to Stripe. plugin...
- This reply was modified 1 year, 9 months ago by royalmicer.
Edward, my server management has tripple checked and the address does excist.
For skype, i used your personal skype name: Edward Plugins.
I also forward an email to your personal email address.
PLease can you check, and reach out to me so we can reolve all this issues i am having . I am using the paid version of your plugin for 3 years allready, my last renewal via your site for the umlimited version was : [Order #14203] (January 29, 2024)
Since none of my emails or the contact form on your site is reaching you, please can you email me so we can fix this.