Project

General

Profile

Actions

Bug #17978

closed

Problem with cms\tslib\index_ts.php

Added by Tapio Markula over 16 years ago. Updated almost 14 years ago.

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

0%

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

Description

Hi

Why \cms\tslib\index_ts.php concerning frontend editing.

older versions frontend editing sfuff wa here

$BE_USER->extInitFeAdmin();
if ($BE_USER->extAdmEnabled) {
// frontend editing here

in new file later

// *********************************
// Frontend editing
// *********************************
if ($TSFE->beUserLogin && $BE_USER->extAdmEnabled) {

The change violates pluging pixe_feediting and presumably mk_tvfronend,
which calls templavoila api function this way:

$sourcePointerString = $this->TSFE_EDIT['flexformPointer'];
$sourcePointer = $this->flexform_getPointerFromString ($sourcePointerString);
$apiClassName = t3lib_div::makeInstanceClassName('tx_templavoila_api');
$TVObj = new $apiClassName ($sourcePointer['table']);

Calling of api function doesn't work as expected - works after reloading page.

file cms\tslib\index_ts.php from Typo3 4.1.1 solved the problem.

file cms\tslib\index_ts.php from Typo3 4.1.1 solved the problem

Just replace in newer version the existing file with older one
(issue imported from #M7121)


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #16526: Moving content elements in frontent editing mode causes crashClosedThorsten Kahler2006-09-06

Actions
Related to TYPO3 Core - Feature #18265: Add post processing hooks for Frontend EditingClosedJeff Segars2008-02-21

Actions
Actions

Also available in: Atom PDF