[TYPO3-english] [TYPO3 6.2] [dix_urltool] "browse" button failing

Jigal van Hemert jigal.van.hemert at typo3.org
Fri Jul 4 13:31:12 CEST 2014


On 4-7-2014 10:34, Jerome P wrote:
> And I have in the error log :
>
>     [Wed Jul 02 22:44:17 2014] [error] [client 194.254.11.181] script
> '/www/docs/typo3/browse_links.php' not found or unable to stat, referer:
> ttps://mywebsite.fr/typo3conf/ext/dix_urltool/mod1/index.php
>
> The file "/typo3/browse_links.php" doesn't exist anymore since 6.1...
> Actually I saw in the extension code
> (/typo3conf/ext/dix_urltool/mod1/index.php) :
>
>     var url = "' . $this->doc->backPath .
> 'browse_links.php?act=page&mode=wizard&P[itemName]=urltoolurl&P[formName]=editform";

var url = "' . $this->doc->backPath . 
\TYPO3\CMS\Backend\Utility\BackendUtility::getModuleUrl('wizard_element_browser') 
. '&act=page&mode=wizard&P[itemName]=urltoolurl&P[formName]=editform";

This should be the replacement for 6.2 (not tested)

> But as the previous errors showed, this script was removed ; interesting
> to read that dix_urltool " Supports TYPO3 version 6.0.0 - 6.2.99 ".

Please inform the extension author; they obviously missed something.

> So I tried to copy/paste the browse_links.php file from 6.1 and put it
> in the "right" place in 6.2 ; obviously it doesn't work,

Correct. A lot of entry points were removed to make it easier to 
maintain security.

-- 
Jigal van Hemert
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-english mailing list