wiki page version updating is broken
- Status
- Closed
- Subject
- wiki page version updating is broken
- Version
- 7.x
- Category
- Regression
- Feature
- Wiki (page view, edit, history, rename, etc)
- Submitted by
- mheller
- Lastmod by
- mheller
- Rating
- Description
Saving a wiki page gives a SQL error. It looks like a typo in the WHERE clause.
The query was:
SELECT `version` FROM `tiki_history` WHERE 1=1 AND `pageName` = ? AND `lastModif` < ? ORDER BY `version` Array
Values:Using the Custom Component JavaScript Class V11
1295471823
The built query was likely:SELECT `version` FROM `tiki_history` WHERE 1=1 AND `pageName` = 'Using the Custom Component JavaScript Class V11' AND `lastModif` < '1295471823' ORDER BY `version` Array
- Importance
- 6
- Priority
- 30
- 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
- 3783
- Created
- Thursday 03 February, 2011 21:21:13 UTC
by mheller - LastModif
- Thursday 07 April, 2011 15:12:50 UTC