Active Users:352 Time:03/05/2024 11:20:16 AM
Just got this one moment ago The Shrike Send a noteboard - 08/06/2010 10:30:30 PM
TemplateSyntaxError at /community/messageboard/116380/
Caught an exception while rendering: Reverse for 'settings.apps.core.views.who_are_the_admins' with arguments '()' and keyword arguments '{}' not found.

Original Traceback (most recent call last):
File "/rafo/live/lib/django/template/debug.py", line 71, in render_node
result = node.render(context)
File "/data/web/sites/readandfindout.com/web/live/lib/django/template/defaulttags.py", line 378, in render
args=args, kwargs=kwargs)
File "/data/web/sites/readandfindout.com/web/live/lib/django/core/urlresolvers.py", line 254, in reverse
*args, **kwargs)))
File "/data/web/sites/readandfindout.com/web/live/lib/django/core/urlresolvers.py", line 243, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'settings.apps.core.views.who_are_the_admins' with arguments '()' and keyword arguments '{}' not found.
Request Method: GET
Request URL: http://www.readandfindout.com/community/messageboard/116380/
Exception Type: TemplateSyntaxError
Exception Value:
Caught an exception while rendering: Reverse for 'settings.apps.core.views.who_are_the_admins' with arguments '()' and keyword arguments '{}' not found.

Original Traceback (most recent call last):
File "/rafo/live/lib/django/template/debug.py", line 71, in render_node
result = node.render(context)
File "/data/web/sites/readandfindout.com/web/live/lib/django/template/defaulttags.py", line 378, in render
args=args, kwargs=kwargs)
File "/data/web/sites/readandfindout.com/web/live/lib/django/core/urlresolvers.py", line 254, in reverse
*args, **kwargs)))
File "/data/web/sites/readandfindout.com/web/live/lib/django/core/urlresolvers.py", line 243, in reverse
"arguments '%s' not found." % (lookup_view, args, kwargs))
NoReverseMatch: Reverse for 'settings.apps.core.views.who_are_the_admins' with arguments '()' and keyword arguments '{}' not found.
Exception Location: /rafo/live/lib/django/template/debug.py in render_node, line 81
Python Executable: /usr/bin/python
Python Version: 2.5.2
Python Path: ['/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/PIL', '/var/lib/python-support/python2.5', '/rafo/live/rafo', '/rafo/live/lib']
Server time: Tue, 8 Jun 2010 22:29:01 +0100
Template error

In template /rafo/live/rafo/templates/core/_navigation.html, error at line 44
Caught an exception while rendering: Reverse for 'settings.apps.core.views.who_are_the_admins' with arguments '()' and keyword arguments '{}' not found.
34 <div class="body">
35 <span class="nav_link"><a href="{% url apps.messageboard.views.view_messageboard "community" %}">Community Messageboard</a></span>
36 <span class="nav_link"><a href="{% url apps.journal.views.index %}">Journals</a></span>
37 </div>
38 </div>
39 <div>
40 <div class="header">
41 Team
42 </div>
43 <div class="body">
44 <span class="nav_link"><a href="{% url apps.core.views.who_are_the_admins %}">Who are the admins?</a></span>
45 <span class="nav_link"><a href="{% url apps.core.views.donate %}">Donate</a></span>
46 {% if user|in_group:"quickpoll_admins" %}<span class="nav_link"><a href="{% url apps.quickpoll.views.admin %}">Manage QuickPoll</a></span>{% endif %}
47 {% if user|in_group:"quote_admins" %}<span class="nav_link"><a href="{% url apps.quotes.views.admin %}">Manage Quotes</a></span>{% endif %}
48 {% if user|in_group:"admins" %}<span class="nav_link"><a href="{% url apps.messageboard.views.view_messageboard "team" %}">Team Messageboard</a></span>{% endif %}
49 </div>
50 </div>
51 {% if not user.is_anonymous %}
52 <div>
53 <div class="header">
54 Your Account
Traceback Switch to copy-and-paste view

