Questions tagged [osqa]

OSQA (Open Source Question and Answer) is an open source question-answer system written in Python with Django. The data layer relies on MySQL, PostgreSQL, Microsoft SQL Server or SQLite. OSQA is licensed under GPL version 3 or later.

OSQA is based on CNProg and uses Django.

Homepage: http://www.osqa.net/

63 questions
0
votes
0 answers

500 server error while registration with OpenID

I deployed a Q&A site using OSQA. I have a problem with OpenID. When I click on a provider to register new user (i.e. google), osqa redirects me to google to confirm my email address. Then I came back to osqa, it asks for a username and password. In…
sheshkovsky
  • 1,302
  • 3
  • 18
  • 41
0
votes
1 answer

How to fix RSS feeds in OSQA?

When trying to access the RSS link in my Windows installation of OSQA, the error log shows the following error: C:\python27\lib\site-packages\django\core\handlers\base.py TIME: 2013-05-09 17:46:37,956 MSG: base.py:handle_uncaught_exception:209…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

Search titles does not work with OSQA on Windows with MySQL - how to resolve?

With OSQA installed using IIS and MySQL, tag search works, however questions search does not. All results show blank. I read through this post and this one, but I don't see an actual solution. If I missed it can someone please clarify or provide a…
ElHaix
  • 12,846
  • 27
  • 115
  • 203
0
votes
1 answer

Django URLs: changing the default "/questions/" in OSQA URLs to something else

I am trying to mod OSQA to not use /questions anywhere in URLs, and change it to some other string, say /thisinstead. Some examples When the user clicks on the questions tab, instead of linking to mydomain.com/questions/, it should link to…
eye_mew
  • 8,855
  • 7
  • 30
  • 50
0
votes
1 answer

How can I run Bitnami OSQA with other web service (wordpress, joomla)?

I installed OSQA Bitnami on my VPS. And I also point 3 domains to this VPS. Now I want each domain point to different web service (I have another PHP website I want to host here). How can I run php service along with OSQA Bitnami (it's python…
PhamThang
  • 73
  • 2
  • 11
0
votes
1 answer

How to install osqa on linux based web hosting

How to install osqa on linux based web hosting, is there any easiest way to install osqa on a linux based shared hosting account ?
Max Muller
  • 533
  • 7
  • 18
0
votes
1 answer

Pull "Hottest Questions" from OSQA

I want to pull a feed of "hottest" questions from my OSQA installation(installed on a subdomain of my main site) and show it on my main site. Is there a way to do that? One way could be through the RSS Feed. Is there a RSS Feed just for the…
Rajat
  • 32,970
  • 17
  • 67
  • 87
0
votes
1 answer

Django error: Caught UnicodeEncodeError while rendering

I'm trying to setup a Django site (OSQA) and can't get it working. The site homepage is loading fine but when I tried to submit a form I got the following error. I have a bit of Python experience but I'm quite new to the Django framework. Can…
Allen Qin
  • 19,507
  • 8
  • 51
  • 67
0
votes
1 answer

install OSQA using xampp on windows 7

can anyone tell me that how can i install osqa on windows 7 with xampp localhost ? i don't know xampp support python. Thanks in advance.
user1619228
  • 63
  • 4
  • 13
0
votes
1 answer

how to change default user profile address in osqa

I'm developing a web based program in which I want to use osqa as a question and answer module. I no longer need osqa profile, so I want to redirect users to another address. Now the url profile in osqa is something like this and I want to change…
hamedkh
  • 909
  • 3
  • 18
  • 35
0
votes
1 answer

How to modify the link to access user profile?

I would like to modify the url to access user profile. OSQA use permalink() to generate the profile url The default link is http://meta.osqa.net/users/2836/nhatthinh And I want to change it to http://meta.osqa.net/users/nhatthinh So, I modify the…
Thinh Phan
  • 655
  • 1
  • 14
  • 27
0
votes
1 answer

Django OSQA + PyBBM

here is my problem: I have integrated PyBBM in OSQA and all the links in the admin section of the package are 'broken' so for example when I click "add", the URL…
Massimo Variolo
  • 4,669
  • 6
  • 38
  • 64
0
votes
1 answer

OAuthException Facebook and OSQA

I'm using OSQA and I simply trying to login with Facebook (without any change on the platform code), only setting 'app secret' and 'app id'. My Facebook App settings: Site URL: http://localhost:8080/osqa/ Canvas URL:…
Massimo Variolo
  • 4,669
  • 6
  • 38
  • 64
0
votes
1 answer

Can install django-rosetta package using "easy_install"

I have django 1.2.4, Python 2.6.6 and latest osqa[july2012] installed on bluehost. I would like to translate the osqa app[works fine] using rosetta. I am using terminal on mac with ssh connection. osqa is here …
user1012032
0
votes
0 answers

osqa markdown and flatpages in admin

I have a markdown problem with OSQA and flatpages in admin. To be specific markdown is not recognized, i.e. instead of ** I just get as the output. Has anyone encountered the same problem?
Asterisk
  • 3,534
  • 2
  • 34
  • 53