Project

General

Profile

Actions

Bug #22255

closed

File or URL in media CE

Added by Gonçal Carrero about 14 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2010-03-09
Due date:
% Done:

0%

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

Description

Inserting file or URL in media content with TYPO3 4.3.0 and 4.3.2 opens a popup with a blank page. I've found this only in one server and the problem seems to be in the URL, in the file typo3/sysext/cms/flexform_media.xml line 28 appears: <script>browse_links.php?mode=wizard&act=file|url</script> This produces in my server a new URL without the & being the link browse_links.php?mode=wizardact=file|url and other parameters. I've seen the problem appears in the file t3lib/class.t3lib_befunc.php line 1144, with the xml2array. xml2array seems to make the & disapear.

By the moment I've got it to work again changing the line 28 in flexform with <script>browse_links.php?mode=wizard&act=file|url</script>

Server info:

CentOS 5.2
PHP 5.2.8
Apache 2.0.63
MySQL 4.1.22
(issue imported from #M13780)

Actions

Also available in: Atom PDF