/rafo/live/lib/django/core/handlers/base.py in get_response
response = callback(request, *callback_args, **callback_kwargs) ...
? Local vars
/rafo/live/rafo/apps/messageboard/views.py in view_post
return render_to_response('messageboard/view_post.html', context, RequestContext(request)) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/shortcuts/__init__.py in render_to_response
return HttpResponse(loader.render_to_string(*args, **kwargs), **httpresponse_kwargs) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/loader.py in render_to_string
return t.render(context_instance) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
return self.nodelist.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
bits.append(self.render_node(node, context)) ...
? Local vars
/rafo/live/lib/django/template/debug.py in render_node
result = node.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/loader_tags.py in render
return compiled_parent.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
return self.nodelist.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
bits.append(self.render_node(node, context)) ...
? Local vars
/rafo/live/lib/django/template/debug.py in render_node
result = node.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/loader_tags.py in render
return compiled_parent.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
return self.nodelist.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
bits.append(self.render_node(node, context)) ...
? Local vars
/rafo/live/lib/django/template/debug.py in render_node
result = node.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/loader_tags.py in render
return self.template.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
return self.nodelist.render(context) ...
? Local vars
/data/web/sites/readandfindout.com/web/live/lib/django/template/__init__.py in render
bits.append(self.render_node(node, context)) ...
? Local vars
/rafo/live/lib/django/template/debug.py in render_node
raise wrapped ...
? Local vars
Request information

