Bug #17118
closedCopy + Paste of content elements fails
0%
Description
Copy and paste of content elements seems to work, but in the end of the action a white screen with the following PHP Warning is shown:
Warning: Missing argument 7 for t3lib_TCEmain::copyRecord_procBasedOnFieldType(), called in /home/maxhavel/public_html/new-cd-net/typo3conf/ext/mmforeign/class.ux_t3lib_tcemain.php on line 143 and defined in /home/maxhavel/public_html/new-cd-net/t3lib/class.t3lib_tcemain.php on line 2753
Also it's not possible to add header information:
Warning: Cannot modify header information - headers already sent by (output started at /home/maxhavel/public_html/new-cd-net/t3lib/class.t3lib_tcemain.php:2753) in /home/maxhavel/public_html/new-cd-net/typo3/tce_db.php on line 225
(issue imported from #M5217)
Updated by Oliver Hader over 17 years ago
"ext/mmforeign/class.ux_t3lib_tcemain.php":
The XLCASSing of mmforeign isn't compatible to the Core of TYPO3 4.1. Furthermore, it doesn't make any sense to use mmforeign as extension, because this functionality was integrated into TYPO3 4.1.
Since this is not bug of the Core, I'm closing this issue.