Bug #21500
closedCannot move multiple records with clipboard
0%
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
Updated by Xavier Perseguers about 15 years ago
This can be reproduced with a ADOdb driver (e.g., Oracle), not with native (MySQL) driver.
Updated by Xavier Perseguers about 15 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.
Updated by Ries van Twisk about 15 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