[support] Disappearing user login

Don donald at fane.com
Sat Jan 4 23:14:14 UTC 2014


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-0001.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-0001.png 


More information about the support mailing list