RE: ELF log format?
Nugar <[email protected]> 12 Jul 2003 16:19:13 -0000
| Newsgroups | gmane.comp.web.oscommerce.devel |
|---|---|
| Message-ID | <2dc48d8a4e470168f68d5a8287492034@osCommerce-Forums> |
This message was sent from: Development http://forums.oscommerce.com/viewtopic.php?p=195438#195438 ---------------------------------------------------------------- Well, I can attest this code works :) For people trying to install it, just remember that the directory where the urchin-elf.log is supposed to be written, should be in fact writable. I set mine as chmod 777, and put it in the "logs" directory, which is above the public_html folder. It works great. The Ecommerce area in Urchin3 becomes active (I only tested it on Urchin3, although I assume U4 can read elf too). Also, you should add the following two lines to your urchin config file, just before the [code]</Report>[/code] tag for your site: [code]LogFormat: elf EcommerceLog: /path/to/directory/urchin-elf.log[/code] Ian, thanks for this code. cheers,