Bug #24776
closedFatal error: Call to undefined method t3lib_TCEmain::rawCopyPageContent()
0%
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)
Updated by Steffen Gebert almost 14 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.
Updated by Michel MAIER almost 14 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.
Updated by Steffen Gebert almost 14 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
Updated by Michel MAIER almost 14 years ago
Michael, does the suggested change work?
=> Yes, the change work.
Thanks
Updated by Steffen Gebert almost 14 years ago
Closing this issue, workspaces team will take care.