sid99's profile - activity

9 years ago received badge Famous Question (source)
10 years ago received badge Notable Question (source)
10 years ago received badge Popular Question (source)
11 years ago received badge Famous Question (source)
11 years ago 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/ .

11 years ago 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?

11 years ago 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)
11 years ago 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?

11 years ago received badge Scholar ( source )
11 years ago received badge Supporter ( source )
11 years ago received badge Student (source)
11 years ago received badge Editor (source)
11 years ago asked a question Following users?

Can you follow users in Askbot?

12 years ago commented answer runserver is not working after askbot migration.

So its hard to debug. My bad !

12 years ago 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

12 years ago 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.