First time here? Check out the FAQ!

W.F. Yang's profile - activity

2021-03-05 14:23:14 -0500 received badge Famous Question (source)
2015-09-16 10:37:52 -0500 received badge Notable Question (source)
2015-05-10 05:31:34 -0500 received badge Popular Question (source)
2015-04-26 12:19:08 -0500 received badge Popular Question (source)
2015-03-30 10:27:03 -0500 asked a question DatabaseError at /questions/scope:all/sort:activity-desc/page:1/query:test/

DatabaseError at /questions/scope:all/sort:activity-desc/page:1/query:test/

lastest version :73e826a474638aaf0abbd15b5dc0300f65b2d610 can not search.

2015-03-27 10:28:15 -0500 asked a question doesn't show all question in multi-languge environment?

/en/questions/ show question-1

/zh-tw/questions/ show question-2

can i to show all questions?

/en/questions/ show question-1 question-2

/zh-tw/questions/ show question-1 question-2

2015-03-27 00:47:19 -0500 asked a question how to setup setting.py for multilanguage?
  1. askbot.middleware.locale.LocaleMiddleware
  2. django.middleware.locale.LocaleMiddleware

What is the difference between them?i didn't finded 'django.middleware.locale.LocaleMiddleware' in setting.py . and how to setup setting.py for available multilanguage?thanks.

2015-03-19 08:31:25 -0500 commented answer UndefinedError at /questions/ask/ 'post_form' is undefined

Succeed,thanks!

2015-03-19 08:28:17 -0500 received badge Supporter ( source )
2015-03-18 22:59:01 -0500 received badge Nice Question (source)
2015-03-18 03:09:19 -0500 commented answer UndefinedError at /questions/ask/ 'post_form' is undefined

me too,just installed but can't solve this issue that can't post any question when login by admin(ID=1).

2015-03-18 03:01:14 -0500 received badge Famous Question (source)
2015-03-18 00:14:05 -0500 received badge Student (source)
2015-03-17 21:55:51 -0500 received badge Famous Question (source)
2015-03-16 00:51:46 -0500 commented answer UndefinedError at /questions/ask/ 'post_form' is undefined

i have two project that stable and dev version,but i used virtualenv.i reinstall many time same issue.

2015-03-15 06:30:57 -0500 received badge Enthusiast
2015-03-14 12:19:25 -0500 asked a question UndefinedError at /questions/ask/ 'post_form' is undefined

UndefinedError at /questions/ask/ 'post_form' is undefined Request Method: GET Request URL:
Django Version: 1.5.12 Exception Type: UndefinedError Exception Value:
'post_form' is undefined Exception Location: /home/jesonyang001/askbotdev/env/local/lib/python2.7/site-packages/Jinja2-2.7.3-py2.7.egg/jinja2/environment.py in getattr, line 397 Python Executable: /home/jesonyang001/askbotdev/env/bin/python Python Version: 2.7.6

askbot.log file: /home/jesonyang001/askbotdev/askbot/skins/utils.py TIME: 2015-03-17 13:01:16,465 MSG: utils.py:get_media_url:159 missing media resource style/extra.css in skin default

It appear this infomation when i login by admin,but i login by another user everything is worked.

2015-03-14 08:55:46 -0500 commented answer Table 'askbotdev.group_messaging_unreadinboxcounter' doesn't exist

thanks,it worked.why is not same install and setup with the tutorial of askbot.org?

2015-03-14 08:39:27 -0500 received badge Scholar ( source )
2015-03-12 12:44:19 -0500 asked a question Table 'askbotdev.group_messaging_unreadinboxcounter' doesn't exist

DatabaseError at /questions/ (1146, "Table 'askbotdev.group_messaging_unreadinboxcounter' doesn't exist") Request Method: GET Request URL:
Django Version: 1.5.12 Exception Type: DatabaseError Exception Value:
(1146, "Table 'askbotdev.group_messaging_unreadinboxcounter' doesn't exist")

when i sign in used yahoo account,it is wrong.

2015-03-12 12:15:07 -0500 received badge Editor ( source )
2015-03-12 12:13:50 -0500 answered a question Install Error: Can't download mock-1.0.0.zip
  1. pip install mock
  2. python setup.py develop