Loading...
 
Skip to main content

Show subcategories objects creates an SQL error

Status
Closed
Subject
Show subcategories objects creates an SQL error
Version
10.x
Category
  • Error
Feature
Category
Resolution status
New
Submitted by
Bob Hester
Lastmod by
Bob Hester
Rating
(0)
Description

I saw this on my 10.0 install and recreated it on the demo 10.0 site.

Sign on as admin.
1. Select "Categories" on the left side admin menu.
2. Select "Show subcategories objects"
3. You should have the error page :

The query was:
SELECT DISTINCT c.*, o.* FROM `tiki_category_objects` c, `tiki_categorized_objects` co, `tiki_objects` o WHERE c.`catObjectId`=o.`objectId` AND o.`objectId`=co.`catObjectId` AND c.`categId` IN (?,?,?,?) ORDER BY `name` asc

I looked through the other errors and didn't see this one so I am adding it.

I'm not to deep into Tiki ... yet, so I don't really know if the problem is big or small, so I set the measure in the middle to 5.

Importance
5
Easy to solve?
5
Priority
25
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
4392
Created
Monday 04 March, 2013 16:29:44 UTC
by Bob Hester
LastModif
Monday 04 March, 2013 16:29:44 UTC


Show PHP error messages