Loading...
 
Skip to main content

Entering "rss" in forums search field causes error

Status
Open
Subject
Entering "rss" in forums search field causes error
Category
  • Dogfood on a *.tiki.org site
Feature
Forum
RSS
Search
Resolution status
New
Submitted by
freelikegnu
Rating
(0)
Description

Link to errorQuestion

On the main forum page of tw.o I enter the text "rss" then search button and get the following:



The following error message was returned:

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 1

The query was:
SELECT `rssId`, `url`, `actions` FROM `tiki_rss_modules` WHERE (`lastUpdated` < ? - `refresh`) AND `rssId` IN( )

Values:

1. 1270869772

The built query was likely:
SELECT `rssId`, `url`, `actions` FROM `tiki_rss_modules` WHERE (`lastUpdated` < '1270869772' - `refresh`) AND `rssId` IN( )

Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
3105
Created
Saturday 10 April, 2010 03:31:27 UTC
by freelikegnu
LastModif
Saturday 10 April, 2010 03:31:27 UTC


Show PHP error messages