I recently updated to version 1012 and when I post a question I get the below error (anyone have any idea why?):

Warning at /questions/ask/
Data truncated for column 'created_at' at row 1
Request Method: POST
Request URL:    http://sn50.com/questions/ask/
Django Version: 1.2.5
Exception Type: Warning
Exception Value:    
Data truncated for column 'created_at' at row 1
Exception Location: /usr/local/lib/python2.5/warnings.py in warn_explicit, line 102
Python Executable:  /usr/local/bin/python
Python Version: 2.5.4
Python Path:    ['/home/noahqw/webapps/osqa_server', '/home/noahqw/webapps/osqa_server/lib/python2.5', '/home/noahqw/lib/python2.5/html5lib-0.90-py2.5.egg', '/home/noahqw/lib/python2.5/elementtree-1.2.7_20070827_preview-py2.5.egg', '/home/noahqw/lib/python2.5/Markdown-2.0.3-py2.5.egg', '/home/noahqw/lib/python2.5/python_openid-2.2.4-py2.5.egg', '/home/noahqw/lib/python2.5/South-0.7.1-py2.5.egg', '/home/noahqw/lib/python2.5/django_debug_toolbar-0.8.3-py2.5.egg', '/home/noahqw/lib/python2.5', '/usr/local/lib/python25.zip', '/usr/local/lib/python2.5', '/usr/local/lib/python2.5/plat-linux2', '/usr/local/lib/python2.5/lib-tk', '/usr/local/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/local/lib/python2.5/site-packages/PIL', '/home/noahqw/webapps/osqa_server', '/home/noahqw/webapps/osqa_server/osqa', '/home/noahqw/webapps/osqa_server/osqa/forum/markdownext']
Server time:    Fri, 6 May 2011 13:19:13 -0400

asked 06 May '11, 13:14

Noah_Q's gravatar image

Noah_Q
1503815
accept rate: 0%

I have the same problem too, anyone knows? @Noah_Q: Please let me know if you do figure out a solution, many thanks!

(21 Jun '11, 17:15) AYZ

This is somewhat of an old revision, can you guys upgrade to trunk and make sure you run the migrations up to that version? The created_at column is for tags and was added somewhere along the line. The created_at migration was done in some time ago and is located here:

http://svn.osqa.net/browse/OSQA/osqa/trunk/forum/migrations/0046_set_tag_dates.py?r=HEAD

Have you run all the migrations for revision 1012?

link

answered 21 Jun '11, 20:55

matt's gravatar image

matt ♦♦
6.1k335645
accept rate: 48%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×298
×113
×1

Asked: 06 May '11, 13:14

Seen: 446 times

Last updated: 21 Jun '11, 20:55

powered by OSQA