Project

General

Profile

Actions

Bug #18348

closed

Copying of sysfolders or pages with entries connected via mm database entries fail

Added by Andreas Balzer about 16 years ago. Updated almost 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-03-02
Due date:
% Done:

0%

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

Description

If you want to copy a sysfolder or a page where you have entries within like seminars (seminar manager from Oliver Klee) or News (tt_news) or calendar entries (cal) a heavy problem occurs. TYPO3 prints several mysql errors and the backend page is not loaded. Copied entries become uid_locale=0 in the database which breaks the related extension backend formulars.

The problem has been tracked by the seminar team to the following lines in
t3lib_tcemain::remapListedDBRecords_procDBRefs():

// If a change has been done, set the new value(s)
if ($set) {
if ($conf['MM']) {
// FIXME $theUidToUpdate is undefined
$dbAnalysis->writeMM($conf['MM'], $theUidToUpdate,
$prependName);
}

See more information at the bugtracker of the seminar extension https://bugs.oliverklee.com/show_bug.cgi?id=1703
(issue imported from #M7724)


Files

7724.patch (677 Bytes) 7724.patch Administrator Admin, 2008-03-02 17:38
Actions

Also available in: Atom PDF