Project

General

Profile

Actions

Bug #23369

closed

"Broken rootline" error after clicking document-view icon

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

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-08-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

preview_offline_page.JPG (12.7 KB) preview_offline_page.JPG Administrator Admin, 2010-08-13 16:56

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #21706: Broken rootline when previewing versioned pages (not workpaces)Closed2009-11-26

Actions
Actions #1

Updated by Matthias Bannert over 13 years ago

Got the same problem on TYPO3 Ver. 4.3.3

Actions #2

Updated by Michel MAIER over 13 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!

Actions #3

Updated by Alexander Opitz over 10 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)?

Actions #4

Updated by Alexander Opitz about 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.

Actions

Also available in: Atom PDF