King Ding
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Apple Pay & Google Pay ValidationGiven these settings (https://imgur.com/7GX7Tdu), I would assume that Apple Pay payments would be rejected because usernames are set to not auto generate?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Apple Pay & Google Pay ValidationThanks for helping me understand! My only question is – how is the username field populated? And the password? What determines their username and password if they don’t manually input this information?
- This reply was modified 1 year, 1 month ago by King Ding.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Form StylingThank you, this is very helpful!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Form StylingJust the regular stripe debit/credit card payment ones?
Here’s a link to which I’m referring to: https://imgur.com/PWx2Z0X
Also how do I remove the card images where the arrow is pointing?
Thanks!
- This reply was modified 1 year, 1 month ago by King Ding.
Forum: Plugins
In reply to: [Site Reviews] Possible bug?Gotcha! Thanks for the info ??
Woohoo, thanks for the update on this!
Forum: Plugins
In reply to: [WooCommerce] Disallow ‘Special Characters’ During Checkout RegistrationI was hoping for something a bit lighter that I could add to my functions, rather than a full blown plugin. Though I have tested the plugin and it doesn’t work.
Through my experience in the past, I’ve only managed to get this to work on the default WordPress registration page, but not at the Woocommerce checkout. It’s as if Woocommerce registration has a different method of registration that WordPress?
Oh yeah? Complex in that, an action hook won’t cut it? Hopefully someone can provide some insight – thanks for the suggestions!
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importelseif( is_array( $element ) ){ $element_string = ''; $i = 0;
?
?These variable are just being set here, so I’m not sure what you’re looking for Javier :/ If you could send some specific instructions then that would be helpful.Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importI’m sorry Javier, I know this thread has been tedious for you. I write and read PHP in WordPress, but I’m not familiar with var_export – perhaps because of my lack of formal training.
I’m lost and running out of options, so maybe it’s best if I just move on from this and accept defeat.
Despite our unsuccessful efforts, I do appreciate your time, prompt cooperation, and service thus far. Thank you!
If I happen to be able to provide you with the info you need, then I’ll be sure to let you know..
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importHere’s a note from the error log in case that helps?
2021/07/01 05:59:48 [error] 15481#15481: *7861 FastCGI sent in stderr: "PHP message: PHP Recoverable fatal error: Object of class stdClass could not be converted to string in /www/site_309/public/wp-content/plugins/import-users-from-csv-with-meta/classes/helper.php on line 278" while reading upstream, client: 49.197.45.14, server: www.site.com, request: "POST /wp-admin/tools.php?page=acui HTTP/1.0", upstream: "fastcgi://unix:/var/run/php7.3-fpm-site.sock:", host: "www.site.com", referrer: "https://www.site.com/wp-admin/tools.php?page=acui"
And some more error data:
Notice: update_user_meta( $user_id, 'last_activity' ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_update_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /www/site_309/public/wp-includes/functions.php on line 5313
Notice: get_user_meta( $user_id, 'last_activity' ) was called incorrectly. User last_activity data is no longer stored in usermeta. Use bp_get_user_last_activity() instead. Please see Debugging in WordPress for more information. (This message was added in version 2.0.0.) in /www/site_309/public/wp-includes/functions.php on line 5313
- This reply was modified 3 years, 4 months ago by King Ding. Reason: more logs
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importOk Javier, maybe it’s simpler if I provide you with temporary login credentials so that you can take a peek?
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importI see. I figured that you might be able to see this yourself, since you would have wrote the code?
This particular function closes at the line quoted in my error code at the beginning of the thread (220): https://bit.ly/2Sy65cr
Is that what you need?
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importI am very familiar with PHP actually Javier, and have made many successful plugins of my own. I just don’t understand what
variable
you are referring to inn this case exactly.Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importSorry Javier, I don’t understand what is
the variable
. Is there anything else you think I could try?