Skip to Content.
Sympa Menu

devel - Re: [sympa-dev] saving list config was: extending soap..

Subject: Developers of Sympa

List archive

Chronological Thread  
  • From: Joe Vieira <address@concealed>
  • To: "address@concealed" <address@concealed>, "address@concealed" <address@concealed>
  • Subject: Re: [sympa-dev] saving list config was: extending soap..
  • Date: Wed, 14 May 2008 15:11:55 -0400

address@concealed wrote:
First off - if you have your debug value set to 3 or higher you should be
able to see if and how List::save_config is called.

Yea, i mean seeing how it's called is only mildly helpful. my List object is where the issue is I think.

Like I said before when i $list->save_config($email) what gets saved is literally the string "HASH(0xaa1a9b4)" memory location changes obviously, so having stepped thru line by line untill i get to the function __save_list_param, it's pretty clear why. I have not formatted my list object correctly.

So i guess i'll just ask the question, is $list->{'admin'}->{'owner'} expected to be in the same format as $list->get_owners() returns? cause i am assuming it is. Or is there some documentation about how List objects should be constructed, or how they are formatted?

if i do "
$list->{'admin'}->{'owner'} = $list->get_owners();
$list->save_config("address@concealed");
"

my config file ends up looking like this.

"owner HASH(0xad7a290)

update HASH(0xad7a044)
"

Joe




Archive powered by MHonArc 2.6.19+.

Top of Page