Search found 2596 matches

by maschoff
Tue Sep 23, 2008 8:04 am
Forum: Using OpenEMM
Topic: Error While Importing CSV file
Replies: 4
Views: 8310

by maschoff
Mon Sep 22, 2008 10:00 am
Forum: Installation & Upgrades
Topic: OpenEMM webadmin + SSL width Apache2 and modssl
Replies: 3
Views: 7994

Actually, we have no recommendation. But if you guys work out a best practice procedure we are happy to include it in the official install guide.

Please note that since release 5.5.0 port 8081 has become 8080.
by maschoff
Sun Sep 21, 2008 2:49 pm
Forum: Using OpenEMM
Topic: Mailer stops sending mail after sending 10002 mails.
Replies: 4
Views: 6098

There is no limitation. OpenEMM sends out mails in blocks of 5,000 each.
by maschoff
Thu Sep 18, 2008 11:46 am
Forum: Bugs, bug fixes & releases
Topic: (Maybe) Bug in WebService "newEmailMailingWithReplyRequ
Replies: 6
Views: 9815

There seems to be a bug. If so, we will develop a bug fix and distribute it via SourceForge. Stay tuned!
by maschoff
Wed Sep 17, 2008 5:36 pm
Forum: Using OpenEMM
Topic: No pictures in HTML Version when editing mailing
Replies: 3
Views: 5189

yes and no

Yes, the problem still exists. We tried to update to FCK editor version 2.6 and encountered even more problems. An no, the java version should not be the source of the problem.
by maschoff
Tue Sep 16, 2008 9:46 pm
Forum: Bugs, bug fixes & releases
Topic: Java sql exception after moving openemm to a new machine
Replies: 7
Views: 17969

yes, blue_asterisk, please tell us. If it works I will add your info to the official install guide. Thank you!
by maschoff
Mon Sep 15, 2008 7:09 am
Forum: Installation & Upgrades
Topic: Installing on a remotely hosted web server
Replies: 2
Views: 4248

shell access necessary

No, you need direct access to the shell (SSH).
by maschoff
Sun Sep 14, 2008 10:54 pm
Forum: Installation & Upgrades
Topic: Error on login page, MySQL connection problem?
Replies: 5
Views: 12332

Of course, you can download release 5.4.0. But this does not look like an OpenEMM problem, but like a general connectivity problem ("connection refused").
by maschoff
Fri Sep 12, 2008 9:53 pm
Forum: Using OpenEMM
Topic: Can't Find Update Button
Replies: 11
Views: 11032

It depends on at which version you stopped running the sql update scripts. Since every update script adds tables, fields or values to the OpenEMM database you should check if a table, field or value already exists in your database - if not, run the script.
by maschoff
Fri Sep 12, 2008 8:21 pm
Forum: Using OpenEMM
Topic: Can't Find Update Button
Replies: 11
Views: 11032

Menu Settings, submenu Update.

Please check in settings -> user the rights of your administrator account. You should see a permission called "Display online update" in the section "General".

If not, then your database is (for whatever reason) not up to date.
by maschoff
Thu Sep 11, 2008 8:49 pm
Forum: Using OpenEMM
Topic: Can't Find Update Button
Replies: 11
Views: 11032

missing permission

The update permission seems to be missing from your account. Start mysql as user root and execute

Code: Select all

insert into admin_group_permission_tbl (admin_group_id, security_token) values (4, 'update.show');
by maschoff
Wed Sep 10, 2008 6:20 pm
Forum: Installation & Upgrades
Topic: Unable to archive current installation
Replies: 10
Views: 14721

Please see the install guide which describes how to stop the update process and start the update again.
by maschoff
Wed Sep 10, 2008 8:05 am
Forum: Using OpenEMM
Topic: Importing >120,000 addresses with OpenEMM 5.5.1
Replies: 0
Views: 4452

Importing >120,000 addresses with OpenEMM 5.5.1

If you want to import more than 120,000 addresses into your database, you have to change the property import.maxrows in file emm.properties in directory /home/openemm/webapps/core/WEB-INF/classes accordingly. Property recipient.maxRows defines the maximum number of profiles the database will hold. H...
by maschoff
Wed Sep 10, 2008 8:00 am
Forum: Using OpenEMM
Topic: Sending a huge batch takes soo long!!
Replies: 10
Views: 10293

There is no hard limit. But you can set the maximum number of recipients OpenEMM will handle in file emm.properties with the property recipient.maxRows (set to 200,000 by default).
by maschoff
Tue Sep 09, 2008 9:11 am
Forum: Installation & Upgrades
Topic: Upgrade VMWare Image
Replies: 1
Views: 3840

DB upgrade necessary

Unzip the binary tarball of OpenEMM and execute files update_openemm-5.3.0-5.3.1.sql, file update_openemm-5.3.1-5.3.2.sql and update_openemm-5.3.2-5.4.0 to update in directory /usr/share/doc/OpenEMM-5.4 to upgrade your database from 5.3 to 5.4 (see install guide for details).