RMN3 BUGS
Posts
Go to a normal page and do a refresh and then try to login.
Well there are current issues in the way Django is doing CSF (Cross Site Forgery) protection. There's not much I can do about all of them right now, but they are improved in the upcoming Django version.
New bug! I started the Super RMN Bros gameprofile and putting any CSS into the gameprofile's CSS causes a 500 Internal Server Error. I refresh the page and the profile's all handy dandy and no CSS changes were saved.
My notices seem to be borked.
Bug report here:
Bug report here:
Environment:
Request Method: GET
Request URL: http://rpgmaker.net/mailbox/notices/
Django Version: 1.0.2 final
Python Version: 2.4.3
Installed Applications:
Installed Middleware:
('django.middleware.gzip.GZipMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.csrf.middleware.CsrfMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.doc.XViewMiddleware',
'django.middleware.http.SetRemoteAddrFromForwardedFor',
'rmn.apps.resources.middleware.ResourcesMiddleware',
'rmn.apps.base.middleware.SiteMiddleware',
'rmn.apps.users.middleware.UserMiddleware',
'rmn.apps.ban.middleware.BanMiddleware')
Traceback:
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/handlers/base.py" in get_response
86. response = callback(request, *callback_args, **callback_kwargs)
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/section.py" in __call__
37. return self.view(request, *args, **kwargs)
File "/var/www/sites/rpgmaker.net/django/rmn/apps/mailbox/views.py" in notices
161. return utils.render(request, 'mailbox/notices.html', {'notices': notices})
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/utils.py" in render
36. rendered = template.render(data)
File "/var/www/sites/rpgmaker.net/django/rmn/templates/mailbox/notices.html" in top-level template code
1. {% extends 'main.html' %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/main.html" in top-level template code
1. {% extends "base.html" %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/base.html" in top-level template code
84. {% block page %}<div id="body"><div id="frame">
File "/var/www/sites/rpgmaker.net/django/rmn/templates/base.html" in block "page"
113. {% block content_area %}{% endblock %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/main.html" in block "content_area"
7. {% block body %}{% endblock %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/mailbox/notices.html" in block "body"
12. <td>{{ notice|icon }}{% if notice.read %}{{ notice }}{% else %}<strong>{{ notice }}</strong>{% icon 'new' %}{% endif %}</td>
File "/var/www/sites/rpgmaker.net/django/rmn/apps/users/models.py" in __unicode__
353. return template.render({'object': self.object})
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/template.py" in icon
184. return u'<img class="icon" src="%simages/icons/%s.png">' % (settings.MEDIA_URL, obj.icon)
File "/usr/lib/python2.4/site-packages/Jinja2-2.1.1-py2.4-linux-x86_64.egg/jinja2/runtime.py" in _fail_with_undefined_error
403. raise self._undefined_exception(hint)
Exception Type: UndefinedError at /mailbox/notices/
Exception Value: 'user' is undefined
Request Method: GET
Request URL: http://rpgmaker.net/mailbox/notices/
Django Version: 1.0.2 final
Python Version: 2.4.3
Installed Applications:
Installed Middleware:
('django.middleware.gzip.GZipMiddleware',
'django.middleware.common.CommonMiddleware',
'django.contrib.csrf.middleware.CsrfMiddleware',
'django.contrib.sessions.middleware.SessionMiddleware',
'django.middleware.doc.XViewMiddleware',
'django.middleware.http.SetRemoteAddrFromForwardedFor',
'rmn.apps.resources.middleware.ResourcesMiddleware',
'rmn.apps.base.middleware.SiteMiddleware',
'rmn.apps.users.middleware.UserMiddleware',
'rmn.apps.ban.middleware.BanMiddleware')
Traceback:
File "/usr/lib/python2.4/site-packages/Django-1.0.2_final-py2.4.egg/django/core/handlers/base.py" in get_response
86. response = callback(request, *callback_args, **callback_kwargs)
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/section.py" in __call__
37. return self.view(request, *args, **kwargs)
File "/var/www/sites/rpgmaker.net/django/rmn/apps/mailbox/views.py" in notices
161. return utils.render(request, 'mailbox/notices.html', {'notices': notices})
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/utils.py" in render
36. rendered = template.render(data)
File "/var/www/sites/rpgmaker.net/django/rmn/templates/mailbox/notices.html" in top-level template code
1. {% extends 'main.html' %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/main.html" in top-level template code
1. {% extends "base.html" %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/base.html" in top-level template code
84. {% block page %}<div id="body"><div id="frame">
File "/var/www/sites/rpgmaker.net/django/rmn/templates/base.html" in block "page"
113. {% block content_area %}{% endblock %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/main.html" in block "content_area"
7. {% block body %}{% endblock %}
File "/var/www/sites/rpgmaker.net/django/rmn/templates/mailbox/notices.html" in block "body"
12. <td>{{ notice|icon }}{% if notice.read %}{{ notice }}{% else %}<strong>{{ notice }}</strong>{% icon 'new' %}{% endif %}</td>
File "/var/www/sites/rpgmaker.net/django/rmn/apps/users/models.py" in __unicode__
353. return template.render({'object': self.object})
File "/var/www/sites/rpgmaker.net/django/rmn/apps/base/template.py" in icon
184. return u'<img class="icon" src="%simages/icons/%s.png">' % (settings.MEDIA_URL, obj.icon)
File "/usr/lib/python2.4/site-packages/Jinja2-2.1.1-py2.4-linux-x86_64.egg/jinja2/runtime.py" in _fail_with_undefined_error
403. raise self._undefined_exception(hint)
Exception Type: UndefinedError at /mailbox/notices/
Exception Value: 'user' is undefined
I was just about to report that. I believe it was caused when WIP deleted a bot comment on the SNEWS that I asked him to look at. So I assume now that anyone who would have received that notice is now getting an error.
GreatRedSpirit
New bug! I started the Super RMN Bros gameprofile and putting any CSS into the gameprofile's CSS causes a 500 Internal Server Error. I refresh the page and the profile's all handy dandy and no CSS changes were saved.
Still busted, now it throws a IOError with the message:
No such file or directory: u'/var/www/sites/rpgmaker.net/html/content/games/2015/template.css'
GreatRedSpiritGreatRedSpiritStill busted, now it throws a IOError with the message:
New bug! I started the Super RMN Bros gameprofile and putting any CSS into the gameprofile's CSS causes a 500 Internal Server Error. I refresh the page and the profile's all handy dandy and no CSS changes were saved.
No such file or directory: u'/var/www/sites/rpgmaker.net/html/content/games/2015/template.css'
As it turns out you can't save any CSS changes for a game that hasn't been accepted.
(also there's no links to change the page when viewing/editing a gameprofile's users list when there's more than ten)
I am not sure, but I don't think I am receiving the 4 makerscore for each blogpost. Looking at SFL's profile, he only has 2 makerscore but he has several blog posts: http://rpgmaker.net/users/SFLaValle/
My Notices page has stopped working. It's giving the error: UndefinedError at /mailbox/notices/
Edit: Fixed now. Thanks admin :)
Edit: Fixed now. Thanks admin :)
WIP I got this error when I add members in the team event:
NameError at /events/game_gale_2010/team/68/users/add/
global name 'team' is not defined
Request Method: POST
Request URL: http://rpgmaker.net/events/game_gale_2010/team/68/users/add/
Exception Type: NameError
Exception Value:
global name 'team' is not defined
Exception Location: /var/www/sites/rpgmaker.net/django/rmn/apps/events/views.py in add_user, line 157
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:
Server time: Sat, 1 May 2010 04:36:43 -0500
Submit Entry for Game Gale is, uh, interesting. I haven't seen such a long pulldown menu for one option since last month!
*edit*
Changing your team name doesn't work either (shouldn't add the 'team' part in the team name until you are certain you have a team!)
*reedit*
Another bug: You can't change the description of a download
*edit*
Changing your team name doesn't work either (shouldn't add the 'team' part in the team name until you are certain you have a team!)
*reedit*
Another bug: You can't change the description of a download




















