Ticket #503 (accepted defect)
Error checking out trunk repository
| Reported by: | inspiran | Owned by: | tboutell |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | apostrophePlugin | Version: | trunk |
| Keywords: | Cc: | ||
| Symfony version: | 1.4 |
Description
While checking out and installing the latest trunk from scratch, I am facing an '500 server error:
Column not found: 1054 Unknown column 'a6.lucene_dirty' in 'field
list.
Comparing my database schema with the one in schema.yml reveals that
a_media_item in my database doesn't have this column indeed.
It seems to happen right after installing the demo fixtures (to be
more particular when ademocontent.sql is loaded). Supposedly the dump
is outdated and not adapted to the current schema in the trunk.
Maybe it is better to not drop tables when loading these fixtures?
