Project

General

Profile

Bug #22255

Updated by Mathias Schreiber over 9 years ago


 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&amp;act=file|url</script> This produces in my server a new URL without the &amp; 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 &amp; disapear. 

 By the moment I've got it to work again changing the line 28 in flexform with <script>browse_links.php?mode=wizard&#38;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)

Back