You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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)
https://forge.typo3.org/issues/22255
The text was updated successfully, but these errors were encountered: