nocodeadam
Forum Replies Created
-
Hello @shahzeenfarooq , @mosesmedh ,
Actually deleting the “lost-password” endpoint fixed “reset password” however, it created another issue with the link sent “new account ” email. Link pointed to “page not found”. I addressed the issue with chatgpt, and provided solution worked. I am going to add it here, so that others can benefit.
Make the changes on “customer-new-account.php ” (wp-content/plugins/woocommerce/templates/emails/customer-new-account.php) –>
——————————————————————
//ORIGINAL
if ( ‘yes’ === get_option( ‘woocommerce_registration_generate_password’ )
&& $password_generated
&& $set_password_url ) : ?>
//REPLACED WITH
if ( ‘yes’ === get_option( ‘woocommerce_registration_generate_password’ )
&& $password_generated ) : ?>——————————————————————
Flush your permalinks
After you’ve updated the template:
- In WP Admin go to Settings → Permalinks
- Click Save Changes (no edits needed)
- make sure that “Lost Password ” endpoint is also restored to “lost-password”
I hope this helps.
Hello @mosesmedh ,
Thank you for reminding me to run QA testing, I really appreciate!.
I just tested, and seems like this worked for me at the moment.
I will reach out again if the issue reappears.
Regards,
Deleting the “lost-password” endpoint and leaving it blank, solved the problem.
I do appreciate your help!
Thank you for prompt response.
As per suggestion, I disabled all plug ins; including elementor. changed the theme from “go” to “astra”. I even disabled and then re-enabled “woocommerce” again.
The issue still remains.
Please let me know.
Hello @shahzeenfarooq ,
I have updated woocommerce from 9.8.1 to 9.8.2 and then tested again, problem remains. below is the requested reports;
- System Status Report = https://gist.github.com/ayteakkaya536/80b30f1320b0a28bcead29fa1c33f063
- URL = http://www.scentientperfume.com/shop
- Fatal Error Log = https://gist.github.com/ayteakkaya536/34d926a4165db2b7c16a6c2cef6e793e
Not sure if this info would make any difference; I have disabled all non essential plug ins, and kept only “woocommerce ” and “woocommerce stripe gateway” enabled. issue repeated.
I do really appreciate you looking into this.