syedaliazlan
Forum Replies Created
-
Hi. I am still waiting for an update from you guys. Could you help please?
Hi,
I have tried enabling and disabling the “Start scans remotely” option but it didn’t help. Also, the scan terminates as soon as I hit the “start scan” button.
Furthermore, I have also enabled WordPress troubleshooting mode to disable all other plugins to see if it’s the plugin conflict but had no look.
Lastly, I enabled debugging under WordFence and eventually got the logs you asked for and I am sharing them below:- [Oct 12 11:38:51] Scan stop request received.
- [Oct 12 11:39:13] Scan stop request received.
- [Oct 12 11:41:23] Calling Wordfence API v2.26:https://noc1.wordfence.com/v2.26/?k=55685c0ecc5f5bd48014166a4f9faf1649f097254fcf92539338746710d8f08dd6ec5acee92425ec1bb3b6e0986af97111e39e06b946b14899f4454f6cb6980e&s=eyJ3cCI6IjYuMy4xIiwid2YiOiI3LjEwLjQiLCJtcyI6ZmFsc2UsImgiOiJodHRwczpcL1wvcmFuZGN3aWxsaWFtcy5sdGQudWsiLCJzc2x2Ijo4MDUzMDY0OTYsInB2IjoiNy40LjMzIiwicHQiOiJhcGFjaGUyaGFuZGxlciIsImN2IjoiNy44NS4wIiwiY3MiOiJPcGVuU1NMXC8zLjAuOSIsInN2IjoiQXBhY2hlIiwiZHYiOiI1LjcuNDMtY2xsLWx2ZSIsImxhbmciOiIifQ&action=timestamp
- [Oct 12 11:41:26] Scan stop request received.
- [Oct 12 11:41:46] Calling Wordfence API v2.26:https://noc1.wordfence.com/v2.26/?k=55685c0ecc5f5bd48014166a4f9faf1649f097254fcf92539338746710d8f08dd6ec5acee92425ec1bb3b6e0986af97111e39e06b946b14899f4454f6cb6980e&s=eyJ3cCI6IjYuMy4xIiwid2YiOiI3LjEwLjQiLCJtcyI6ZmFsc2UsImgiOiJodHRwczpcL1wvcmFuZGN3aWxsaWFtcy5sdGQudWsiLCJzc2x2Ijo4MDUzMDY0OTYsInB2IjoiNy40LjMzIiwicHQiOiJhcGFjaGUyaGFuZGxlciIsImN2IjoiNy44NS4wIiwiY3MiOiJPcGVuU1NMXC8zLjAuOSIsInN2IjoiQXBhY2hlIiwiZHYiOiI1LjcuNDMtY2xsLWx2ZSIsImxhbmciOiIifQ&action=plugin_vulnerability_check
- [Oct 12 11:43:12] Ajax request received to start scan.
- [Oct 12 11:43:12] Entering start scan routine
- [Oct 12 11:43:12] Got value from wf config maxExecutionTime: 0
- [Oct 12 11:43:12] Got max_execution_time value from ini: 120
- [Oct 12 11:43:12] ini value of 120 is higher than value for WORDFENCE_SCAN_MAX_INI_EXECUTION_TIME (90), reducing
- [Oct 12 11:43:12] getMaxExecutionTime() returning half ini value: 45
- [Oct 12 11:43:12] Starting cron via proxy at URL https://noc1.wordfence.com/scanp/randcwilliams.ltd.uk/wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=highsensitivity&cronKey=bc579774ebe41176dc9b821e29780be0&k=55685c0ecc5f5bd48014166a4f9faf1649f097254fcf92539338746710d8f08dd6ec5acee92425ec1bb3b6e0986af97111e39e06b946b14899f4454f6cb6980e&ssl=1&signature=459faee5e55a8b0c4757fdac127fed806ae04bdf7401da572e79a9ba0a12c4cc
- [Oct 12 11:43:13]?Scan process ended after forking.
Thanks and I am looking forward to hearing back from you.
These are the error screenshots:
https://prnt.sc/XClw3pSFTzl6
https://prnt.sc/UfZZ8CIzDRlN
@zorem Thank for getting back to me. Can you tell me how much time will it take and the cost for this feature?
@zorem Could you be kind enough to let me know how can I trigger the email verification process when a user is created using WP Rest API. I have studied the plugin code in detail and if I can get any direction, maybe I can come up with a solution.
Thank you!
function wpdocs_check_user_email_updated( $user_id, $old_user_data ) { $old_user_email = $old_user_data->data->user_email; $user = get_userdata( $user_id ); $new_user_email = $user->user_email; if ( $new_user_email !== $old_user_email ) { delete_user_meta($user_id, "customer_email_verified"); // email resend hook to call here } } add_action( 'profile_update', 'wpdocs_check_user_email_updated', 10, 2 );
I see but is there any hook defined in your plugin that I can call to resend it? This is the only blocker that I’m facing now and I have managed to sort out the rest.
Thank you for the support!Thank you for the information. One last request:
How can I resend the verification email automatically to the new email address if user email is updated from admin dashboard manually?Still waiting for an update here.
Forum: Plugins
In reply to: [WooCommerce] Error: Sorry, you cannot list resources.You guys literally doesn’t do anything to help me with this.
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones as CitiesThanks for the help!
Forum: Plugins
In reply to: [WooCommerce] Deleting products from id through CSVGot it! Thanks a lot.
Forum: Plugins
In reply to: [WooCommerce] Shipping Zones as CitiesOh so you’re suggesting me to create Zones on the basis of provinces names and then add cities to them?
Forum: Plugins
In reply to: [WooCommerce] Error: Sorry, you cannot list resources.Guys, I’m still waiting for a response. Please get back to me asap.
Thank you!
Forum: Plugins
In reply to: [WooCommerce] Can’t edit an orderThis issue was resolved, thanks!
Forum: Plugins
In reply to: [WooCommerce] Error: Sorry, you cannot list resources.Any update on this?