Hi All, this is the error log entry in apache and i am getting this when i try to make a new review request
Fri Aug 28 16:52:48 2009] [error] [client 192.168.1.107] File does not exist: C:/memcached/argosboard.com/htdocs/media/admin/js/actions.js, referer: http://192.168.1.107/admin/db/scmtools/repository/ This is the setting_local.py file : # Site-specific configuration settings for Review Board # Definitions of these settings can be found at # http://docs.djangoproject.com/en/dev/ref/settings/ # Database configuration DATABASE_ENGINE = 'postgresql_psycopg2' DATABASE_NAME = 'reviewboard' DATABASE_USER = 'postgres' DATABASE_PASSWORD = 'p0stgres' DATABASE_HOST = 'localhost' DATABASE_PORT = '' # Unique secret key. Don't share this with anybody. SECRET_KEY = '@d5_kt0+!(=0f0)25%)=7x...@u_!m6%zbvr0pnxsv#vuaeg6b' # Cache backend settings. CACHE_BACKEND = 'memcached://localhost:11211/' # Extra site information. SITE_ID = 1 SITE_ROOT = '/' FORCE_SCRIPT_NAME = '' DEBUG = True Any advice how to sort this out is highly appreciated. regards, pubudu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "reviewboard" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en -~----------~----~----~----~------~----~------~--~---
