[TYPO3-german] Probleme mit real_url + indexed_search

Basti sebastian.schmal at gmx.de
Thu Apr 16 00:07:45 CEST 2009


Hallo ich bin auf meiner Startseite via root-template meine Suchmaske ein:


# ---------------------
# INDEX SEARCH
# ---------------------
page.config.index_enable = 1
page.config.index_externals = 1

# ---------------------
# INDEXED SEARCH KONFIGURIEREN
# ---------------------

plugin.tx_indexedsearch.blind.media=1
plugin.tx_indexedsearch.blind.sections=1
plugin.tx_indexedsearch.blind.order=1
plugin.tx_indexedsearch.blind.desc=1
plugin.tx_indexedsearch.blind.group=1
plugin.tx_indexedsearch.search.rootPidList = 1
plugin.tx_indexedsearch.result_link_target = _self
# für die default-Sprache:
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang < config.sys_language_uid

plugin.tx_indexedsearch._LOCAL_LANG.de.pi_list_browseresults_prev = &lt;&lt;
plugin.tx_indexedsearch._LOCAL_LANG.de.pi_list_browseresults_page = 18
plugin.tx_indexedsearch._LOCAL_LANG.de.pi_list_browseresults_next = &gt;&gt;
plugin.tx_indexedsearch._LOCAL_LANG.de.pi_list_browseresults_display = 
###TAG_BEGIN###%s###TAG_END### - ###TAG_BEGIN###%s###TAG_END### 
(###TAG_BEGIN###%s###TAG_END###)

temp.search_box = HTML
temp.search_box.value (

<!-- ###SEARCH_FORM### begin -->
<form action="search-output.html" method="post" name="tx_indexedsearch">
<div>
<input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
<input type="hidden" name="tx_indexedsearch[_freeIndexUid]" value="-" />
<input type="hidden" name="tx_indexedsearch[pointer]" value="0" />
<input type="hidden" name="tx_indexedsearch[type]" value="1" />
<input type="hidden" name="tx_indexedsearch[defOp]" value="0" />
<input type="hidden" name="tx_indexedsearch[order]" value="rank_flag" />
<input type="hidden" name="tx_indexedsearch[group]" value="flat" />
<input type="hidden" name="tx_indexedsearch[desc]" value="0" />
</div>

<!--###indexedsearch-form### begin -->
<input type="text" name="tx_indexedsearch[sword]" value="" 
id="tx-indexedsearch-searchbox-sword" 
class="indexedsearch-searchbox-sword" /><br />
<!--###indexedsearch-form### end -->

<!--###indexedsearch-search-submit### begin -->
<input type="submit" name="tx_indexedsearch[submit_button]" 
value="Suchen!" id="tx-indexedsearch-searchbox-button-submit" 
class="indexedsearch-searchbox-button" />
<!--###indexedsearch-search-submit### end -->
</form>
<!-- ###SEARCH_FORM### end -->

)


sobald ich über diese maske suche... kommt dieser fehler:
NO entry in the $TCA-array for the table "index_config". This means that 
the function enableFields() is called with an invalid table name as 
argument.


such ich aber auf der seite ( search-output.html ) direkt, dann kommen 
die Ergebnisse!

woran liegt das?
müsste an real-url liegen und ich tippe noch auf den form-tag:
<form action="search-output.html" method="post" name="tx_indexedsearch">

wer könnte mir dabei helfen?

vielen Dank!

------------------------------------------

TYPO3 - TIPS - ANLEITUNGEN - NEWS - TYPO3

unter: http://blog.ingeniumdesign.de/

------------------------------------------


More information about the TYPO3-german mailing list