[TYPO3-core] RFC: Bug 4035: Error message when uploading one or two files in file-browser (BE)

rupert germann rupi at gmx.li
Thu Aug 31 17:35:57 CEST 2006


Hi Dimitry,

On Thursday 31 August 2006 13:43, Dmitry Dulepov wrote:
> Patch generally works (file upload possible) but I got a PHP warning
> after upload:
> =========================
> Warning:
> parse_url(/typo3/file_list.php?id=C:/Projects/t3test/fileadmin/user_upload)
> [function.parse-url]: Unable to parse url in
> C:\Projects\t3test\typo3\template.php on line 437
> =========================
>
> It happens *only* immediately after upload. Corresponding code:
>
> =========================
> function makeShortcutIcon($gvList,$setList,$modName,$motherModName="")	{
> 	$backPath=$this->backPath;
> 	$storeUrl=$this->makeShortcutUrl($gvList,$setList);
> 	$pathInfo = parse_url(t3lib_div::getIndpEnv('REQUEST_URI'));
> =========================
>
> Probably, related?

I don't get this error on linux (PHP 5). And I don't see a shortcut icon in 
the element browser. Where exactly do you get this error?

greets
rupert



More information about the TYPO3-team-core mailing list