I installed the latest askbot from github and found the following error in the error logs.
[error] null value in column "description" violates not-null constraint
I want to point this error to the developers.
Create your Q&A site at askbot.com. Managed Askbot hosting at just $15/mo. Dedicated hosting, support contracts, consulting services.
create your Q&A siteAsked: 2012-04-29 16:40:08 -0500
Seen: 28 times
Last updated: Apr 29 '12
Question missing from question_revision table!
Is there a specific version of PostgreSQL required?
How to migrate from MySQL to PostgresQL?
Which is a better database to use for Askbot, PostgreSQL or MySQL, and why?
Database error when running migrations
Best practices to avoid data inconsistency
is it possible to export data from askbot?
Cannot sign up for a new account using a fresh instal of askbot.
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.
also appearing when I do comments.
Pramvir ( 2012-05-04 05:50:04 -0500 )editi traced it to badges.init_badges() in run() ... supposed to be able to get_or_create but error results rather than creating.
cwjacklin ( 2012-09-03 04:23:00 -0500 )edit