|
From: Chris N. <pu...@po...> - 2001-04-10 20:42:40
|
OK, several people had problems with IndexHandler working. If you want to try out the latest from CVS and give it a shot, please do and report back to us if it is working or not. Just update and install the new code, it crosses a few different modules. Thanks, -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: shane <sh...@lo...> - 2001-04-11 03:16:49
|
At 04:42 PM 4/10/2001 -0400, you wrote: >OK, several people had problems with IndexHandler working. If you want to >try out the latest from CVS and give it a shot, please do and report back >to us if it is working or not. Just update and install the new code, it >crosses a few different modules. Thanks, Looks like it's fixed! Thanks! |
|
From: Chris N. <pu...@po...> - 2001-04-11 04:38:52
|
At 23:23 -0400 2001.04.10, shane wrote: >At 04:42 PM 4/10/2001 -0400, you wrote: >>OK, several people had problems with IndexHandler working. If you want to >>try out the latest from CVS and give it a shot, please do and report back >>to us if it is working or not. Just update and install the new code, it >>crosses a few different modules. Thanks, > >Looks like it's fixed! Thanks! Great, thanks a lot for your help. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: shane <sh...@lo...> - 2001-04-11 14:20:00
|
At 12:38 AM 4/11/2001 -0400, you wrote: >At 23:23 -0400 2001.04.10, shane wrote: > >At 04:42 PM 4/10/2001 -0400, you wrote: > >>OK, several people had problems with IndexHandler working. If you want to > >>try out the latest from CVS and give it a shot, please do and report back > >>to us if it is working or not. Just update and install the new code, it > >>crosses a few different modules. Thanks, > > > >Looks like it's fixed! Thanks! > >Great, thanks a lot for your help. Out of curiosity, what ended up being the fix for this? |
|
From: Chris N. <pu...@po...> - 2001-04-11 21:37:06
|
At 10:18 -0400 2001.04.11, shane wrote: >At 12:38 AM 4/11/2001 -0400, you wrote: >>At 23:23 -0400 2001.04.10, shane wrote: >> >At 04:42 PM 4/10/2001 -0400, you wrote: >> >>OK, several people had problems with IndexHandler working. If you want to >> >>try out the latest from CVS and give it a shot, please do and report back >> >>to us if it is working or not. Just update and install the new code, it >> >>crosses a few different modules. Thanks, >> > >> >Looks like it's fixed! Thanks! >> >>Great, thanks a lot for your help. > >Out of curiosity, what ended up being the fix for this? It was basically just a little bit of weirdness in the API, I think. We had to se $r->uri along with $r->filename, or else Apache would get upset with us. -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |
|
From: Eric D. <eri...@ja...> - 2001-04-12 05:54:29
|
I haven't seen any problems that I experienced in older versions. Seems to work fine. Chris Nandor wrote: > At 10:18 -0400 2001.04.11, shane wrote: > >At 12:38 AM 4/11/2001 -0400, you wrote: > >>At 23:23 -0400 2001.04.10, shane wrote: > >> >At 04:42 PM 4/10/2001 -0400, you wrote: > >> >>OK, several people had problems with IndexHandler working. If you want to > >> >>try out the latest from CVS and give it a shot, please do and report back > >> >>to us if it is working or not. Just update and install the new code, it > >> >>crosses a few different modules. Thanks, > >> > > >> >Looks like it's fixed! Thanks! > >> > >>Great, thanks a lot for your help. > > > >Out of curiosity, what ended up being the fix for this? > > It was basically just a little bit of weirdness in the API, I think. We > had to se $r->uri along with $r->filename, or else Apache would get upset > with us. > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- Back up my hard disk? I can't find the reverse switch! Eric Dannewitz - Adventurer, saxophonist, good-timer (crook? quite possibly), clarinetist, manic self-publicist, part-time flautist(flutist?), macintosher, and often thought to be completely out to lunch. http://www.jazz-sax.com |
|
From: Eric D. <eri...@ja...> - 2001-04-11 05:31:07
|
Do we need to reinstall the CPAN modules as well? Chris Nandor wrote: > OK, several people had problems with IndexHandler working. If you want to > try out the latest from CVS and give it a shot, please do and report back > to us if it is working or not. Just update and install the new code, it > crosses a few different modules. Thanks, > > -- > Chris Nandor pu...@po... http://pudge.net/ > Open Source Development Network pu...@os... http://osdn.com/ > > _______________________________________________ > Slashcode-development mailing list > Sla...@li... > http://lists.sourceforge.net/lists/listinfo/slashcode-development -- Back up my hard disk? I can't find the reverse switch! Eric Dannewitz - Adventurer, saxophonist, good-timer (crook? quite possibly), clarinetist, manic self-publicist, part-time flautist(flutist?), macintosher, and often thought to be completely out to lunch. http://www.jazz-sax.com |
|
From: Chris N. <pu...@po...> - 2001-04-11 10:48:44
|
At 22:31 -0700 2001.04.10, Eric Dannewitz wrote: >Do we need to reinstall the CPAN modules as well? No, that shouldn't be necessary. Although, personally, I peridoically do upgrade all my modules. I can't recommend that, though, because occasionally an upgrade breaks things. :-) However, for those that care, this is my normal procedure: * run CPAN shell * type "r" and return * get list of all modules that can be upgraded * run "install MODULE" for each one I want to upgrade -- Chris Nandor pu...@po... http://pudge.net/ Open Source Development Network pu...@os... http://osdn.com/ |