Search found 2607 matches

by maschoff
Wed Sep 17, 2008 5:36 pm
Forum: Using OpenEMM
Topic: No pictures in HTML Version when editing mailing
Replies: 3
Views: 5199

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: 19615

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: 4266

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: 12360

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: 11070

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: 11070

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: 11070

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: 14744

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: 4463

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: 10431

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: 3856

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).
by maschoff
Mon Sep 08, 2008 9:44 am
Forum: Bugs, bug fixes & releases
Topic: SQL Bad Grammar on Import
Replies: 1
Views: 6933

Sorry, we have problems to reproduce this error. Can you reproduce the problem? If so, could you provide us with an import file so that we can replicate your import?
by maschoff
Sat Sep 06, 2008 8:50 pm
Forum: Miscellaneous
Topic: Sequential emails upon sign-up?
Replies: 5
Views: 22379

Yes and no

Re 1: Yes, it's called "date based mailing. An example: Every new subscriber should get a greeting mail one day after subscription, two days later a followup mails and one week later a reminder mail. You can define three target groups greeting (creation_date +1 = sysdate), followup (creation_da...
by maschoff
Fri Sep 05, 2008 2:54 pm
Forum: Bugs, bug fixes & releases
Topic: Normal file attachment size
Replies: 7
Views: 18153

We don't know if this is a bug in MySQL, but it behaves differently if you store a PDF file instead of a file with a different format.

You can change the code to set the limit higher but we know from experience that in this case at least some versions of MySQL will cause an exception.
by maschoff
Fri Sep 05, 2008 2:48 pm
Forum: Installation & Upgrades
Topic: Installation
Replies: 5
Views: 7683

This article (in German language) should answer your questions:

http://www.agnitas.de/fileadmin/pdf/dow ... ce-407.pdf