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. ... Also after checking out my config, I think you need to change $1 to $2 in your HTDBDoc command. $1 will always resolve to '1' (from your Alias command), where $2 should resolve to the # after the second slash. Try that out and see if that helps. I had some initial problems with HTDB indexing that I submitted some bug reports. Everything was fixed in CVS, so you may want to try that out. I can go back and figure out when I got my last stable version (it was at least a few months ago). - Danish On 27 Mar 2002, Anonymous wrote: > 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: <http://www.mnogosearch.org/board/message.php?id=4514> > > ___________________________________________ > If you want to unsubscribe send "unsubscribe general" > to [EMAIL PROTECTED] > > -- Danish Qadri Systems Programmer Globix Corporation [EMAIL PROTECTED] ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
