First time here? Check out the FAQ!

naavi's profile - activity

2022-06-06 16:06:22 -0500 received badge Famous Question (source)
2022-06-06 16:06:22 -0500 received badge Popular Question (source)
2022-06-06 16:06:22 -0500 received badge Notable Question (source)
2017-02-28 22:42:25 -0500 received badge Notable Question (source)
2016-08-29 05:28:34 -0500 received badge Notable Question (source)
2016-08-29 05:28:34 -0500 received badge Popular Question (source)
2015-10-05 10:58:37 -0500 marked best answer No border around editor/textarea

I see that in my latest (0.7.42) installation of askbot through pip, I couldn't see the blue border around the textarea. Is it a feature or bug?

screenshot: https://dl.dropbox.com/u/14319084/ab.png

2015-10-05 10:58:37 -0500 marked best answer How can I use the OSQA theme on Askbot?

I like minimalism and would like to use osqa template on my askbot setup. And do let me know how to modify the existing askbot template.

2015-10-05 10:58:37 -0500 marked best answer How to host static files on a subdomain?

I want to offload all static files (css, js, images) to a separate subdomain. Please let me know the procedure to follow.

2015-10-05 10:57:26 -0500 marked best answer Is my profile deleted from askbot.org?

I get a "502 Bad Gateway" from nginx on askbot.org everytime I try to open my profile url: http://askbot.org/en/users/711/rornvi/

Did I do something wrong?

2015-05-22 13:40:18 -0500 received badge Popular Question (source)
2014-11-06 09:11:56 -0500 received badge Popular Question (source)
2014-10-01 12:26:29 -0500 received badge Nice Question (source)
2014-09-30 01:28:59 -0500 received badge Famous Question (source)
2014-04-10 09:00:02 -0500 received badge Popular Question (source)
2014-02-26 07:15:05 -0500 received badge Notable Question (source)
2013-11-19 10:28:04 -0500 received badge Taxonomist
2013-11-13 09:17:27 -0500 received badge Good Question (source)
2013-09-08 03:09:34 -0500 received badge Famous Question (source)
2013-07-04 07:09:18 -0500 received badge Good Question (source)
2013-06-10 21:13:32 -0500 marked best answer How to deploy on nginx webserver using uwsgi?

I'm trying from quite a few days installing askbot on my nginx powered server (no apache backend) and still unsuccessful. I'm also not really sure if uwsgi is working correctly or not. I tried "make" on uwsgi (http://projects.unbit.it/downloads/uwsgi-latest.tar.gz) but received some errors.

I'm also eyeing on this feature, http://bugs.askbot.org/issues/105

Edit: I want to install askbot as a standalone application.

2013-05-30 20:07:45 -0500 received badge Popular Question (source)
2013-05-15 06:35:47 -0500 commented answer "Page Not Found" During Any Account Activity

@Evgeny Please care to reply

2013-05-13 07:42:08 -0500 commented answer "Page Not Found" During Any Account Activity

But I didn't touch or played with urls.py or any file within askbot. I'm using the latest version, installed using pip.

2013-05-12 10:14:43 -0500 asked a question "Page Not Found" During Any Account Activity

I am always seeing 404 page during any account activity like signing in, asking a question (after clicking button Login/Signup to Post) but all other pages like tags, badges, people, questions pages are working fine. This issue occurs only when a link has "account" in it like http://ask.google.com/account/signin/.

Edited:

Just checked, user pages like http://ask.google.com/users/1/admin/ are also giving 404 errors.

2013-05-12 03:00:36 -0500 marked best answer How can i run multiple instances of askbot on a server?

Currently I'm successfully running a askbot instance site.com. When I try to install the second instance at site2.com, site2.com and site.com gets content from each other randomly despite having a different databases and configs. I use virtualenv for setting up askbot on both sites using pip.

Server Environment: Nginx, Mysql, uWSGI, Python 2.6

I use this script for starting uwsgi as service, http://goo.gl/nI7Em

I use this config in nginx, https://gist.github.com/427eace448b71461755c

site.com = http://goo.gl/GN3Fv

site2.com = http://goo.gl/VgWpe

Difference beetween the two sites is, site2.com doesn't have any question whereas site.com have one question "How're you today?". If you refresh them both randomly, my issue can be regenerated, i.e the question will randomly appear on both sites.

2013-05-12 02:57:35 -0500 asked a question TypeError at /questions/ 'NoneType' object does not support item assignment

I'm just done with setting up an askbot website on my nginx + uwsgi system, But I get the following error when visiting the homepage.

https://dl.dropboxusercontent.com/u/14319084/TypeError.htm

Please let me know how do I proceed with resolving this error.

Edited:

My uwsgi.log file puts the following log on each page request:

Exception KeyError: KeyError(-1224698176,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x80f8488 pid: 29238 (default app)
/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
  "use STATIC_URL instead.", DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead.
  DeprecationWarning
DAMN ! worker 7 (pid: 29242) died :( trying respawn ...
Respawned uWSGI worker 7 (new pid: 29298)
Your output encoding is not UTF-8, there may be issues with the software when anything is printed to the terminal or log files

Exception KeyError: KeyError(-1224698176,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x80f8488 pid: 29294 (default app)
/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py:75: DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed; use STATIC_URL instead.
  "use STATIC_URL instead.", DeprecationWarning)
/usr/local/lib/python2.6/dist-packages/django/core/cache/__init__.py:82: DeprecationWarning: settings.CACHE_* is deprecated; use settings.CACHES instead.
  DeprecationWarning
Your output encoding is not UTF-8, there may be issues with the software when anything is printed to the terminal or log files
DAMN ! worker 8 (pid: 29238) died :( trying respawn ...
Respawned uWSGI worker 8 (new pid: 29302)

Exception KeyError: KeyError(-1224698176,) in <module 'threading' from '/usr/lib/python2.6/threading.pyc'> ignored
DAMN ! worker 6 (pid: 29294) died :( trying respawn ...
Respawned uWSGI worker 6 (new pid: 29306)
2013-02-26 17:42:01 -0500 received badge Famous Question (source)
2012-12-19 05:56:02 -0500 received badge Nice Question (source)
2012-12-10 20:06:41 -0500 received badge Notable Question (source)
2012-11-25 22:34:23 -0500 received badge Popular Question (source)
2012-10-12 09:02:45 -0500 received badge Popular Question (source)
2012-09-25 10:28:12 -0500 received badge Popular Question (source)
2012-09-24 10:51:26 -0500 marked best answer PostgreSQL vs MySQL - Which is better for Askbot?

I'm looking to install setup askbot for the first time on website indiabot.com and would like to settle down on the database to be used. Askbot recommends PostgreSQL and my system is already using MYSQL for drupal. Let me know why should I go ahead with one type keeping in view the resource usage and speed. Is it possible to migrate from one type of database to another in future?

2012-07-22 21:40:27 -0500 received badge Famous Question (source)
2012-07-09 15:05:51 -0500 received badge Famous Question (source)
2012-07-09 08:32:13 -0500 received badge Famous Question (source)
2012-06-30 13:16:19 -0500 asked a question When can I expect the next release of askbot?

I'm curious about the future of this awesome project. Please let me know the expected date of next release and the improvements it will have over the current one. And any plans of major release? Will it be backward compatible?

2012-06-28 23:10:35 -0500 commented answer How can i run multiple instances of askbot on a server?

@Evgeny Is it possible to rectify this issue at the earliest? Will donation help to accelerate? If yes, what amount?

2012-06-26 03:08:17 -0500 received badge Good Question (source)