Search found 2607 matches

by maschoff
Thu Jan 17, 2008 9:30 am
Forum: Installation & Upgrades
Topic: Windows Startup Error: Exception in thread SMTP Server
Replies: 1
Views: 4261

Please tell us the Windows, MySQL, Python and MySQL-Python version you are working with. Thank you!
by maschoff
Thu Jan 17, 2008 9:27 am
Forum: Using OpenEMM
Topic: Unsubscribe from all mailing lists?
Replies: 6
Views: 15087

Wildcard does not work, but you could try to use a mechanism what we call "negative subscription". Therefore, you have to send all relevant mailing IDs and a value of 0 (=unsubscribe) for the corresponding agnSUBSCRIBE tag. Let's say you want to unsubscribe from 3 mailing lists with IDs 1,...
by maschoff
Wed Jan 16, 2008 7:03 pm
Forum: Using OpenEMM
Topic: Unsubscribe problem again SOS
Replies: 3
Views: 4514

What URL do you use as redirect domain (see field rdir_domain in table company_tbl)?
by maschoff
Wed Jan 16, 2008 5:19 pm
Forum: Using OpenEMM
Topic: Unsubscribe problem again SOS
Replies: 3
Views: 4514

Try usage "only for forms" for your Unsubscribe action. Does this help?
by maschoff
Tue Jan 15, 2008 8:58 am
Forum: Using OpenEMM
Topic: Problem with OpenEMM 5.3.2?
Replies: 21
Views: 23600

RPM vs. tar.gz

Honestly, we have no idea why xmlback in the RPM file does not work sometimes (its works on all of our test machines) while the tar.gz file seems to work always. I don't want to blame anybody, but maybe (only this time) the bug is not in our software but in the rpm software of some Linux distributio...
by maschoff
Tue Jan 08, 2008 4:57 pm
Forum: Miscellaneous
Topic: Openemm on tomcat anyone?
Replies: 7
Views: 23405

BTW, I am using 5.4 alpha. Not sure, if it works with 5.3.2 as well.
by maschoff
Tue Jan 08, 2008 4:51 pm
Forum: Miscellaneous
Topic: Openemm on tomcat anyone?
Replies: 7
Views: 23405

you only have to remove log4j.jar in case OpenEMM does not launch properly and you have to check the log. This is my web.xml file: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java....
by maschoff
Tue Jan 08, 2008 2:33 pm
Forum: Bugs, bug fixes & releases
Topic: VMX version of OpenEMM for VMware
Replies: 7
Views: 15838

The VMX version of OpenEMM 5.3.2 is online now. Instructions: ---LINUX--- 1.) Download OpenEMM-5.3.2.VMX-part1 till OpenEMM-5.3.2.VMX-part5 2.) Run "cat OpenEMM-5.3.2.VMX-part* >> OpenEMM-5.3.2.VMX.zip" 3.) Unzip "OpenEMM-5.3.2-VMX.zip" and proceed as usual. ---WINDOWS--- 1.) Dow...
by maschoff
Tue Jan 08, 2008 11:45 am
Forum: Miscellaneous
Topic: Openemm on tomcat anyone?
Replies: 7
Views: 23405

To use Tomcat 5.5 or 6.0 instead of Resin, first you have to modify web.xml: - DTD = http://java.sun.com/dtd/web-app_2.3.dtd - change "/*do" to "*.do" - remove JSPServlet definition and mapping (this is already done in the global web.xml of Tomcat) - change the order of the eleme...
by maschoff
Mon Jan 07, 2008 11:36 am
Forum: Bugs, bug fixes & releases
Topic: VMX version of OpenEMM for VMware
Replies: 7
Views: 15838

VMX version of OpenEMM for VMware

For those of you looking for the VMX version of OpenEMM 5.3.2: We tried to upload the big file (about 450 MByte) to SourceForge many, many times (and days) but SourceForge either dropped the connection before the upload was completed or "lost" the file afterwards. Therefore, we decided to ...
by maschoff
Mon Jan 07, 2008 9:30 am
Forum: Installation & Upgrades
Topic: Problems to send emails
Replies: 6
Views: 9490

we re-uploaded the RPM file of release 5.3.2. Maybe this will help.
by maschoff
Mon Jan 07, 2008 9:29 am
Forum: Using OpenEMM
Topic: Problem with OpenEMM 5.3.2?
Replies: 21
Views: 23600

we re-uploaded the RPM file of release 5.3.2. Maybe this will help.
by maschoff
Fri Jan 04, 2008 8:56 am
Forum: Using OpenEMM
Topic: unsubscribes, but shows error
Replies: 8
Views: 8293

Great! If you think we could improve the manual please help us with a suggestion what we should change or add. Thank you!
by maschoff
Thu Jan 03, 2008 12:37 pm
Forum: Using OpenEMM
Topic: unsubscribes, but shows error
Replies: 8
Views: 8293

Your action needs to "load profile data" first.
by maschoff
Tue Jan 01, 2008 1:24 pm
Forum: Bugs, bug fixes & releases
Topic: [SOLVED] German Character in Subscribe Form
Replies: 1
Views: 6037

Please make sure that the webpage with your form is UTF8 coded and not ISO-8859 coded:

Code: Select all

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    ...