First time here? Check out the FAQ!

sid99's profile - activity

2015-10-22 08:44:47 -0500 received badge Famous Question (source)
2015-06-03 13:51:36 -0500 received badge Notable Question (source)
2015-06-03 13:51:36 -0500 received badge Popular Question (source)
2013-11-08 12:51:31 -0500 received badge Famous Question (source)
2013-08-13 08:46:12 -0500 commented question skins issue: warnings.warn('Cannot translate loader: %s' % loader)

@Evgeny This is the error message I get on my web browser Exception Type:ImproperlyConfigured Exception Value:Error importing template source loader askbot.skins.loaders.Loader: "'module' object has no attribute 'Loader'" . This is the related post http://askbot.org/en/question/11379/error-importing-template-source-loader-askbotskinsloadersloader/ .

2013-08-12 21:30:29 -0500 commented question skins issue: warnings.warn('Cannot translate loader: %s' % loader)

I am having the similar issue, my website is not getting rendered. I get the Cannot translate loader: askbot.skins.loaders.Loader error. Were you able to fix this error?

2013-08-12 20:29:42 -0500 asked a question Error importing template source loader askbot.skins.loaders.Loader

I installed askbot using pip in my existing django projects, which uses django templates.Then I used migrations to add the askbot tables in the database. But after that when I run my local server following is the error message I get on my web browser, which I am unable to figure.

Environment:

Request Method: GET
Request URL: http://127.0.0.1:8000/

Django Version: 1.4
Python Version: 2.7.3
Installed Applications:
(....)
Installed Middleware:
(...)


Traceback:
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  101.                             request.path_info)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/core/urlresolvers.py" in resolve
  298.             for pattern in self.url_patterns:
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/core/urlresolvers.py" in url_patterns
  328.         patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/core/urlresolvers.py" in urlconf_module
  323.             self._urlconf_module = import_module(self.urlconf_name)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/utils/importlib.py" in import_module
  35.     __import__(name)
File "/Users/name/PycharmProjects/new/trail6/wizoku/universal_tutors/configs/common/../../../universal_tutors/configs/common/urls.py" in <module>
  32.         (r'%s' % settings.ASKBOT_URL, include('askbot.urls'))
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/conf/urls/__init__.py" in include
  24.         urlconf_module = import_module(urlconf_module)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/utils/importlib.py" in import_module
  35.     __import__(name)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/askbot/urls.py" in <module>
  10. from askbot import views
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/askbot/views/__init__.py" in <module>
  6. from askbot.views import commands
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/askbot/views/commands.py" in <module>
  42. from askbot.skins.loaders import render_into_skin_as_string
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/askbot/skins/loaders.py" in <module>
  8. from coffin.common import CoffinEnvironment
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/coffin/common.py" in <module>
  216. env = get_env()
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/coffin/common.py" in get_env
  199.     result = CoffinEnvironment(**kwargs)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/coffin/common.py" in __init__
  19.         all_ext = self._get_all_extensions()
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/coffin/common.py" in _get_all_extensions
  177.         for lib in self._get_templatelibs():
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/coffin/common.py" in _get_templatelibs
  102.                             l = import_library(module)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/template/base.py" in import_library
  1239.         mod = import_module(taglib_module)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/lib/python2.7/site-packages/django/utils/importlib.py" in import_module
  35.     __import__(name)
File "/Users/name/PycharmProjects/new/trail6/env_trail6/src/django-uni-form/uni_form ...
(more)
2013-08-10 07:20:59 -0500 asked a question Couldn't load QA_SITE_SETTINGS.APP_URL

I have cloned askbot into list of apps folder in my existing django project. I synced the database and I can see all the askbot tables. When start my local server my website works but when I try to login I get this error

Exception Type: SettingNotSet
Exception Value:    
("Startup error, couldn't load QA_SITE_SETTINGS.APP_URL", None)
Exception Location: /Users/name/PycharmProjects/new/wizbot/website/website/configs/common/../../apps/askbot/deps/livesettings/values.py in _value, line 346

What is this error? should I add any live settings? Or is it because of the Users integration of askbot with my django project?

2013-08-06 09:52:27 -0500 received badge Scholar ( source )
2013-08-06 09:52:24 -0500 received badge Supporter ( source )
2013-08-05 12:22:58 -0500 received badge Student (source)
2013-08-05 11:50:41 -0500 received badge Editor (source)
2013-08-05 11:50:20 -0500 asked a question Following users?

Can you follow users in Askbot?

2013-06-12 19:49:31 -0500 commented answer runserver is not working after askbot migration.

So its hard to debug. My bad !

2013-06-12 19:29:57 -0500 commented answer runserver is not working after askbot migration.

But I cannot see anything in the browser, it says Oops! Google Chrome could not connect to 127.0.0.1:8000

2013-06-12 18:49:39 -0500 asked a question runserver is not working after askbot migration.

After runserver

************************
*                      *
*   Askbot self-test   *
*                      *
************************

Please attend to the following:

"askbot.skins.loaders.Loader" must be the first element of TEMPLATE_LOADERS

If necessary, type ^C (Ctrl-C) to stop the program.

I get this but I cannot see anything in my local server.