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 ...
Search found 11 matches
- Sat Jul 28, 2007 11:43 pm
- Forum: Bug reports
- Topic: Search Bug
- Replies: 3
- Views: 8468
- 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 ...
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 ...
- Tue Jul 24, 2007 10:41 pm
- Forum: Bug reports
- Topic: Instance Response (please help)
- Replies: 13
- Views: 21055
- Mon Jul 16, 2007 2:04 pm
- Forum: Bug reports
- Topic: Instance Response (please help)
- Replies: 13
- Views: 21055
- Mon Jul 16, 2007 1:41 pm
- Forum: Bug reports
- Topic: Instance Response (please help)
- Replies: 13
- Views: 21055
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
- Mon Jul 16, 2007 1:17 pm
- Forum: Bug reports
- Topic: Bug in Glossary
- Replies: 10
- Views: 22441
Just open one FAQ... and it is visible ONLY if DEBUG flag is set to TRUE.Thorsten wrote:Hi,
how can I reproduce this? What did you entered?
bye
Thorsten
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.
- Mon Jul 16, 2007 1:04 pm
- Forum: Bug reports
- Topic: Bug in Glossary
- Replies: 10
- Views: 22441
- 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.
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.
- 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?
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?
- Fri Jul 13, 2007 11:48 pm
- Forum: Bug reports
- Topic: Bug in Glossary
- Replies: 10
- Views: 22441
- 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:
Fixed code:
See the file Glossary.php, function insertItemsIntoContent, row 122
Your code:
Code: Select all
$item['item'] = preg_quote($item['item'], '/');
Code: Select all
$item['item'] = preg_quote('/', $item['item']);