Project

General

Profile

Actions

Bug #21500

closed

Cannot move multiple records with clipboard

Added by Xavier Perseguers over 14 years ago. Updated over 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2009-11-09
Due date:
% Done:

0%

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

Description

When trying to move multiple records (e.g., news category) from a sysfolder to another one using clipboard #1, the paste operation dies with a parsing error in the where clause.

Only first record is actually moved, the others stay in original sysfolder.

Additionally, when moving a single record with clipboard 1-3, the same error occurs but record is moved anyway.

(issue imported from #M12512)


Files

12512.diff (626 Bytes) 12512.diff Administrator Admin, 2009-11-20 16:17

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #15452: When moving records the translation do not move with itClosedRupert Germann2006-01-19

Actions
Actions #1

Updated by Xavier Perseguers over 14 years ago

This can be reproduced with a ADOdb driver (e.g., Oracle), not with native (MySQL) driver.

Actions #2

Updated by Xavier Perseguers over 14 years ago

Problem is located in Core and occurs too when not using DBAL but is silently forgotten by a HTTP redirect. Problem arises with DBAL (only if not using 'native' driver) as the query is parsed before being sent to the DBMS. In all cases the query is invalid.

Actions #3

Updated by Ries van Twisk over 14 years ago

before this patch I could replicate the problem with the error : Could not parse where clause in /Users/rvt/Sites/typo3_src_svn/typo3/sysext/dbal/class.ux_t3lib_db.php : 1021

After the patch I could copy records through the clipboard.

Works for me!

Ries

Actions #4

Updated by Xavier Perseguers over 14 years ago

Fixed by parent bug #2314.

Actions

Also available in: Atom PDF