Project

General

Profile

Actions

Bug #67172

closed

AdoDB error on editing a page

Added by alexis nicolas almost 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2015-05-27
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

In dev master using postgresql (with dbal and adodb), when clicking on Edit page properties in BE I get this error:

#1421053336: ADOdb could not run this query: SELECT "uid" FROM "sys_category" WHERE FIND_IN_SET('0', "parent") != 0 OR "parent" = ''

This error is thrown by a "if (!is_object($sqlResult))" test ($sqlResult is a huge amount of "object(ADORecordSet_postgres8)" whereas it should be, I presume, one single object).
I can't locate where this $sqlResult comes from.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #67155: Invalid SQL Query for sys_categoriesClosed2015-05-26

Actions
Related to TYPO3 Core - Bug #46271: DB-error with postgreSQLClosed2013-03-14

Actions
Actions

Also available in: Atom PDF