I recently upgraded to Wordpress 5.3 with PHP version 7.2.24. After a couple hours Wordpress appears to log me out (permission based pages and widgets are not displayed). When I select to login it presents the normal Wordpress login page where I enter my username and password. When I click login the site redirects me to a page"
https://example.com/login-2/?redirect_to=https%3A%2F%2Fexample.com%2Fwp-admin%2Findex.php&action=confirm_admin_email
This page indicates that I am already logged in.
If while logged in (not waiting for the session to expire) I log out and try to login the same thing happens, it redirects me and says I'm already logged in.
After the redirect I am logged in, the issue is it is confusing users and one of the plugins we use shows users logged and until the plugin refreshes (with AJAX) it shows that I am logged in multiple times.
This happens to all users.
I have cleared my cookies.
I have checked functions.php in my parent and child themes for
anything related to cookie expiration.
I have looked for a plugin related to persistent logins.
I and checked and recreated my .htaccess
Anyone have any ideas?
Related
I have my WordPress site, https://taajisabji.incheaprate.com. There is a problem that after customers logged in, they can access all other pages except the home page. A home page giving Err_too_many_redirects error after logged in. Before logging in, it is works superb.
I have tried everything like, WP URL, Site URL, wp-config.php but it's not working. I think this is some other problem as the error shown only after the customer logged in.
Through the Admin account logged in, the Home page is not redirecting means works well.
Finally I got the solution of my query.
My homepage was blocked by Ultimate User plugin. I have made some changes like access the home page was unticked and the same I have ticked in Customer User Roles.
Now my problem solved...
If you are facing the same issue, please check the ultimate user plugin first.
I am using WPBrigade plugin "LoginPress" and has a login page which is created from file: wp-login.php.
If a new visitor is logging into the site, it displays an login_error with the following warning:
quote Error: Cookies are blocked or not supported by your browser. You must enable cookies in order to use WordPress.
If the user tries to login again without clicking on the link provided by the error message and do not adjust browser settings regarding cookies the login works fine and the user is logged into the site. If they click on the link they are redirected to wordpress official site regarding cookies. If they then return to the site it works fine (since it's a second attempt like in the first case).
My problem is that I want the user to be able to login without having this warning that disturbs the user experience. The login process is now 2 steps with a mandatory second try that works. I want it to work the first time. I can't seem to find the solution plugin documentation, and niether on wordpress site.
Check the issue by enabling the debugging in WordPress
https://wordpress.org/support/article/debugging-in-wordpress/
Hi I am making simple wordpress sites, but recently I turned on the "Allow new members to register" option. I did some tests and: when I'm logged out I visit some pages of my site, after that I log in and I'm redirected to the home page and it is correctly indicated that I am logged in. But then I visit the same pages, which I visited when I was logged out, and on them I appear as logged out. If I do a F5 refresh, I appear logged in again. To put it simply: my browser cache for the whole site does not get cleared when I log in. Is this normal behaviour and if no how can I fix it?
I have upgraded WordPress from 2.2 to 4.3.1 manually and also updated all the related plugins, but after update WordPress, the user of my site is not able to login.
When user puts its email id and password and after clicking to the submit button the page gets redirected to wp-login.php with error message invalid user name even with correct user name and password, even after register the user's are not able to login. In general after login the users are suppose to go their profile page.
I had tried every possible solutions.
adding redirection code in my function.php
Changing login password.
custom login code instead to send in wp-login.php
Renaming my current theme then manually update with fresh WordPress
In general after login the users are suppose to go, to their profile page.
Nothing works in my case.
There might be the plugin issue. Did you tried deactivating the plugins and see if users can logged in after deactivating the plugins. Try deactivating the plugins.
can you confirm that your wp-settings.php matches this one?
https://github.com/WordPress/WordPress/blob/4.0/wp-settings.php
Specifically line 122 that requires session.php, and that session.php also matches
https://github.com/WordPress/WordPress/blob/4.0/wp-includes/session.php
If you still getting issue.
Try to reference from here
After WordPress3.7 , it automatic updates the WordPress and it won't allow admin or anybody to login so This post guides you to ix it
http://onl9class.com/solved-cant-login-after-wordpress-update/
I have integrated Mybb forum with wordpress 3.3.2 using zingiri. The URL is www.etrixdevenv.com/ssc2pg2/community. The etrixdevenv.com is our development server. And project name is ssc2pg.
The problem we are facing is that when one registered user (for trial) logs in, then it works just fine. But when any other user just visits (not log on) the community page (forum) then if the previous logged on user tries to post a new thread / reply or any other activity, it simply gets logged out. Can anybody suggest an answer? Also the formatting buttons are missing from the post editor.
Could be a cookie issue. Make sure that you're setting the cookie domain correctly in Settings of the Admin panel.