Instance Response (please help)

Please report bugs here!

Moderator: Thorsten

Post Reply
Bambino
Posts: 11
Joined: Fri Jul 13, 2007 2:50 pm

Instance Response (please help)

Post by Bambino »

Hello.
Instante Response feature does not work on my site. I type in keyword field and see changing text below.. something like "20 search results. Find below the first 10 records."... but I don't see any results! Please help.. what I do or did wrong? Thanx.
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

I cannot reproduce this on my test installations. Can you show me your FAQ?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Bambino
Posts: 11
Joined: Fri Jul 13, 2007 2:50 pm

Post by Bambino »

Thorsten wrote:Hi,

I cannot reproduce this on my test installations. Can you show me your FAQ?

bye
Thorsten
here it is. And also I have some "old news" but they are no shown in New Archive.
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

okay... Could you please send me the SQL dump of your database? Thank you!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Bambino
Posts: 11
Joined: Fri Jul 13, 2007 2:50 pm

Post by Bambino »

Thorsten wrote:Hi,

okay... Could you please send me the SQL dump of your database? Thank you!

bye
Thorsten
Done.
bones
Posts: 3
Joined: Mon Jun 11, 2007 7:43 am

Post by bones »

Same Problem here!

Occurs since update from 2.0.1 to 2.0.2.
Bambino
Posts: 11
Joined: Fri Jul 13, 2007 2:50 pm

Post by Bambino »

Thorsten wrote:Hi,

okay... Could you please send me the SQL dump of your database? Thank you!
Thorsten, I would like to know about Instant Response issue and also what about problem with showing of news archive?
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

currently I'm very busy. If I have some time I'll check your dump and fix these issues.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
teb
Posts: 2
Joined: Tue Aug 14, 2007 12:25 pm

URL error using Instant Response search box

Post by teb »

Hi,

Whenever I press enter while in the Instant Response search bar, I get directed to an invalid URL as follows:

http://domain.com/faq/?action=instantresponse

Don't know what the best solution would be for this but maybe disabling the onenter() event?
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

which version do you use?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
koessi
Posts: 1
Joined: Wed Aug 15, 2007 10:29 am
Contact:

Re: Instance Response (please help)

Post by koessi »

Bambino wrote:Hello.
Instante Response feature does not work on my site. I type in keyword field and see changing text below.. something like "20 search results. Find below the first 10 records."... but I don't see any results! Please help.. what I do or did wrong? Thanx.
have the same here with version 2.02.

this is my quick&dirty-solution:

in functions.php on line 1136:
change "$b_permission = false;" to "$b_permission = true;"

because: if your permlevel is not "medium" you never gain permission to see the results. i think this is a bug.
Thorsten
Posts: 15742
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Instance Response (please help)

Post by Thorsten »

Hi,
koessi wrote:in functions.php on line 1136:
change "$b_permission = false;" to "$b_permission = true;"

because: if your permlevel is not "medium" you never gain permission to see the results. i think this is a bug.
right and it's fixed in CVS since some days.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
teb
Posts: 2
Joined: Tue Aug 14, 2007 12:25 pm

Post by teb »

Hi Thorsten,

I'm on v2.0.2.

I didn't experience the behavior oserved by Bambino, but I tried the fix proposed by koessi anyway, just to see. It didn't affect the behavior I described and whenever I hit "enter" while in the Instance Response input box, I get directed to an invalid URL,

.../FAQ/?action=instantresponse

Thanks,
Teb
ShaoKahn
Posts: 10
Joined: Mon Aug 13, 2007 4:52 pm
Location: Schweiz
Contact:

Post by ShaoKahn »

I had the same Problem with Instant Response.
I found a Article here in this Board wich describes that the problem is a missing Point in a php file. (it seems fixed in the CVS Version 2.0.x)
This happens as soon as you add a Entry in the glossary.

Cause of the false url, be sure to enter the correct base url in configuration.
Post Reply