You are not logged in.
jens31 wrote:
& did you follow the install instructions? there are some more files to copy & manipulte than with a “normal” plugin..?
Yes, I was following README.txt strictly. Installed langages, then did copy all the files from textpattern/, replaced txplib_db.php, installed all three plugins, ran setup wizard for MLP… Admin side seems to work perfectly, but redirects to /en (and other languages) return me 404.
Also, I noticed that I can access without redirect pages like index.php?s=about and index.php?s=archive (the only two sections added in default txp installation).
Offline
Oh, I’ve found the problem – mod_rewrite was completely disabled. Sorry for disturbance.
Offline
hello
Just noticed my txp search engine stopped working. I rememeber it did but don’t know when it stopped …
I am running 4.4.1 with the latest MLP .
here’s my search form
<form method="get" action="<txp:site_url />search/" id="cherche" name="cherche">
<input name="q" type="text" id="q" value="##search##" onfocus="this.value='';" />
</form>
Since I have wet haystack installed and problems were reported a while back with these 2 not playing nice, I suspect something with MLP, but I could be wrong. I have tried to reset wet_haystack to the default title & body search then uninstalled it but no go: search results is always empty and I don’t know where to look next.
thanks for any hint
Offline
slabanosa wrote:
action="<txp:site_url />search/"
You won’t have the language marker in the URL this way. Does it work if you change it to action="<txp:site_url /><txp:l10n_get_lang />/search/"?
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
I assume you checked that the search term exists in your articles? ;)
I don’t know why it doesn’t work, but you could try using the <txp:search_input /> tag or, if that’s not an option for you, building the search form using the txp tag and the form attribute.
Last edited by Els (2012-01-31 21:30:24)
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
yep made sure there was plenty of the search terms used and that sections were searchable too ;-)
just tried <txp:search_input label=“Search the website” button=“Search” section=“search” /> and all it does is throw me back to the search section or whatever other section … looks like q is not getting any results at all, for some reason he’s probably looking at the wrong columns
Offline
ok, now the bug’s talking to me
Tag error: <txp:article searchform="search_results" searchsticky="1"/> -> Textpattern Warning: Can't find FULLTEXT index matching the column list
select *, unix_timestamp(Posted) as uPosted, unix_timestamp(Expires) as uExpires, unix_timestamp(LastMod) as uLastMod, match (`Title`, `Body`) against ('ticket') as score from l10n_txp_en_gb where 1=1 and Status >= 4 and Posted <= now() and (now() <= Expires or Expires = '0000-00-00 00:00:00') and (`Title` like '%ticket%' or `Body` like '%ticket%') and Section != 'search' and Section != 'today' order by score desc limit 0, 10
textpattern/lib/txplib_db.php:258 startRows() on line 113
textpattern/lib/txplib_db.php:113 trigger_error()
textpattern/lib/txplib_db.php:323 safe_query()
textpattern/lib/txplib_db.php:258 startRows()
textpattern/publish.php:815 safe_rows_start()
textpattern/publish.php:964 doArticles()
textpattern/publish.php:592 parseArticles()
textpattern/publish.php:1188 article()
textpattern/publish.php:1100 processTags()
textpattern/publish.php:538 parse()
index.php:45 textpattern()
section Today and search mentioned above are not searchable… puzzled
Last edited by slabanosa (2012-01-31 21:55:00)
Offline
I found this topic, does it help you?
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline