Instance Response (please help)
Moderator: Thorsten
Instance Response (please help)
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.
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.
Hi,
I cannot reproduce this on my test installations. Can you show me your FAQ?
bye
Thorsten
I cannot reproduce this on my test installations. Can you show me your FAQ?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
here it is. And also I have some "old news" but they are no shown in New Archive.Thorsten wrote:Hi,
I cannot reproduce this on my test installations. Can you show me your FAQ?
bye
Thorsten
Hi,
okay... Could you please send me the SQL dump of your database? Thank you!
bye
Thorsten
okay... Could you please send me the SQL dump of your database? Thank you!
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Hi,
currently I'm very busy. If I have some time I'll check your dump and fix these issues.
bye
Thorsten
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
amazon.de Wishlist
URL error using Instant Response search box
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?
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?
Hi,
which version do you use?
bye
Thorsten
which version do you use?
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
Re: Instance Response (please help)
have the same here with version 2.02.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.
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.
Re: Instance Response (please help)
Hi,
bye
Thorsten
right and it's fixed in CVS since some days.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.
bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
amazon.de Wishlist
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
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
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.
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.