Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
As I wrote before in case positive number is returned after creation it is the ID of the entity created (might be useful for subsecuent calls) On Oct 11, 2013 12:05 PM, "Sam Hagen" wrote: > Worked just fine, thanks! Out of curiosity, it returned > > * > 7 > * > > 7 is apparently a good message,

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Sam Hagen
Worked just fine, thanks! Out of curiosity, it returned * 7 * 7 is apparently a good message, but is there a there a table of these messages for numbers without a minus sign? I have this one:http://openmeetings.apache.org/ErrorsTable.html but is there another? As always, thanks again. -S

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
Just have tested works as expected I believe the issue is in your code instead of calling $result = $SOAP-> addOrganisation($sid, 'Testgroup'); you should call $params = array( 'SID' => $sid, 'name' => 'Testgroup' ); $result = $SOAP-> addOrganisation($p

Re: SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Maxim Solodovnik
Actually I was not aware we have such method addOrganisation :) will try to check/fix :) On Fri, Oct 11, 2013 at 1:43 AM, Samuel Hagen wrote: > Hi All, > > Interesting situation using SOAP today.I slipped on it in the shower > this morning > > ...OK ok ok, no more hygiene-related puns,

SOAP's addOrganisation throws an "Unknown error"

2013-10-10 Thread Samuel Hagen
Hi All, Interesting situation using SOAP today.I slipped on it in the shower this morning ...OK ok ok, no more hygiene-related puns, here's the actual problem: I'm trying to create a group in Openmeetings using SOAP. Really straightforward, right? Anyway, I keep getting a -1: *"**Un

Re: Upload Image for User

2013-10-10 Thread Maxim Solodovnik
can you start OM in debug mode: http://localhost:5080/openmeetings/?swf=maindebug.as3.swf11.swf and check the logs? espesially the URL of image being downloaded? On Thu, Oct 10, 2013 at 3:08 PM, YUUNI, OSAY OSMAN wrote: > This contains the jpg images of my photo I uploaded. I viewed them and

RE: Upload Image for User

2013-10-10 Thread YUUNI, OSAY OSMAN
This contains the jpg images of my photo I uploaded. I viewed them and they’re as follows: profile_0.jpg – original image _profile_profile_0.jpg – a slightly reduced copy of original image _chat_profile_0.jpg – small copy of original image _big_profile_0.jpg – a large copy of the original image

Re: two OM on one server

2013-10-10 Thread Jean-Marie Landri
someone please On Wed, Oct 9, 2013 at 6:40 PM, Jean-Marie Landri wrote: > Hello. cant start red5 > i tried everything, i think, > ps, reboot, new compile, start, restart. > attaching red5.log > > Thank you > > > On Wed, Oct 9, 2013 at 9:48 AM, Jean-Marie Landri < > jeanmarielan...@gmail.com> wr