Home › Forums › Community Forum › Updated Elegant Theme and now can't log in
This topic contains 21 replies, has 3 voices. Last updated by Cristián Lávaque 4 years ago.
Topic Author | Topic |
---|---|
Posted: Wednesday Dec 5th, 2012 at 2:27 pm #33595 | |
|
|
Through Godaddy I backed up my previous theme, downloaded the new .zip of the updated theme and went to my sight to log in. the S2Member login page is there fine and when I enter my password the screen flickers and starts over blank. There is no message that I have entered an incorrect password…just blank fields. I then tried to request a new password and the procedure went fine, emailing me a link to reset. When I entered in the new password, same thing. Screen flickers and login panes are blank again. Being the admin…this is a problem. If you can offer a suggestion, I’ll be very appreciative. Thank you.
|
List Of Topic Replies
Author | Replies |
---|---|
Author | Replies |
Posted: Wednesday Dec 5th, 2012 at 2:40 pm #33599 | |
![]() |
|
Hi Rick, That’s interesting. Sometimes this error occurs when you mix www. and without. What might be happening is that if you went to, say, http://example.com/wp-admin/, and you have your site set up to use http://www.example.com/, your site is redirecting you to the non-www site on login, where you are not logged in, and therefore sending you back to your login screen over and over. Check out this article: Knowledge Base » Don't mix www and without To test before going through the .htaccess tricks, try going straight to http://yoursite.com/wp-login.php and logging in. |
|
Posted: Wednesday Dec 5th, 2012 at 3:47 pm #33615 | |
|
|
Thank you Bruce, I tried the http://yoursite.com/wp-login.php (http://subdomain.whydoidate.com/wp-login.php) with the same result. We have a temp page at http://www.whydoidate.com while I work on the theme over at subdomain.whydoidate.com. I’ve always logged into the S2 page at subdomain.whydoidate.com/wp-login.php. Reading the article you provided was very helpful. Thanks. Do you have any other idea what I might try? Rick |
|
Posted: Wednesday Dec 5th, 2012 at 4:00 pm #33618 | |
![]() |
|
Hi Rick, Is subdomain.whydoiddate.com a site connected to whydoidate.com through WordPress Multisite? If so, can you log into the WordPress Dashboard by going to Network Admin -> Sites -> Dashboard ? |
|
Posted: Wednesday Dec 5th, 2012 at 4:13 pm #33620 | |
|
|
No Sir, It’s a Godaddy thing. I just got off the phone with them and they said all theme information is under subdomain.whydoidate.com just as it was before I began the update procedure. Rick |
|
Posted: Wednesday Dec 5th, 2012 at 6:35 pm #33633 | |
![]() |
|
Hi Rick, To test I just created a test user on your account “s2test”, and it registers that I have no yet activated my account, and when there is no password. This leads me to believe that this is most likely an issue with your cookies, or because you are using a subdomain site setup.
EDIT: Just received activation email. Can sign in with regular account. Perhaps this is a problem with a corrupted admin account? Try following these instructions to create a new admin account through mySQL and see if you can log in that way: http://www.dnawebagency.com/how-to-add-an-admin-user-to-the-wordpress-database
|
|
Posted: Wednesday Dec 5th, 2012 at 8:11 pm #33644 | |
|
|
I went to Godaddy (since my theme runs on their copy of WordPress) to make your revisions and they said that their version of WP may not be compatible with my theme which was just released 5 days ago. I’ve gone back to Elegant themes to download a copy that was available after the copy I had been using and the version I downloaded today. This “2.9” is out there so I’ll give it a go to see if the login issue remains. I’ll let you know how it goes. Thanks again, Rick |
|
Posted: Thursday Dec 6th, 2012 at 4:14 pm #33764 | |
|
|
Hi Bruce, I have an interim update… Still waiting on Godaddy so nothing new there. I tried to change the password through the login screen and it seemed to work, sending confirmation emails to me. Not sure if that means anything, but I thought I’d mention it. Thanks, Rick |
|
Posted: Thursday Dec 6th, 2012 at 4:25 pm #33769 | |
![]() |
|
Hi Rick, Thanks for the update. We’ll await GoDaddy’s response. |
|
Posted: Thursday Dec 6th, 2012 at 7:16 pm #33817 | |
|
|
Hi Bruce, Godaddy walked me through the process (specifically listed below). I added a new user (Rick) and password and then went in and listed the privileges (’10’ as specified). I can login and now we get through the login screen but only end up on the generic home page (subdomain.whydoidate.com) without any admin (or subscriber) capabilities. As specified in the instructions, I enter through subdomain.whydoidate.com/wp-admin. It then forwards me to the S2 Login screen (as I believe is appropriate). I don’t see anywhere to attach a graphic so I’ll email you a screen print of the recorded alterations from the SQL pages. FYI: The login I had for “Connie” still flickers and remains on the Login screen. Whatcha think? Thanks, Rick Specific instructions you provided: user_login – this is the username you want to use to access WordPress Ok now that you have got all of that information entered you will need to hit the “Go” button at the bottom of the phpMyAdmin window. You should be redirected to a page that shows the results of your query. If there are no errors continue with editing the wp_usermeta table. So now that we have inserted our user we will need to give it privileges to access the WordPress Admin seciton. This is done through the wp_usermeta table. You will need to know the id of the user you just created. If you don’t know the id now would be a good time to check the wp_users table for it. We will need to insert two rows into the wp_usermeta table, wp_capabilities and wp_user_level. Here are the steps you will need to follow to give your user privileges. Click on the wp_usermeta table to bring up the entries. Now you should be able to login to your wp-admin page with the username and password you specified for this user. After logged in I would visit the Users section within WordPress, click edit on the user I just added, and click the Update Profile button at the bottom of the screen. This will allow WordPress to go through and add some more information and “clean up” the user we just added.
|
|
Posted: Saturday Dec 8th, 2012 at 2:07 pm #33996 | |
![]() |
|
Hi Rick, Thanks for the update. This part:
Should give administrative privileges to your admin account, if you did it correctly. Ensure that you did that correctly and you should have another admin account. Then you can see if it fixed your problem. |
|
Posted: Saturday Dec 8th, 2012 at 2:45 pm #34010 | |
|
|
Hi Bruce, Before (in line 7) I inserted the “-” before the a:1: . Should the ” – ” be there too? – a:1:{s:13:”administrator”;b:1;} |
|
Posted: Saturday Dec 8th, 2012 at 3:06 pm #34015 | |
![]() |
|
Hi Rick, No, that’s not supposed to be there. just |
|
Posted: Saturday Dec 8th, 2012 at 5:27 pm #34016 | |
|
|
Thank you Sir, I’ve gone in several times first making the alterations to the original user and then I tried by creating new users. The login still brings me to the home page with a Log in / Register option at the top left of the screen. I did notice something I hadn’t seen before, on the wp_user page there is a warning in yellow with a red border that says, “The following indexes appear to be equal and one of them should be removed: user_login, user_login_key” I’ve made a screen print of each step (and the yellow warning) if you would like to see them. I also called GoDaddy about the yellow warning and they said that they cannot help with that. They also told me that their system only has the capability of using one admin and that all other users will have a lower level of access. He also said that he doesn’t have the experience needed and that whoever I’m dealing with (i.e. you) knows much more than he does…. In addition to the account I created, it does show an “admin” user but I don’t have that password information. Rick
|
|
Posted: Sunday Dec 9th, 2012 at 1:14 am #34036 | |
|
|
Quick note Bruce… Can you check to see if your log in allows you to alter a post I’ve inserted into a page? For instance: http://subdomain.whydoidate.com/testing-to-see-if-page-will-follow-peeve-category I created a new user (level 2) to see if I could alter a post as I did before the upgrade. It sends me to the same home page (as the admin account we’re trying to establish) with the Log in / Register option at the top. I cannot edit a post after registering a new user…even if I log out and sign in again. FYI… Rick |
|
Posted: Sunday Dec 9th, 2012 at 2:50 pm #34065 | |
![]() |
|
This is likely the problem. Your user’s permissions must have been changed by GoDaddy when you created it.
You should be able to reset your password for admin. Try going to /wp-login.php?action=lostpassword and see if that works for you. — If you cannot get this up and running soon, you will most likely need to reinstall WordPress, while moving Posts/Pages with you so that you don’t lose your data. It sounds like something got corrupted with your Database. You should be able to export the wp_posts and wp_postmeta tables via PHPMyAdmin and then Import them when you reinstall WordPress. Personally, I would recommend *not* using the GoDaddy WordPress installer, and just copying the files over via FTP, if it comes down to reinstalling WordPress. |
|
Posted: Sunday Dec 9th, 2012 at 8:19 pm #34091 | |
|
|
WAIT…i found Godaddy instructions to do this….I’ll be right back….R Hi Bruce, Calling Godaddy we changed the password and the Log in doesn’t recognize the username as verified (by godaddy). They said that they don’t know how to manually install WordPress. Can you tell me where to find instructions….? Rick
|
|
Posted: Monday Dec 10th, 2012 at 12:25 am #34105 | |
|
|
Gee what a wild ride, thank you Bruce so much for your help. I’ve reinstalled WordPress, then I reinstalled the backed up database files. So now I can log in, alter posts; the S2 seems to working. There’s one last thing that needs addressed… In the upper left of the screen I have the WhyDoIDate term. Before all this started I could toggle to WordPress to make alternations but now the second option is not there. Now it takes me to the home page. I went back into Godaddy and deleted the admin user so the new user I installed with the meta_value – ’10’ should be working as an administrator. GoDaddy confirms this is correct. So if you can help me toggle to WordPress, life should be great again. Rick
|
|
Posted: Monday Dec 10th, 2012 at 12:15 pm #34150 | |
|
|
Update Monday morning: Hi Bruce, I went to GoDaddy asking what is going on. They sent a link to sign directly into WordPress which returns a screen saying that I don’t have permissions to go any further. Then they disconnected the S2-Pro plugin files and I tried to sign into WordPress directly and received the same message. They tell me that S2 has changed the user profile in the data base and moved line 0 so now to find and decipher the permissions will be very difficult to do. We’re way over my head at this point so they recommend I shut everything down and start my site over from the beginning. He said that most security programs have a back door so I don’t know if that can help in this situation… Can you tell me what your view of the situation is? Thanks, Rick |
|
Posted: Tuesday Dec 11th, 2012 at 7:10 am #34223 | |
|
|
Rick, could you explain what you mean by this? A screenshot would also help.
s2Member doesn’t change the users, especially the admin. s2Member, when changing the user level or custom capabilities, does change the WP role and capabilities for users other than the admin. s2Member doesn’t edit the rows in the “users” database table. |
|
Posted: Tuesday Dec 11th, 2012 at 7:05 pm #34310 | |
|
|
Hi Cristian, After everything that has gone on with Godaddy blaming S2, I did some inquiries and found that no WP user I asked recommended them (for WP). So, I’ve signed on with hostgator, reloaded WordPress and I’m starting from scratch with my theme. I think this approach will save time and potential problems in the future. I appreciate your and Bruce’s help very much. Rick |
|
Posted: Wednesday Dec 12th, 2012 at 10:27 am #34371 | |
|
|
Cool, sounds like a good idea. I hope all goes well then. Let us know if you have more questions. :) |
This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.