Search found 5 matches

by ar
Thu Feb 07, 2008 10:55 am
Forum: Using OpenEMM
Topic: Web Services setSubscriberBinding
Replies: 17
Views: 15990

Fixed in 5.4.

I found a bug trying the binding funtions in webservices. The bug will be fixed in version 5.4.
by ar
Thu Feb 07, 2008 8:59 am
Forum: Installation & Upgrades
Topic: Cannot find bean: "emm.layout" in scope
Replies: 2
Views: 5629

Error reproduced with missing entry in emm_layout_tbl.

I was able to reproduce the mentioned error by removing the entry with layout_id 0 from emm_layout_tbl in the database. My output of select * from emm_layout_tbl on a working installation is ...
by ar
Mon Jun 25, 2007 9:22 am
Forum: Using OpenEMM
Topic: double subcription process
Replies: 3
Views: 4808

hi marton,

it seems like the value for clicks_nr is not passed correctly. After some testing with different settings for this field I could still not reproduce the error. Taken from the error message it might help to set a default value for the clicks_nr field, though. To achive this you can delete ...
by ar
Wed Jun 06, 2007 3:45 pm
Forum: Installation & Upgrades
Topic: OpenEMM 5.0.3 on Debian Etch
Replies: 4
Views: 10084

Hallo ffdm-sb,

die Datenbankeinstellungen sind in einmal in webapps/openemm/htdocs/WEB-INF/classes/emm.properties für das Frontend und einmal in lib/openemm/Mailgun.ini für das Backend zu ändern.
by ar
Wed Oct 11, 2006 9:46 am
Forum: Using OpenEMM
Topic: Performance of e-mail sending
Replies: 21
Views: 31279

Hi Stephen,

there is a problem with loading large lists of recipients. This problem will be solved in a future version. For now you might try the following solution:

Open the file webapps/openemm/htdocs/recipient/list.jsp in an editor.

Find the line:
sqlStatement=sqlStatement.replaceAll("cust ...