dmishra
Forum Replies Created
-
Hi
I am getting an error saying:
The Wordfence Web Application Firewall cannot run. The configuration files are corrupt or inaccessible by the web server, which is preventing the WAF from functioning. Please verify the web server has permission to access the configuration files. You may also try to rebuild the configuration file by clicking here. It will automatically resume normal operation when it is fixed.How to fix this issue
Hi
I am using a premium version but when plugin is updated to new version I am not able to update my api key
Forum: Fixing WordPress
In reply to: Save/Update/Publish Buttons Don’t Work (Grayed Out)Hi,
When i am creating new pages/ new post i am not able to see the Publish button instead of publish button it’s showing Submit for Review button. when i am clicking on submit for review button it’s giving error Sorry, you are not allowed to edit this post.
please help me it on live site.
When i am on the checkout page proceed with the payment (Braintree payment gateway) method getting error Internal server error.
Why i am getting an Internal server error
yes it’s on the testing environment and also not getting order confirmation email
My password should be 8 character strong including upper case, lower case, number and symbol.
when i try these by your plugin it not working properly. if you can check example my password: Mummmy$2 is not giving password as a strong paswword.Forum: Plugins
In reply to: [Membership 2] Customize Password Reset Page and Redirect on SubmitHi
I need a strong password in 8 character only. can you guide me where to change it. i want to used symbol, 1 number and lower case letters only in my password.
- This reply was modified 7 years, 4 months ago by dmishra.
Forum: Fixing WordPress
In reply to: WP ADMIN : Sorry, you are not allowed to access this pageI followed this (https://edwiser.org/bridge/documentation/) but I can’t synchronize users between wp and moodle and I can’t find “‘Users‘ tab in the admin menu”
Example when WordPress create user then the same user has to work in the moodle also but its not working
Forum: Plugins
In reply to: [Membership 2] Customize Password Reset Page and Redirect on SubmitWhen user register then he should get the email and in email the link should be reset password.
example: when user register he should redirect to reset password link.Forum: Plugins
In reply to: [WooCommerce] Customer can register at checkout with a 8 character passwordCan i restrict password strength setting to 8 character only. can you share a code to me.
example if user type password less than 8 character it should give error (please enter maximum 8 character) and also if user type password more than 10 character it should give error (please enter maximum 8 character) only.Forum: Plugins
In reply to: [WooCommerce] Customer can register at checkout with a 8 character passwordActually i need total 8 characters password which included number, letter and special character. In 8 characters i need strong, medium, weak password.
Instead of My Account i need password reset page what should i change in below code. “wc_get_page_permalink( ‘myaccount’ )”
Forum: Plugins
In reply to: [WooCommerce] Customer can register at checkout with a 8 character passwordHi,
On checkout page the account password should not be more than 8 characters only.
The code which you have given will work not be more than 8 characters
add_filter( ‘woocommerce_min_password_strength’, create_function( ”, ‘return 2;’ ) );Forum: Plugins
In reply to: [Wp-Pro-Quiz] Mail Not SentThe mail functionalities is not working on the websites. If user has finished the quiz then user get the email notifications about the result. but nothing happening