Actions
Bug #14772
closedfsockopen() in class.indexer.php
Start date:
2005-05-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function getUrlHeaders uses fsockopen, but fsockopen is not working behind a proxy!
so index external url's will not work and display a lot off errors in the fe.
possible solution: check $GLOBALS['TYPO3_CONF_VARS']['SYS']['curlUse']
and use curl (like 't3lib_div::getURL')???
(issue imported from #M1131)
Files
Updated by old_MaOb over 19 years ago
my quick-fix for this problem....
just take a look at my uploaded class.indexer.php
Updated by Martin Kutschker over 17 years ago
Nowadays t3lib_div::getURL($url,2) is used. That function will use CURL if TYPO3 is configured correctly.
Actions