I have a newish installation of Drupal. For the most part, I have just been installing modules. I left the site alone for a few days and when I went back the login button was gone. I have been updating everything from the front end and don't have SSH access (I do have FTP). I'd like to log in and fix the problem but I have no clue how. I did a web search and saw lots of things about going to one page or another but none of them did me any good. 

Comments

mmjvb’s picture

In order to login use: http://drupal7/?q=user/login

where drupal7 is the domain of your site.

Jayhova’s picture

As I said I have tried a number of different pages and that is one of them. The login tab is blank. http://kwikcite.com/?q=user/login only allows me to apply for a new password or create a new account, I can't do either because I can't log in

mmjvb’s picture

<script type="text/javascript" />

All code following it is not recognized, which is why you don't see the login pages. Suspect the social login module you introduced to be the cause of this. Might be related to your infrastructure, it probably doesn't meet requirements. Probably expecting <script></script>

Apart from the fact that an empty script tag is strange. Suggest to start with a clean environment and add anything you require, checking the login after each module added.

Jayhova’s picture

Given all this how do I fix this? Or how do I go about troubleshooting it?