Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
Hi Thilo, I'm using v7.1 patch 004. rob urban -Ursprüngliche Nachricht- Von: Thilo Stapff [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2008 20:24 An: ARSperl User Discussion Betreff: Re: [Arsperl-users] ars_GetListVUI not working? It should definitely work this way.

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Thilo Stapff
Hi Rob, I asked about the version of arsperl. Thilo Urban, Robert (, externer Mitarbeiter) wrote: Hi Thilo, I'm using v7.1 patch 004. rob urban -Ursprüngliche Nachricht- Von: Thilo Stapff [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 25. September 2008 20:24 An:

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
Oops, sorry. It's v1.84. rob urban -Ursprüngliche Nachricht- Von: Thilo Stapff [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 26. September 2008 12:40 An: ARSperl User Discussion Betreff: Re: [Arsperl-users] ars_GetListVUI not working? Hi Rob, I asked about the version of arsperl.

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread LJ Longwing
Could you try upgrading to 1.90 or 1.91 and see if you still have problems? -Original Message- From: Urban, Robert (, externer Mitarbeiter) [mailto:[EMAIL PROTECTED] Sent: Friday, September 26, 2008 9:38 AM To: ARSperl User Discussion Subject: Re: [Arsperl-users] ars_GetListVUI not

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Thilo Stapff
The problem is definitely a bug in 1.84 (and probably earlier versions). Versions 1.85 or higher should work fine. Thilo LJ Longwing wrote: Could you try upgrading to 1.90 or 1.91 and see if you still have problems? -Original Message- From: Urban, Robert (, externer Mitarbeiter)

Re: [Arsperl-users] No Subject

2008-09-26 Thread Mark Vaughan
Steve, I am not a CGI person, but I see something which makes me think. After you strip the remote directory from the filename ($v), the stat($v) command is looking for the file in the local directory. It appears the file is still in the remote directory ($u). Therefore, stat($v) will not

Re: [Arsperl-users] ars_GetListVUI not working?

2008-09-26 Thread Urban, Robert (, externer Mitarbeiter)
Hmm. Thanks for your answers. Unfortunately, I just compiled/installed v1.91 (aside: perl Makefile.PL PREFIX=/some/other/path doesn't work) and tried my script again. Ars_GetVUI() is still returning undef :( Here's my code: --snip-- my $ARS = ars_Login($server, $username, $password);