Skip to Content.
Sympa Menu

devel - [sympa-dev] Re: Re: soap:Server error : Can't locate object method "store_susbscription_request" via package "List" at /usr/lib/sympa/bin/sympasoap.pm line 1207

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Olivier Salaün <address@concealed>
  • To: Olivier Berger <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: [sympa-dev] Re: Re: soap:Server error : Can't locate object method "store_susbscription_request" via package "List" at /usr/lib/sympa/bin/sympasoap.pm line 1207
  • Date: Mon, 20 Aug 2007 10:36:25 +0200

Thanks for reporting this bug.
We've fixed it in both subversion branches and also added a "use strict" pragma" that was missing. I lead us to fix a few other typos/incorrect variable names. Here is the patch : http://sourcesup.cru.fr/cgi/viewvc.cgi/branches/sympa-5.3-branch/soap/sympasoap.pm?r1=4468&r2=4549&root=sympa&view=patch

We definitely need to generalize the use of "use strict" in Sympa. The tough job will be with wwsympa.fcgi that highly uses global variables (%in, $param).

Olivier Berger a écrit :
OK, found it !

It's a typo :)

so s/store_susbscription_request/store_subscription_request/ should fix
it.

Best regards,

Le samedi 18 août 2007 à 18:13 +0200, Olivier Berger a écrit :
Hi.

I'm testing the SOAP interface on the SOAP server in Sympa 5.3.3 and hit
the following error :

Can't locate object method "store_susbscription_request" via package
"List" at /usr/lib/sympa/bin/sympasoap.pm line 1207

And indeed, a grep on "store_susbscription_request" doesn't report
anything else than the soap/sympasoap.pm source file :(

sourcesup seems so slow or down from here that I'm unable to check in
SVN and bug-tracker...

If someone can confirm and provide a patch, I'd be grateful ;)

Best regards,




Archive powered by MHonArc 2.6.19+.

Top of Page