Hi,
I recently updated my website to latest revision and wen i want to login with facebook , a small popup is opening where i see a 500 error.
I turned debug On and here is the exception:
>EXCEPTION INFO:
Traceback (most recent call last):
File "/home/encrypt/webapps/osqa_server/lib/python2.6/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/home/encrypt/webapps/osqa_server/lib/python2.6/django/views/generic/simple.py", line 17, in direct_to_template
t = loader.get_template(template)
File "/home/encrypt/webapps/osqa_server/lib/python2.6/django/template/loader.py", line 157, in get_template
template, origin = find_template(template_name)
File "/home/encrypt/webapps/osqa_server/lib/python2.6/django/template/loader.py", line 138, in find_template
raise TemplateDoesNotExist(name)
TemplateDoesNotExist: modules/facebookauth/xd_receiver.html
The website is : Pentrusoferi.ro
More info here:
>TemplateDoesNotExist at /xd_receiver.htm
modules/facebookauth/xd_receiver.html
Request Method: GET
Request URL: http://www.pentrusoferi.ro/xd_receiver.htm?fb_login&
Django Version: 1.2.4
Exception Type: TemplateDoesNotExist
Exception Value:
modules/facebookauth/xd_receiver.html
Exception Location: /home/encrypt/webapps/osqa_server/lib/python2.6/django/template/loader.py in find_template, line 138
Python Executable: /usr/local/bin/python
Python Version: 2.6.5
Python Path: ['/home/encrypt/webapps/osqa_server', '/home/encrypt/webapps/osqa_server/lib/python2.6', '/home/encrypt/lib/python2.6/html5lib-0.90-py2.6.egg', '/home/encrypt/lib/python2.6/elementtree-1.2.7_20070827_preview-py2.6.egg', '/home/encrypt/lib/python2.6/Markdown-2.0.3-py2.6.egg', '/home/encrypt/lib/python2.6/python_openid-2.2.5-py2.6.egg', '/home/encrypt/lib/python2.6/South-0.7.3-py2.6.egg', '/home/encrypt/lib/python2.6/Django-1.2.4-py2.6.egg', '/home/encrypt/lib/python2.6/django_debug_toolbar-0.8.4-py2.6.egg', '/home/encrypt/lib/python2.6', '/usr/local/lib/python26.zip', '/usr/local/lib/python2.6', '/usr/local/lib/python2.6/plat-linux2', '/usr/local/lib/python2.6/lib-tk', '/usr/local/lib/python2.6/lib-old', '/usr/local/lib/python2.6/lib-dynload', '/usr/local/lib/python2.6/site-packages', '/usr/local/lib/python2.6/site-packages/PIL', '/home/encrypt/webapps/osqa_server', '/home/encrypt/webapps/osqa_server/osqa', '/home/encrypt/webapps/osqa_server/osqa/forum/markdownext']
Server time: Mar, 31 Mai 2011 12:51:45 +0300
Template-loader postmortem
Django tried loading these templates, in this order:
Using loader django.template.loaders.filesystem.function:
Using loader django.template.loaders.app_directories.function:
Using loader forum.modules.template_loader.ModulesTemplateLoader:
Using loader forum.skins.SkinsTemplateLoader:
asked
31 May '11, 06:07
Mihai Cune
221●6●16●19
accept rate:
33%