On Tue, Mar 12, 2013 at 3:26 PM, Mike Doroshenko II
<mi...@tecknoquest.com> wrote:
> I thought the error was "A server error occurred. Please contact the
> administrator."
>
> I hate when errors say to contact your system administrator, I am my system
> administrator and am frustrated by invalid instructions.
>
> django-facebook?
>

"A server error occurred. Please contact the administrator" is the
stock client error page displayed by django when it cannot run.

As the adminstrator, you have access to logs which should show you why
this is happening.

It's not appropriate to put this information into the client message.
It's not appropriate to email the admins about this; this error is
displayed when, eg, we cannot read settings.py.
It is appropriate to dump the necessary information to fix this into
the error log

The most common cause of this error is incorrect middleware settings.

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to