Loading...
 
Skip to main content

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
(0)
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+
Demonstrate Bug (older Tiki versions)
Ticket ID
3783
Created
Thursday 03 February, 2011 21:21:13 UTC
by mheller
LastModif
Thursday 07 April, 2011 15:12:50 UTC


Show PHP error messages