Bug #37085
closedIncluded pear classes have no @data_dir@ set.
0%
Description
The data_dir
in typo3/contrib/pear/HTTP/Request2/CookieJar.php isn't set. So our own extension test failes with
include_once(/public-suffix-list.php): failed to open stream: No such file or directory
/var/www/server-lokal/www.aida.de/aop/typo3/contrib/pear/HTTP/Request2/CookieJar.php:450
This is coused by using pear without installer.
Files
Updated by Susanne Moog over 12 years ago
Thanks for the patch. Would you mind pushing your changes to Gerrit? Find a tutorial at http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Updated by Gerrit Code Review about 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/14128
Updated by Gerrit Code Review about 12 years ago
Patch set 1 for branch TYPO3_4-7 has been pushed to the review server.
It is available at http://review.typo3.org/14129
Updated by Daniel Minder over 11 years ago
Fix in http://pear.php.net/bugs/bug.php?id=18924 is similar, but they also moved public-suffix-list.php one level up.
Please merge this patch soon since it's necessary for linkvalidator!
Updated by Philipp Gampe over 11 years ago
IMHO we should not fix the @data_dir
@ here, but move the files to the correct location. Maybe a sync with upstream is enough.
Updated by Philipp Gampe over 11 years ago
Could please add some howto reproduce as this has been difficult in the past (curl, domains, etc).
Updated by Alexander Opitz over 11 years ago
@ Philipp Gampe so we should close this bug and use the patch from #41295 or update the package.
As I understand, running linkvalidator should enough to test this.
Updated by Oliver Hader over 11 years ago
- Status changed from Under Review to Closed
Closed in favor of issue #41295