First time here? Check out the FAQ!

Prafulla T's profile - activity

2017-09-12 07:55:00 -0500 received badge Notable Question (source)
2014-08-22 16:41:12 -0500 received badge Popular Question (source)
2014-06-11 06:38:06 -0500 received badge Famous Question (source)
2012-12-11 15:25:22 -0500 received badge Famous Question (source)
2012-07-28 00:32:07 -0500 commented question Internal server error (jinja error?)
2012-07-28 00:28:38 -0500 commented question Internal server error (jinja error?)

Even I am having same error . Can someone look into this ?

2012-07-28 00:28:07 -0500 received badge Supporter (source)
2012-04-23 10:31:56 -0500 received badge Necromancer ( source )
2012-04-23 10:31:56 -0500 received badge Teacher ( source )
2012-03-13 12:21:59 -0500 answered a question list of askbot sites

Here is another askbot based site which is for Students to ask questions on various topics : http://studentask.in/

2012-03-10 12:44:46 -0500 answered a question Twitter authentication ends up on askbot.com site

Hi, I am getting same error. What settings did you change to fix this issue ?

2012-03-08 21:07:57 -0500 commented answer Need step by step installation procedure in WebFaction

Second webapp here should be of what type ?

2012-03-08 12:35:39 -0500 commented question Server Internal error while using Google open auth

Could this be problem with python2.7 ? I see that python-openid does not officially support 2.7, which python version do you use here ?

2012-03-08 10:48:40 -0500 commented question Server Internal error while using Google open auth

I just checked time using date command, it seems to be correct as per Chicago timezone. Can you tell me how you arrived at that conclusion ?

2012-03-08 09:52:48 -0500 commented question Server Internal error while using Google open auth

Hi, password is only method that works, None of openid based login works. Here is settings.py, I have masked real username/password/ip. http://pastebin.com/EcvkD11U

2012-03-07 23:12:45 -0500 asked a question Server Internal error while using Google open auth

Hi,

I am getting Internal error when I use google open auth I have attached full server log at http://pastebin.com/iUDwAw0G Can someone take a look and let me know if anything is wrong with my installation ?

2012-03-03 21:30:57 -0500 commented answer How to turn off internationlization in askbot ?

This used to work on old version. I see that turning it off decreases memory usage by around 20 MB. It is very useful on shared hosting env when you need only one language.

2012-03-03 20:55:00 -0500 received badge Student (source)
2012-03-03 20:51:07 -0500 asked a question How to turn off internationlization in askbot ?

In Settings.py, I read following.

  If you set this to False, Django will
 make some optimizations so as not     
 to load the internationalization
 machinery.                            
 USE_I18N = True LANGUAGE_CODE = 'en'

But when I turn it off, I hit assertion failure in startup_procedures.py

   'USE_I18N': {
        'value': True,
            'message': 'Please set USE_I18N = True and\n'
                'set the LANGUAGE_CODE parameter correctly'
    },

Is it some kinda of regression bug ? Is there any way I can turn off internalization ?

2012-03-03 11:09:34 -0500 commented answer Need step by step installation procedure in WebFaction

Solved it! For some reason __init__.py in askbot directory was empty! Did "git checkout __init__.py" and it got fixed.

2012-03-03 10:58:17 -0500 answered a question Need step by step installation procedure in WebFaction

I tried to follow this steps for installing on webfactional. But I get folloiwng error when I do python-2.7 setup.py develop

Am I missing anything ?

Traceback (most recent call last): File "setup.py", line 13, in <module> version = askbot.get_version(),#remember to manually set this correctly AttributeError: 'module' object has no attribute 'get_version'

2012-02-28 10:17:11 -0500 asked a question Is there any plan to add more information to Tag and maybe create Tagwiki ?

I think that, more information for tags in "pop-up" menu like it is in stackoverflow.com on mouse-over as well as additional attributes to tag like (tag wiki, faq, top users etc) would be good feature to have in askbot. Is there any plan to add that or any ongoing project to support that ?