Search found 11 matches

by Bambino
Sat Jul 28, 2007 11:43 pm
Forum: Bug reports
Topic: Search Bug
Replies: 3
Views: 8468

Re: Search Bug

Hi! There is one more bug is present in my site... :?
Search is not working! The result page shows the text "15 search result" (for example) and there are no any found FAQ records!!! Have someone this bug?! What I need do to fix it? Now I have FAQ site that does not perform its direct function ...
by Bambino
Sat Jul 28, 2007 10:30 pm
Forum: Bug reports
Topic: Search Bug
Replies: 3
Views: 8468

Search Bug

Hi! There is one more bug is present in my site... :?
Search is not working! The result page shows the text "15 search result" (for example) and there are no any found FAQ records!!! Have someone this bug?! What I need do to fix it? Now I have FAQ site that does not perform its direct function ...
by Bambino
Tue Jul 24, 2007 10:41 pm
Forum: Bug reports
Topic: Instance Response (please help)
Replies: 13
Views: 21055

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?
by Bambino
Mon Jul 16, 2007 2:04 pm
Forum: Bug reports
Topic: Instance Response (please help)
Replies: 13
Views: 21055

Thorsten wrote:Hi,

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

bye
Thorsten
Done.
by Bambino
Mon Jul 16, 2007 1:41 pm
Forum: Bug reports
Topic: Instance Response (please help)
Replies: 13
Views: 21055

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.
by Bambino
Mon Jul 16, 2007 1:17 pm
Forum: Bug reports
Topic: Bug in Glossary
Replies: 10
Views: 22441

Thorsten wrote:Hi,

how can I reproduce this? What did you entered?

bye
Thorsten
Just open one FAQ... and it is visible ONLY if DEBUG flag is set to TRUE.

for example just check quickly... If especially comment my code for one variant. This is only for 4th element... the same for 5th and 6th.
by Bambino
Mon Jul 16, 2007 1:04 pm
Forum: Bug reports
Topic: Bug in Glossary
Replies: 10
Views: 22441

Hi,

please try the current stable CVS snapshot. It's fixed there.

bye
Thorsten
I downloaded this version but it also contains errors. For example, if array elements from 3 to 5 does not exist.

Original code:

function setAcronyms($matches)
{
$itemAsAttrName = $matches[1];
$itemInAttrValue ...
by Bambino
Mon Jul 16, 2007 12:46 pm
Forum: Bug reports
Topic: Instance Response (please help)
Replies: 13
Views: 21055

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.
by Bambino
Sat Jul 14, 2007 12:00 am
Forum: Proposals
Topic: Instant Response
Replies: 4
Views: 15686

Bug?

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?
by Bambino
Fri Jul 13, 2007 11:48 pm
Forum: Bug reports
Topic: Bug in Glossary
Replies: 10
Views: 22441

hi

with this code its for me not working

What do you mean?!
My situation: when there were no records in Glossary all works fine, i.e. when I select FAQ I see subject and text. When I added first term in Glossary all text information at selection of any FAQ dissapeared. I find that above ...
by Bambino
Fri Jul 13, 2007 3:06 pm
Forum: Bug reports
Topic: Bug in Glossary
Replies: 10
Views: 22441

Bug in Glossary

There is a bug in glossary class. It cause of dissapiering of FAQ text and subject.
See the file Glossary.php, function insertItemsIntoContent, row 122

Your code:

Code: Select all

$item['item'] = preg_quote($item['item'], '/');
Fixed code:

Code: Select all

$item['item'] = preg_quote('/', $item['item']);