Project

General

Profile

Actions

Bug #20941

closed

fe-editing broken if IRRE-elements are used with RealURL

Added by Björn Pedersen over 14 years ago. Updated almost 14 years ago.

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

0%

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

Description

If IRRE-Elements are used in fe-editing, the links for the ajax.php script and the wizard-scripts are wrong.
They should point into the typo3/ directory, but point to the web root.

Possible cause: The backend uses t3lib_div::getIndpEnv('REQUEST_URI') to get the URL,
which will not work in FE, as that would be the FE-URL. One partial fix is to add additional RewriteRules to redirect the request.

Additionally their is a missing initialization of the inline part in class.tslib_content.php (editpanel generation). Solution see attached patch.

(issue imported from #M11805)


Files

class.tslib_content.php.patch (886 Bytes) class.tslib_content.php.patch Administrator Admin, 2009-08-27 13:59
irre_feedit.patch (1.95 KB) irre_feedit.patch Administrator Admin, 2009-12-08 09:06
feedit_ajax.patch (3.38 KB) feedit_ajax.patch Administrator Admin, 2010-01-27 09:17
0011805_v3.patch (1.95 KB) 0011805_v3.patch Administrator Admin, 2010-02-27 19:04

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #22205: Clean up class definition of frontendDoc in template.phpClosedOliver Hader2010-02-27

Actions
Actions

Also available in: Atom PDF