Webboard: Udm_Find error

2002-03-27 Thread gluke
Author: gluke Email: [EMAIL PROTECTED] Message: As i remember, you should initialize at least local and browser charsets, search page number and nuber results per page. Reply: ___ If you want to unsub

Webboard: negotiation langauge

2002-03-27 Thread Ronald Peters
Author: Ronald Peters Email: [EMAIL PROTECTED] Message: Hi, I have a website that use the negotiation of apache to make the site multi-language. This means in simple term that the html-files are example: article.html.nl and article.html.en. The browser give his preferered language, example nl a

Webboard: htdb indexer crash

2002-03-27 Thread Ben
Author: Ben Email: [EMAIL PROTECTED] Message: This definitely seems to have something to do with it. I've made a lot of changes to simplify my indexer.conf, and nothing really fixed it-- but adding "MaxDocSize 800" seems to be an improvement so far... thanks for the advice! Now how do I com

Webboard: htdb indexer crash

2002-03-27 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > Still segfaults, BUT... if I add a "LIMIT 100" to my HTDBList line, *IT >WORKS* (well, there's stuff in my 'urls' table, and in my 'dict' table, anyhow). >Remove the limit, it segfaults. Grrr. Perhaps someone from the dev team has some >id

Webboard: htdb indexer crash

2002-03-27 Thread Ben
Author: Ben Email: [EMAIL PROTECTED] Message: OK, well I've made some progress, partly due to an email from Danish Qadri (thanks!). But, something very odd is still happening... Changes I made: - ensured that the URL parts of HTDBList, Realm, and Alias matched EXACTLY. - removed all the /1/

Webboard: Udm_Find error

2002-03-27 Thread Richard Fox
Author: Richard Fox Email: [EMAIL PROTECTED] Message: If you look at the init() function in init.inc, you will see that Udm_Set_Agent_Param() is called for a number of field/value pairs, to enable/disable or set many fields in the allocated agent. I had assumed that the default values for all

Webboard: problem with space in URL

2002-03-27 Thread maxime
Author: maxime Email: Message: Please, read RFC1738 part 2.2 about URLs characters encoding: http://www.ietf.org/rfc/rfc1738.txt?number=1738 According this, space and others unsafe symbols must always be encoded within URL as %xx Reply: __

Re: Webboard: htdb indexer crash

2002-03-27 Thread Danish Qadri
You may want to edit your HTDBList string, I have a similar configuration, minus the FROM_UNIXTIME function call. Mine looks more like : ... Date_format(date_created,'%a, %d %b %Y %T'),' EST\\r\\n', ... I believe MySQL will convert it from epoch time for you if that's how you are storing it. .

Webboard: htdb indexer crash

2002-03-27 Thread Matt
Author: Matt Email: Message: Well your config is almost identical to mine, the only difference is that extra Servers htdb:/1/ line at the end. I might be wrong but I don't think there's a Servers directive, so this may be causing a problem...maybe not. Reply:

Re: Indexer does not follow the tree - final effort

2002-03-27 Thread Johann Spies
On Wed, Mar 27, 2002 at 01:54:42PM +0400, Alexander Barkov wrote: > No ideas. This problem needs debugging on your system. I think that I am close to the point of looking for alternatives for mnogosearch. My last effort was to take the example ftpsearch.conf file and try it. Previously, with an

Webboard: problem with space in URL

2002-03-27 Thread Alex Barkov
Author: Alex Barkov Email: [EMAIL PROTECTED] Message: > No, all the URLs returned in search results are correct and it will take me to the >proper document. > The URLs are however stored with %20 syntax instead of "space" in SQL >database already. Can I parse the URLs before it is stored to data

Re: Indexer does not follow the tree

2002-03-27 Thread Alexander Barkov
No ideas. This problem needs debugging on your system. Johann Spies wrote: > On Mon, Mar 25, 2002 at 06:38:25PM +0400, Alexander Barkov wrote: > >>Do you have such directory /ftp/ ? >> >>What is the output of: >> >>ls -l /ftp/ >> > lrwxrwxrwx1 root root9 Aug 29 2001 /ftp -

Webboard: problem with space in URL

2002-03-27 Thread Standa
Author: Standa Email: [EMAIL PROTECTED] Message: No, all the URLs returned in search results are correct and it will take me to the proper document. The URLs are however stored with %20 syntax instead of "space" in SQL database already. Can I parse the URLs before it is stored to database ? Is t

Webboard: Default install - Indexer doesn't index "enough"

2002-03-27 Thread Alexander Barkov
Author: Alexander Barkov Email: [EMAIL PROTECTED] Message: > i have the same problem. > > > indexer -v 6 > indexer[14250]: indexer from mnogosearch-3.2.3-mysql started with 'indexer.conf' > indexer[14250]: [1] URL: http://localhost/robots.txt > indexer[14250]: [1] Server 'http://localhost/' > i

Re[2]: Webboard: Udm_Find error

2002-03-27 Thread Sergey Kartashoff
Hi! Tuesday, March 26, 2002, 6:52:54 PM, you wrote: RF> Thanks, gluke. I will check it out. But your answer brings me to another RF> question: is there any kind of programmers guide to using the udm functions? RF> The PHP manual gives the function definitions but there is no text on how RF> they