[support] support Digest, Vol 133, Issue 8 > Disappearing user login

Chris McAndrew chris at csmcreative.com
Sun Jan 5 19:59:06 UTC 2014


Roger,

You can also try using /?q=user as that sometimes will work. If not, you
definitely need the error logs to assist. It's usually something simple
with the settings that got messed up. If you use backup and migrate you can
restore the db if you can get into phpmyadmin.

If you have no backups, in your settings.php set "allowFreeAccess" to true.
It's commented out so uncomment, set to true and that should let you in.
Don't forget to set back to false. The other thing I've done is delete the
salt hash but don't close the settings.php and if you get in, you can
revert and save again. The AllowFreeAccess should work though.

Hopefully that helps. Good luck.

Chris McAndrew
csmcreative, llc.
http://csmcreative.com




On Sat, Jan 4, 2014 at 6:21 PM, <support-request at drupal.org> wrote:

> Send support mailing list submissions to
>         support at drupal.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.drupal.org/mailman/listinfo/support
> or, via email, send a message with subject or body 'help' to
>         support-request at drupal.org
>
> You can reach the person managing the list at
>         support-owner at drupal.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of support digest..."
>
>
> Today's Topics:
>
>    1. Re: Improving performance (Gregg Marshall)
>    2. Disappearing user login (Roger)
>    3.  Disappearing user login (Don)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 4 Jan 2014 14:37:38 -0700
> From: "Gregg Marshall" <mimlist at repconnection.com>
> Subject: Re: [support] Improving performance
> To: <support at drupal.org>
> Message-ID: <01b801cf0995$30fcba80$92f62f80$@repconnection.com>
> Content-Type: text/plain;       charset="iso-8859-1"
>
> I learned a whole lot from the excellent book High Performance Drupal that
> just came out this fall.  An excellent resource.
>
> Gregg Marshall
>
> -----Original Message-----
> From: support-bounces at drupal.org [mailto:support-bounces at drupal.org] On
> Behalf Of Alison
> Sent: Saturday, January 04, 2014 2:42 AM
> To: support at drupal.org
> Subject: Re: [support] Improving performance
>
>
> Think the problem is now resolved to my satisfaction. Thanks.
>
> I have previously used Memcache successfully, and now with APC opcode
> caching and a bit of MySQL tuning, all looks good.
>
> Alison
>
>
>
> At 07:50 PM 04-01-14, you wrote:
> >Dear Alison, Have you considered using varnish? Best wishes, Sh??rab. -- [
> Drupal support list | http://lists.drupal.org/ ]
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
>
>
> ------------------------------
>
> Message: 2
> Date: Sun, 05 Jan 2014 09:54:43 +1100
> From: Roger <arelem at bigpond.com>
> Subject: [support] Disappearing user login
> To: support at drupal.org
> Message-ID: <52C89133.6060800 at bigpond.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> We have a most peculiar situation.
> While developing a theme in zen starterkit and following tuts and
> videos, etc the user login ceased to function.
> Cannot log in even with localhost/mydrupal/user which is how I normally
> login. All we get is a blank screen.
> Google suggested some overriding code to go into the page.tpl.php, which
> allowed login but returns the new theme screen but no admin even if we
> enter localhost/mydrupal/admin in the url.
> /user is core functionality, file template and css are all available, we
> have not changed any core files.
>
> I used drush to make garland the default theme and tried to drush
> disable the zen theme but both fail. drush returns an error request
> -drush clear-cache drush which in turn returns the same error.
>
> I did drush up to install drupal 7.25 and update modules but it did not
> help.
> Cannot find anything we have done in the dev theme which may relate to
> /user login or admin.
>
> most perplexing.
> How would we solve the lack of admin and why would login cease to function?
>
> Help much appreciated
> Roger
>
>
> ------------------------------
>
> Message: 3
> Date: Sat, 04 Jan 2014 18:14:14 -0500
> From: Don <donald at fane.com>
> Subject: [support]  Disappearing user login
> To: Roger <arelem at bigpond.com>, support at drupal.org
> Message-ID: <52C895C6.9020301 at fane.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Roger,
> The blank screen means you're getting a php error but you have
> display_error set off in php.ini or in the boot path.
> You may have an error in your login path, your session table may be
> corrupted, you might be running out of memory on your server, or the
> server may be having trouble setting a session cookie on your browser.
> These are common problems.
>
> Try adding
> error_reporting(E_ALL);
> ini_set('display_errors', TRUE);
> ini_set('display_startup_errors', TRUE);
>
> after the boot code in index.php
> Also check your apache logs watchdog table to see if you're getting errors.
> --
>
> --
> -Don Pickerel-
> Fane Software
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://lists.drupal.org/pipermail/support/attachments/20140104/d5c10d76/attachment.html
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Fane-th.png
> Type: image/png
> Size: 18361 bytes
> Desc: not available
> Url :
> http://lists.drupal.org/pipermail/support/attachments/20140104/d5c10d76/attachment.png
>
> ------------------------------
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
> End of support Digest, Vol 133, Issue 8
> ***************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.drupal.org/pipermail/support/attachments/20140105/f455c955/attachment.html 


More information about the support mailing list