GET
No GET data
POST
No POST data
COOKIES
Variable Value
__utma
'88166040.1160405284.1273199030.1276022373.1276032543.127'
__utmb
'88166040.12.10.1276032543'
__utmc
'88166040'
sessionid
'0818cb4ede0b3b55afdb9baa3c5846a8'
__utmz
'88166040.1273199030.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)'
META
Variable Value
DOCUMENT_ROOT
'/htdocs'
GATEWAY_INTERFACE
'CGI/1.1'
HTTP_ACCEPT
'application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5'
HTTP_ACCEPT_CHARSET
'ISO-8859-1,utf-8;q=0.7,*;q=0.3'
HTTP_ACCEPT_ENCODING
'gzip,deflate,sdch'
HTTP_ACCEPT_LANGUAGE
'en-US,en;q=0.8'
HTTP_CONNECTION
'keep-alive'
HTTP_COOKIE
'__utmz=88166040.1273199030.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none); sessionid=0818cb4ede0b3b55afdb9baa3c5846a8; __utma=88166040.1160405284.1273199030.1276022373.1276032543.127; __utmc=88166040; __utmb=88166040.12.10.1276032543'
HTTP_HOST
'www.readandfindout.com'
HTTP_REFERER
'http://www.readandfindout.com/community/messageboard/'
HTTP_USER_AGENT
'Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.55 Safari/533.4'
PATH
'/usr/local/bin:/usr/bin:/bin'
PATH_INFO
u'/community/messageboard/116380/'
PATH_TRANSLATED
'/rafo/live/django.wsgi/community/messageboard/116380/'
QUERY_STRING
''
REMOTE_ADDR
'99.20.143.215'
REMOTE_PORT
'53880'
REQUEST_METHOD
'GET'
REQUEST_URI
'/community/messageboard/116380/'
SCRIPT_FILENAME
'/rafo/live/django.wsgi'
SCRIPT_NAME
u''
SCRIPT_URI
'http://www.readandfindout.com/community/messageboard/116380/'
SCRIPT_URL
'/community/messageboard/116380/'
SERVER_ADDR
'97.107.130.237'
SERVER_ADMIN
'webmaster@readandfindout.com'
SERVER_NAME
'www.readandfindout.com'
SERVER_PORT
'80'
SERVER_PROTOCOL
'HTTP/1.1'
SERVER_SIGNATURE
'<address>Apache/2.2.8 (Ubuntu) mod_wsgi/1.3 Python/2.5.2 Server at www.readandfindout.com Port 80</address>\n'
SERVER_SOFTWARE
'Apache/2.2.8 (Ubuntu) mod_wsgi/1.3 Python/2.5.2'
mod_wsgi.application_group
'www.readandfindout.com|'
mod_wsgi.callable_object
'application'
mod_wsgi.case_sensitivity
'1'
mod_wsgi.listener_host
''
mod_wsgi.listener_port
'80'
mod_wsgi.output_buffering
'0'
mod_wsgi.process_group
'rafo.live'
mod_wsgi.reload_mechanism
'0'
mod_wsgi.script_reloading
'1'
wsgi.errors
<mod_wsgi.Log object at 0x7fb8b8f1d990>
wsgi.input
<mod_wsgi.Input object at 0x7fb8b8e741f0>
wsgi.multiprocess
True
wsgi.multithread
False
wsgi.run_once
False
wsgi.url_scheme
'http'
wsgi.version
(1, 0)
Settings
Using settings module settings
Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ADMINS
(('Ben M-Smith', 'info@readandfindout.com';),)
ADMIN_FOR
()
ADMIN_MEDIA_PREFIX
'/admin_media/'
ALLOWED_INCLUDE_ROOTS
()
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
('django.contrib.auth.backends.ModelBackend',)
AUTH_PROFILE_MODULE
'profile.userprofile'
BANNED_IPS
()
CACHE_BACKEND
'locmem://'
CACHE_MIDDLEWARE_KEY_PREFIX
''
CACHE_MIDDLEWARE_SECONDS
600
COMMENTS_ALLOW_PROFANITIES
False
COMMENTS_BANNED_USERS_GROUP
None
COMMENTS_FIRST_FEW
0
COMMENTS_MODERATORS_GROUP
None
COMMENTS_SKETCHY_USERS_GROUP
None
DATABASE_ENGINE
'mysql'
DATABASE_HOST
'localhost'
DATABASE_NAME
'rafo_live'
DATABASE_OPTIONS
{}
DATABASE_PASSWORD
'********************'
DATABASE_PORT
''
DATABASE_USER
'rafo'
DATETIME_FORMAT
'N j, Y, P'
DATE_FORMAT
'N j, Y'
DEBUG
True
DEBUG_PROPAGATE_EXCEPTIONS
False
DEFAULT_CHARSET
'utf-8'
DEFAULT_CONTENT_TYPE
'text/html'
DEFAULT_FILE_STORAGE
'django.core.files.storage.FileSystemStorage'
DEFAULT_FROM_EMAIL
'info@readandfindout.com'
DEFAULT_INDEX_TABLESPACE
''
DEFAULT_TABLESPACE
''
DISALLOWED_USER_AGENTS
()
EMAIL_HOST
'localhost'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
''
EMAIL_PORT
25
EMAIL_SUBJECT_PREFIX
'[Django] '
EMAIL_USE_TLS
False
FILE_CHARSET
'utf-8'
FILE_UPLOAD_HANDLERS
('django.core.files.uploadhandler.MemoryFileUploadHandler', 'django.core.files.uploadhandler.TemporaryFileUploadHandler';)
FILE_UPLOAD_MAX_MEMORY_SIZE
2621440
FILE_UPLOAD_PERMISSIONS
None
FILE_UPLOAD_TEMP_DIR
None
FIXTURE_DIRS
()
FORCE_SCRIPT_NAME
None
IGNORABLE_404_ENDS
('mail.pl', 'mailform.pl', 'mail.cgi', 'mailform.cgi', 'favicon.ico', '.php';)
IGNORABLE_404_STARTS
('/cgi-bin/', '/_vti_bin', '/_vti_inf';)
INSTALLED_APPS
['django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'apps.core', 'apps.threads', 'apps.profile', 'apps.messageboard', 'apps.journal', 'apps.bugs', 'apps.quickpoll', 'apps.quotes', 'renderform', 'tracking', 'paypal.standard.ipn']
INTERNAL_IPS
('127.0.0.1',)
JING_PATH
'/usr/bin/jing'
LANGUAGES
(('ar', 'Arabic';), ('bn', 'Bengali';), ('bg', 'Bulgarian';), ('ca', 'Catalan';), ('cs', 'Czech';), ('cy', 'Welsh';), ('da', 'Danish';), ('de', 'German';), ('el', 'Greek';), ('en', 'English';), ('es', 'Spanish';), ('et', 'Estonian';), ('es-ar', 'Argentinean Spanish';), ('eu', 'Basque';), ('fa', 'Persian';), ('fi', 'Finnish';), ('fr', 'French';), ('ga', 'Irish';), ('gl', 'Galician';), ('hu', 'Hungarian';), ('he', 'Hebrew';), ('hi', 'Hindi';), ('hr', 'Croatian';), ('is', 'Icelandic';), ('it', 'Italian';), ('ja', 'Japanese';), ('ka', 'Georgian';), ('ko', 'Korean';), ('km', 'Khmer';), ('kn', 'Kannada';), ('lv', 'Latvian';), ('lt', 'Lithuanian';), ('mk', 'Macedonian';), ('nl', 'Dutch';), ('no', 'Norwegian';), ('pl', 'Polish';), ('pt', 'Portuguese';), ('pt-br', 'Brazilian Portuguese';), ('ro', 'Romanian';), ('ru', 'Russian';), ('sk', 'Slovak';), ('sl', 'Slovenian';), ('sr', 'Serbian';), ('sv', 'Swedish';), ('ta', 'Tamil';), ('te', 'Telugu';), ('th', 'Thai';), ('tr', 'Turkish';), ('uk', 'Ukrainian';), ('zh-cn', 'Simplified Chinese';), ('zh-tw', 'Traditional Chinese';))
LANGUAGES_BIDI
('he', 'ar', 'fa';)
LANGUAGE_CODE
'en-us'
LANGUAGE_COOKIE_NAME
'django_language'
LOCALE_PATHS
()
LOGIN_REDIRECT_URL
'/accounts/profile/'
LOGIN_URL
'/accounts/login/'
LOGOUT_URL
'/accounts/logout/'
MANAGERS
()
MEDIA_ROOT
'/rafo/live/resources'
MEDIA_URL
'/resources/'
MIDDLEWARE_CLASSES
('apps.core.middleware.PageGenerationTimeMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.common.CommonMiddleware', 'tracking.middleware.VisitorTrackingMiddleware', 'tracking.middleware.VisitorCleanUpMiddleware';)
MONTH_DAY_FORMAT
'F j'
PASSWORD_RESET_TIMEOUT_DAYS
'********************'
PAYPAL_RECEIVER_EMAIL
'info@readandfindout.com'
PREPEND_WWW
False
PROFANITIES_LIST
'********************'
RECAPTCHA_PRIVATE_KEY
'6LeC3ggAAAAAADhV8RblnNm8WNGIOb2tLvsG-Ah1'
RECAPTCHA_PUBLIC_KEY
'6LeC3ggAAAAAAGXLwdGakdcQ9I5JIlqfy64T-UdT'
ROOT_URLCONF
'urls'
SECRET_KEY
'********************'
SEND_BROKEN_LINK_EMAILS
False
SERVER_EMAIL
'info@readandfindout.com'
SESSION_COOKIE_AGE
1209600
SESSION_COOKIE_DOMAIN
None
SESSION_COOKIE_NAME
'sessionid'
SESSION_COOKIE_PATH
'/'
SESSION_COOKIE_SECURE
False
SESSION_ENGINE
'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE
False
SESSION_FILE_PATH
None
SESSION_SAVE_EVERY_REQUEST
False
SETTINGS_MODULE
'settings'
SITE_ENV
'live'
SITE_ID
3
STATIC_MEDIA_ROOT
'/rafo/live/rafo/media'
STATIC_MEDIA_URL
'/site_media/'
TEMPLATE_CONTEXT_PROCESSORS
('apps.core.context_processors.login_form', 'apps.core.context_processors.track_user', 'django.core.context_processors.auth', 'django.core.context_processors.debug', 'django.core.context_processors.i18n', 'django.core.context_processors.media', 'django.core.context_processors.request', 'apps.core.context_processors.static_media', 'apps.core.context_processors.profile_preferences', 'apps.core.context_processors.env';)
TEMPLATE_DEBUG
True
TEMPLATE_DIRS
('/rafo/live/rafo/templates',)
TEMPLATE_LOADERS
('django.template.loaders.filesystem.load_template_source', 'django.template.loaders.app_directories.load_template_source';)
TEMPLATE_STRING_IF_INVALID
''
TEST_DATABASE_CHARSET
None
TEST_DATABASE_COLLATION
None
TEST_DATABASE_NAME
None
TEST_RUNNER
'django.test.simple.run_tests'
TIME_FORMAT
'P'
TIME_ZONE
'Europe/London'
TRACKING_TIMEOUT
20
TRANSACTIONS_MANAGED
False
URL_VALIDATOR_USER_AGENT
u'Django/1.0.2 final SVN-161 (http://www.djangoproject.com)'
USE_ETAGS
False
USE_I18N
True
YEAR_MONTH_FORMAT
'F Y'
You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 500 page.
It isn't consistent. It is getting annoying. I feel a page should either crash properly, or work properly. This wishy-washying between the two isn't on.

Edit: I'm still getting it. Every so often.
Reply to message
I keep getting an internal server error message - 08/06/2010 09:25:12 PM 946 Views
Me too - 08/06/2010 09:28:42 PM 756 Views
isn't it django? - 08/06/2010 09:30:18 PM 709 Views
Yup. But i prefer saying Jango - 08/06/2010 09:33:47 PM 658 Views
You are a very strange man - 08/06/2010 09:35:04 PM 701 Views
Maybe he's a Fett fan. *NM* - 08/06/2010 11:29:18 PM 389 Views
Boba is the only Fett worth having - 08/06/2010 11:30:28 PM 718 Views
I sense it also. *NM* - 08/06/2010 09:29:03 PM 597 Views
You SENSE it?!!! - 09/06/2010 12:27:54 AM 659 Views
Re: You SENSE it?!!! - 09/06/2010 07:04:43 AM 978 Views
Re: You SENSE it?!!! - 09/06/2010 08:06:56 AM 737 Views
I was getting a template error. - 08/06/2010 09:30:19 PM 713 Views
I was getting it too. - 08/06/2010 09:41:36 PM 714 Views
I got one, but RAFO's been working just fine since then. *NM* - 08/06/2010 09:54:30 PM 341 Views
yeah, got one 500 error, but fine since then. *NM* - 08/06/2010 10:02:57 PM 340 Views
Oooh I got a really fancy page just now. - 08/06/2010 10:17:49 PM 708 Views
this was the first attempt. - 08/06/2010 10:19:35 PM 590 Views
second attempt... - 08/06/2010 10:20:05 PM 704 Views
*NM* - 08/06/2010 10:22:15 PM 333 Views
Ironically, I got one while trying to access your reply. - 08/06/2010 10:21:27 PM 616 Views
Just got this one moment ago - 08/06/2010 10:30:30 PM 797 Views
That would be the django one. - 08/06/2010 10:32:01 PM 958 Views
That one was my favorite. - 08/06/2010 11:30:58 PM 673 Views
Can you log out and log back in again please? - 09/06/2010 09:33:55 AM 651 Views
Had the jango ones, now getting multiple 500s. - 08/06/2010 10:37:35 PM 685 Views
While I like the idea of blaming Rebekah - 08/06/2010 10:39:29 PM 647 Views
Nah, I think Ben is working on stuff. - 08/06/2010 10:44:02 PM 697 Views
Yes *NM* - 08/06/2010 10:48:14 PM 329 Views
Bah! I uploaded those quotes last week. - 08/06/2010 10:46:08 PM 624 Views
I've been wondering about this for a while... - 08/06/2010 10:47:37 PM 671 Views
- 08/06/2010 10:48:21 PM 831 Views
Re: - 08/06/2010 10:49:29 PM 690 Views
Re: I've been wondering about this for a while... - 08/06/2010 10:48:43 PM 655 Views
'Tis all my fault, I'm afraid. - 08/06/2010 10:50:11 PM 711 Views
I guessed as much - 08/06/2010 10:51:38 PM 711 Views
Stand clear! Mad scientist at work! - 08/06/2010 10:54:39 PM 675 Views
While we've got you here, and talking about crashes... - 08/06/2010 10:57:04 PM 686 Views
I get that with IE8 on Tim's netbook, and only ever there. *NM* - 08/06/2010 10:59:57 PM 334 Views
It's really weird. - 08/06/2010 11:00:39 PM 747 Views
The important thing is I get a Premie (and a new shirt.. ) - 09/06/2010 12:22:05 AM 685 Views
Not everything referred to as a "wafer" is edible. - 09/06/2010 12:26:10 AM 676 Views

Reply to Message