Search found 7 matches

by aheman
Mon Mar 22, 2010 9:20 pm
Forum: Installation & Upgrades
Topic: CMS Not visible in admin after upgrade
Replies: 18
Views: 15867

The box it's running on right now is Gentoo. I have those same 3 lines in the .properties file and no sign of the button in the html. We had to work around some issues to patch it from 5.5.1 to 6.0.1, though I need to talk to the IT department on what exactly those issues were.
by aheman
Mon Mar 22, 2010 7:51 pm
Forum: Installation & Upgrades
Topic: CMS Not visible in admin after upgrade
Replies: 18
Views: 15867

Did you ever resolve this issue? I seem to be in the same situation.
by aheman
Fri Mar 19, 2010 7:39 pm
Forum: Development
Topic: Webservice: NullPointer at newEmailMailing
Replies: 2
Views: 7244

Also in php I had to pass the targetID through soap as an array with just the value 0. Passing 0 alone was throwing this error (I imagine because java interpreted it as a value instead of an array of values).
by aheman
Fri Mar 19, 2010 7:36 pm
Forum: Development
Topic: Webservices: Attachments
Replies: 0
Views: 5098

Webservices: Attachments

Based on my previous thread in the installations, I was able to fix the java array size declaration error I was getting with the latest version. Now that I've got a working set of webservices I can create new users, add them to a mailing list, and send the email with either html or text. Now I'm try...
by aheman
Tue Mar 16, 2010 4:01 pm
Forum: Installation & Upgrades
Topic: Webservices and Axis Target Service problem...
Replies: 3
Views: 12396

Looking at the source, the problem appears to be as simple as an array that's not large enough. On line 41 of EmmWebServiceBindingStub.java an array is declared of size 13, and on line 266 something gets declared as 14.

Now trying to recompile this with the fix...
by aheman
Mon Mar 15, 2010 9:33 pm
Forum: Installation & Upgrades
Topic: Webservices and Axis Target Service problem...
Replies: 3
Views: 12396

After working for some time (and upgrading to 6.0.1) I'm now able to use all of the webservices in the API for 5.5.1 but nothing new that was added in 6.0.0 (the add/delete mailing list options). Also when I attempt to run the commands from linux using the .sh script, I'm getting java errors for an ...
by aheman
Thu Mar 11, 2010 9:37 pm
Forum: Installation & Upgrades
Topic: Webservices and Axis Target Service problem...
Replies: 3
Views: 12396

Webservices and Axis Target Service problem...

I am having some problems getting webservices to work using the php class from http://enarion.net/programming/php/openemm/. I have two seperate servers here, one with the OpenEMM program and database, and another with a php webserver that I'm attempting to use to access it. Following the documentati...