nirmannarang
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t make any changes after hosting onlineYou can also refer to:
https://codex.ww.wp.xz.cn/I_Make_Changes_and_Nothing_HappensForum: Fixing WordPress
In reply to: Can’t make any changes after hosting onlineThis might be due to website being loading from cache for faster loading. Try to purge the cache and then try.
Follow the instructions from : https://wpengine.com/support/cache/Forum: Fixing WordPress
In reply to: Error message – HTTP ERROR 500 – Website not being displayedProbably you broke it. Don’t worry you can revert back it.
1. Undo your changes.
2. In case you have backup before editing, you can restore it using FTP/SFTP.
You can also use cPanel for the same as it does not require dashboard access.Forum: Fixing WordPress
In reply to: Login doesn’t work when in Maintenance modeIf you can log in to cPanel, you can try Resetting the Admin_Password from Database.
Login to cPanel.
Click on phpMyAdmin in the Databases section of cPanel, then click on WordPress Database.
The database will be like username_wp***, username here is cPanel username.
Click on SQL on top menu bar.
In SQL text box query, enter the following command:UPDATE
wp_usersSETuser_pass= MD5( ‘new_password’ ) WHEREwp_users.user_login= “admin_username”;Now click on GO. You should be able to login with your Admin_Password now I suppose. Give it a try, might work.
Please note that the table namewp_usersis dependent on the version of WordPress you are using. As some versions use another name likewpe6_users. Use it accordingly.- This reply was modified 8 years, 7 months ago by nirmannarang.
- This reply was modified 8 years, 7 months ago by nirmannarang.
Forum: Fixing WordPress
In reply to: Login doesn’t work when in Maintenance modeYou can also use the WordPress password recovery option to reset your password using your e-mail.
Or else it can be reset through the Database too.