Bug #22255
closedFile or URL in media CE
0%
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)
Updated by schwindelbude about 12 years ago
- Target version deleted (
0)
I reproduced the Problem with the following configuration
Typo3 4.5.20
PHP 5.3.16
Apache 2.2.20
Exactly the same Typo3 works fine under the following configuration
PHP 5.3.3-7+squeeze14
Apache 2.2.16
Updated by schwindelbude about 12 years ago
I reproduced the Problem with the following configuration
Typo3 4.5.20
PHP 5.3.16
Apache 2.2.20
Exactly the same Typo3 works fine under the following configuration
PHP 5.3.3-7+squeeze14
Apache 2.2.16
Updated by Mathias Schreiber almost 10 years ago
- Description updated (diff)
- Target version set to 7.2 (Frontend)
- Is Regression set to No
Updated by Benni Mack over 9 years ago
- Target version changed from 7.2 (Frontend) to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Category set to 1606
- Target version deleted (
7.5)
Updated by Georg Ringer about 9 years ago
- Status changed from New to Closed
mediace has been extracted from the core and is not needed anymore using CMS7. however it can be now found at github ant the issue has been moved to https://github.com/FriendsOfTYPO3/mediace/issues/12