I get this error when I first run my server:
SettingNotSet: ("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)
I'm running on webfaction using the directions here: http://askbot.org/en/question/3147/need-step-by-step-installation-procedure-in/
This is the same issue that was reported here: http://askbot.org/en/question/3264/running-askbot-test-suites/ and here: https://gist.github.com/2713654
I got this error both with askbot 0.7.43 or askbot-devel.
This is likely to be a masked import error.
Make sure that all dependency modules are installed and are on the python path.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-07-19 21:21:24 -0500
Seen: 169 times
Last updated: Oct 04 '12
askbot-setup SyntaxError: invalid syntax
I get an error when I try to post the first question in my askbot site
How to install askbot on webfaction?
sorry, system error, what to do?
comment error message: white text on yellow background
error on upvote: "Sorry, something is not right here..." [fixed]
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
Installed Askbot in a virtual machine. Using django's internal development server everything was working fine. Then I switched to Apache/WSGI and I end up with the exact same error.
A. Pritschet ( 2013-04-09 02:53:51 -0500 )editTraceback:
[Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] Traceback (most recent call last): [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/wsgi.py", line 250, in __call__ [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] self.load_middleware() [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 45, in load_middleware [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] mod = import_module(mw_module) [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/usr/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] __import__(name) [Tue Apr 09 10:22:13 2013] [error] [client 192.168.56.1] File "/home/andi/MyAskbot/askbot/middleware/view_log.py", line 7, in <module> [Tue Apr 09 10:22:13 2013] [error] [client 19
A. Pritschet ( 2013-04-09 03:22:36 -0500 )edit