Actions
Bug #32007
closedPHP inclusion warnings
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Linkvalidator
Target version:
-
Start date:
2011-11-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When manually running the scheduler task, I get PHP warnings:
PHP Warning: include_once(/usr/share/pear/data/HTTP_Request2/public-suffix-list.php): failed to open stream: No such file or directory in /path/to/typo3/contrib/pear/HTTP/Request2/CookieJar.php line 450 PHP Warning: include_once(): Failed opening '/usr/share/pear/data/HTTP_Request2/public-suffix-list.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear:/path/to/typo3/contrib/pear/') in /path/to/typo3/contrib/pear/HTTP/Request2/CookieJar.php line 450
Updated by Philipp Gampe almost 13 years ago
Do have the pear package installed? Anyway those files should be shipped with the TYPO3 core and are in typo3/contrib/pear/
. They should be found by linkvalidator.
If it does not work, you may comment line 87 as a tempory solution.
Updated by Philipp Gampe almost 13 years ago
- Status changed from New to Resolved
This has been fixed in core.
Updated by Chris topher over 12 years ago
- Status changed from Resolved to Closed
Updated by Michael Stucki almost 11 years ago
- Project changed from 1510 to TYPO3 Core
- Category changed from Linkvalidator to Linkvalidator
Actions