Bug #23369
closed"Broken rootline" error after clicking document-view icon
0%
Description
When a BE user click on the "document view icon" to preview an offline version of page, a Broken rootline error occurs.
I have the same problem on an 4.1.3->4.4.0 upgrade and in a from scratch install.
(issue imported from #M15452)
Files
Updated by Matthias Bannert about 14 years ago
Got the same problem on TYPO3 Ver. 4.3.3
Updated by Michel MAIER about 14 years ago
I wanted to upgrade typo3 from 4.1.x to the 4.4.x...
Going down the code step by step I noticed this difference between the versions in "class.tslib_fe.php":
ligne 827 : $this->sys_page->versioningPreview = $this->fePreview ? TRUE : FALSE;
becomes
ligne 914 : $this->sys_page->versioningPreview = ($this->fePreview===2 || intval($this->workspacePreview) || t3lib_div::_GP('ADMCMD_view')) ? TRUE : FALSE;
To recover the old behavior I replaced the line with :
$this->sys_page->versioningPreview = ($this->fePreview===1 || $this->fePreview===2 || intval($this->workspacePreview) || t3lib_div::_GP('ADMCMD_view')) ? TRUE : FALSE;
Could Someone of the typo3 team confirm me it's the correct tip?
Thanks!
Updated by Alexander Opitz almost 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.