[TYPO3-english] Ext. pagepath does not create a link
Hauke Hain
newgrp at googlemail.com
Tue Jun 16 22:35:16 CEST 2009
In line 61 in class.tx_pagepath_api.php
$result = t3lib_div::getURL($url, false);
returns false.
It I set it to true
$result = t3lib_div::getURL($url, true);
I get
HTTP/1.1 404 Not Found
Date: Tue, 16 Jun 2009 19:11:40 GMT
Server: Apache
Connection: close
Content-Type: text/html; charset=iso-8859-1
Any idea why this happens or how I can test that t3lib_div::getURL works
properly?
curl is deactivated. I debugged the getURL and get to know that the else
block (after all elseif's) is true.
Should it be different?
Regards,
Hauke
More information about the TYPO3-english
mailing list