Project

General

Profile

Actions

Bug #18020

closed

indexed_search: function getIcon returns path containg '/typo3/sysext/indexed_search/pi/res/' in the frontend

Added by Schmid Valentin over 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
Indexed Search
Target version:
-
Start date:
2008-01-18
Due date:
% Done:

0%

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

Description

Typo3-installations with a apache-locked /typo3/ directory can't display
the indexed_search icons in the frontend. The icon path is generated by the
function getIcon (in class.external_parser.php):
...
return 'EXT:indexed_search/pi/res/'.$extension.'.gif'
...

Because indexed_search is installed in sysext, the result page of indexed_search
returns icon paths like this /typo3/sysext/indexed_search/pi/res/pages.gif
Which results in a 'image not found' if the backend is locked by apache or
in a http_auth login box if there is a http-auth configured for the typo3 backend.

Possible Solution:
Make this path configurable.

(issue imported from #M7206)

Actions #2

Updated by Dmitry Dulepov about 14 years ago

Unlock the path for image files. It does not make sense to lock it for images anyway.

Basically you try to put your local problem to our shoulders :) Sorry, this is not the way to go.

Actions #3

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF