Project

General

Profile

Actions

Bug #24776

closed

Fatal error: Call to undefined method t3lib_TCEmain::rawCopyPageContent()

Added by Michel MAIER over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2011-01-24
Due date:
% Done:

0%

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

Description

When I create a page + content version, a fatal error occurs :

Fatal error: Call to undefined method t3lib_TCEmain::rawCopyPageContent()

I set the following option in install tool:

[BE][newPagesVersioningType] = 0
BE][elementVersioningOnly] = 0
(issue imported from #M17273)

Actions #1

Updated by Steffen Gebert over 13 years ago

EXT:version/class.tx_version_tcemain.php:694

Can you try to replace $tcemainObj with $this? rawCopyPageContent() is defined in tx_version_tcemain and not in t3lib_TCEmain.

Actions #2

Updated by Michel MAIER over 13 years ago

It's ok, I will give you a patch or you will do it? (I can't reach the typo3 svn where I am now.)

But I saw the problem of the preview (when you click on preview t3-icon-document-view) isn't corrected ( bug : http://bugs.typo3.org/view.php?id=15452)
This problem almost affects all version of typo3.

Actions #3

Updated by Steffen Gebert over 13 years ago

Michael, does the suggested change work?

The workspaces team has an own bug tracker. I've reported this issue there: http://forge.typo3.org/issues/12505

Actions #4

Updated by Michel MAIER over 13 years ago

Michael, does the suggested change work?

=> Yes, the change work.

Thanks

Actions #5

Updated by Steffen Gebert over 13 years ago

Great, thanks for Feedback!

Actions #6

Updated by Steffen Gebert over 13 years ago

Closing this issue, workspaces team will take care.

Actions

Also available in: Atom PDF