Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-06-17 09:50:45

the_ghost
Plugin Author
From: Minsk, The Republic of Belarus
Registered: 2007-07-26
Posts: 907
Website

search_result_excerpt dissappeared

Earlier i had the same problem, but it was connected with hack of taghandlers.php

Now i’m using last svn’s version and tag <txp:search_result_excerpt/> returns zero. Before update from 4.0.4 it worked.

Here is full diag

search_results form:

<h3><txp:title /></h3>

<p>
<txp:search_result_excerpt /><br/>
<span style="position:relative;top:-10px;">
  <txp:permlink>Подробнее &rarr;</txp:permlink>
</span>
</p>

Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?

Offline

#2 2008-06-18 20:33:41

the_ghost
Plugin Author
From: Minsk, The Republic of Belarus
Registered: 2007-07-26
Posts: 907
Website

Re: search_result_excerpt dissappeared

The strange thing, is that searching english (latin) word or only digits (1, 2, 3 and so on) insted of russian (cyrillic) makes tag to work – search_result_excerpt is shown normally. But if to search cyrillic – form is parsed well. Needed articles are shown by form, but there are no search_result_excerpt.

Last edited by the_ghost (2008-06-21 23:51:50)


Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?

Offline

#3 2008-06-21 23:51:30

the_ghost
Plugin Author
From: Minsk, The Republic of Belarus
Registered: 2007-07-26
Posts: 907
Website

Re: search_result_excerpt dissappeared

No way to solve? :(


Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?

Offline

#4 2013-08-09 13:52:02

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: search_result_excerpt dissappeared

Hi,
Same problem.
Two websites, same pages, same forms ; one is not showing any result excerpt!?
Any ideas? Any known bugs?
Thx…


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#5 2013-08-09 15:53:10

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: search_result_excerpt dissappeared

As you are using svn I moved the topic to developer support and changed the title to include svn to it

Last edited by colak (2013-08-10 04:56:34)


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#6 2013-08-09 16:27:13

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: search_result_excerpt dissappeared

Actualy I’m using a default Txp 4.5.4. install, but are there some plugins which can affect this tag function? Because it’s the only thing which seems to be different between my two websites.
Thx

Last edited by NicolasGraph (2013-08-09 16:28:00)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#7 2013-08-10 04:57:46

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: search_result_excerpt dissappeared

Can you post the two websites and the code you are using?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#8 2013-08-10 07:25:01

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: search_result_excerpt dissappeared

Sites are on a localhost for now. To make it simple I tried with the default page and the default form and it doesn’t work either. We can start from here.

As I said, the only thing that is different for me seems to be the plugins list. I deleted plugins which are not installed on the site which is working from the site which is not, but it doesn’t work. As far as I remember I installed rss_uc and smd_tags on the site which has a problem.

Thx for your help. I’ll let you know if I find something wrong.

Edit: Everything is now working on fresh install. I’m not sure I’ll find something wrong.

Last edited by NicolasGraph (2013-08-10 09:14:46)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#9 2013-08-10 14:55:02

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: search_result_excerpt dissappeared

Did you try disabling the plugins to see how the site behaves without them?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#10 2013-08-10 15:44:37

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: search_result_excerpt dissappeared

I even deleted them (and tables) but nothing changed. The problem is that I tried many plugins at the beginning of the project and I’ve already deleted several of them before to see that the search results have a problem. I don’t know if one of them did something wrong with the core (?) ; there were some which didn’t work with Txp 4.5.4.
Anyway, I’ve copy everything on the fresh install. I’ve check the search results after each plugin install and no one I’m currently using has a problem.

Last edited by NicolasGraph (2013-08-10 15:45:42)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

#11 2013-08-10 16:55:28

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,007
Website GitHub Mastodon Twitter

Re: search_result_excerpt dissappeared

as far as I know the core is not normally touched by any plugins. The most they can do is add a few more tables to the db. If there is no longer any script connecting those tables to the cms I think that they just exist as extra space takers – nothing more.

Did you put your site in debug to check what might be wrong with the scripting?


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#12 2013-08-11 11:07:51

NicolasGraph
Plugin Author
From: France
Registered: 2008-07-24
Posts: 860
Website

Re: search_result_excerpt dissappeared

colak a écrit:

Did you put your site in debug to check what might be wrong with the scripting?

Yes, everything is fine…
I’m now having the same problem on the new install. Actually, the search_result_excerpt is displayed for some articles and isn’t for others (Every body of them contain the searched term.)


Nicolas
Follow me on Twitter and GitHub!
Multiple edits are usually to correct my frenglish…

Offline

Board footer

Powered by FluxBB