LOCKDOWN2341'S PROFILE

Search

Technical Problem?

Not sure where this should go, so I figured I'd post it here. It's a technical issue that I'm hoping some of you have dealt with before.

I like to listen to the .midi files contained in the Chrono Chronicles game on WMP because, well, it's Chrono Trigger music. Anyway, I get home today, and it doesn't work? They won't even play through the database in RM2K3 or in the game itself.

HELP! ??? :(

Review Posting?

So I just attempted to post a review for Chrono Chronicles, and I got this big long message basically telling me I'm not able to. I think something is amiss...

Here's part of what it says...

Tried add_review in module rpgmaker.apps.games.views. Error was: 'module' object has no attribute 'add_review'
Request Method: GET
Request URL: http://rpgmaker.net/games/299/add_review/
Exception Type: ViewDoesNotExist
Exception Value: Tried add_review in module rpgmaker.apps.games.views. Error was: 'module' object has no attribute 'add_review'
Exception Location: /usr/lib/python2.4/site-packages/django/core/urlresolvers.py in _get_callback, line 184
Python Executable: /usr/bin/python
Python Version: 2.4.3
Python Path:


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.
Pages: 1