Can't create new tracker. Field 'descriptionIsParsed' doesn't exist in database
- Status
- Closed
- Subject
- Can't create new tracker. Field 'descriptionIsParsed' doesn't exist in database
- Version
- 2.x
- Category
- Error
- Consistency
- Feature
- Trackers
- Resolution status
- Accepted
- Submitted by
- mmln
- Lastmod by
- mmln
- Rating
- Description
While creating a new tracker in 1.10 error occurring.
An error occured in a database query!
Context:
File tiki-admin_trackers.php
Url tiki-admin_trackers.php
Query:
insert into `tiki_trackers`(`name`,`description`,`descriptionIsParsed`,`created`,`lastModif`) values(?,?,?,?,?)
Values:
0 daaku
1
2 NULL
3 1213325032
4 1213325032
Message:
Unknown column 'descriptionIsParsed' in 'field list'
Built query was probably:
insert into `tiki_trackers`(`name`,`description`,`descriptionIsParsed`,`created`,`lastModif`) values('daaku','',NULL,'1213325032','1213325032')In database couldn't find 'descriptionIsParsed' field. Is it missed ?
- Solution
- When re-installed with latest SVN the problem went away. I did see the column 'descriptionIsParsed' added to 'tiki_trackers' table.
- Importance
- 8
- Priority
- 40
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1829
- Created
- Friday 13 June, 2008 03:00:49 UTC
by Unknown - LastModif
- Thursday 19 June, 2008 19:19:53 UTC