Project

General

Profile

Actions

Bug #25699

closed

indexing of external files may be prevented by php's open_basedir restriction (Bug 18520 in core)

Added by Christian Hernmarck about 13 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2011-04-01
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

See
http://forge.typo3.org/issues/18520

***
class.external_parser.php tries to check the existence with is_file(). This fails in my case because of an existing open-basedir-restriction in php.

The attached patch fixes this problem by disabling the check if an open_basedir restriction is in effect (which is already done this way if you have safe_mode on)
(issue imported from #M7969)

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #44381: indexed_search FE Plugin doesn't show external urls in TYPO3 4.7.7ClosedTymoteusz Motylewski2013-01-08

Actions
Related to TYPO3 Core - Bug #18520: indexing of external files may be prevented by php's open_basedir restrictionClosed2008-03-31

Actions
Related to TYPO3 Core - Bug #64882: open_basedir restriction in effectClosed2015-02-05

Actions
Actions

Also available in: Atom PDF