[Solved] Blank screen when logging in with admin rights
Hello,
I'm in the process of moving my D7 site to nginx but I have run into the following problem.
When I log in using an account with some administrative privileges I get a blank screen. When I login as a normal authenticated user everything works fine.
Does anybody have any idea what might be causing this?
This is my config:
nginx.conf
user nginx;
worker_processes 1;
error_log /var/log/nginx/error.log warn;
pid /var/run/nginx.pid;
events {
worker_connections 1024;
}
http {
include /etc/nginx/mime.types;
Best caching for thousands of authenticated users?
Hi.
Currently I'm developing drupal page (as knowing drupal on medium+ level) for ONLY authenticated users.
Aim is to get even more than 1 mln loged in users.
Site will be quite simple. Users can add some nodes, that are visible ONLY for their friends. Users can search (currenlty using views filter) for a node (still ONLY their friends nodes), and can watch others friends profile (with nodes friend submitted).
I think that all page should be cached exept searching result. And if a user submitted a new node his profile should be updated (cache cleared).