Search found 101 matches

by pheelix
Mon Jan 04, 2010 8:33 am
Forum: Using OpenEMM
Topic: Campaings with two HTML content not being sent
Replies: 6
Views: 6411

do you work with templates?
do you use dynamic tags? are they filled?
by pheelix
Mon Jan 04, 2010 8:28 am
Forum: Using OpenEMM
Topic: 500 Servlet Exception
Replies: 12
Views: 13095

java.sql.SQLException: Can't create/write to file '/tmp/#sql_7629_0.MYI
missing write permissions?
by pheelix
Sat Jan 02, 2010 12:01 pm
Forum: Installation & Upgrades
Topic: How to test sendmail?
Replies: 6
Views: 9362

/var/log/mail
or similar should tell you, what happened, whether email was delivered or not.
by pheelix
Fri Jan 01, 2010 10:28 pm
Forum: Using OpenEMM
Topic: Custom date formats
Replies: 5
Views: 6745

ok, i thought you want to display the dates in the mailing.

you should convert the dates in the import-file to the database's style, otherwise you have to change the date-handling within the source-code or you will experience much more errors.

do you want to import from a csv-file?
by pheelix
Fri Jan 01, 2010 6:17 pm
Forum: Using OpenEMM
Topic: Multiple Clients/Companies (in German: Mandantenfähig)
Replies: 3
Views: 5145

i think it's not implemented, but possible.
but beside the sql-statements you have to modify the java-sources at many places too.
by pheelix
Fri Jan 01, 2010 6:00 pm
Forum: Using OpenEMM
Topic: Custom date formats
Replies: 5
Views: 6745

i think openemm receives the format from the db and then uses java SimpleDateFormat to implement it. so, i expect you to have 4 datetypes in your date_tbl in your openemm-db. so connect to your mysql-server and run: INSERT INTO date_tbl (type, format) VALUES (4, 'dd/MM/yyyy'); and use the [agnDATE t...
by pheelix
Fri Jan 01, 2010 5:10 pm
Forum: Using OpenEMM
Topic: 500 Servlet Exception
Replies: 12
Views: 13095

the first one is not an error, the output you have, when running "javac", shows that it is working. and the second message shows that you either have no database called 'openemm' or very likely you missed to setup the database-user 'openemm' and/or granted no rights for this user on the op...
by pheelix
Thu Dec 31, 2009 4:48 pm
Forum: Using OpenEMM
Topic: 500 Servlet Exception
Replies: 12
Views: 13095

hi, i faced the same error. is it possible that you added the path in the /home/openemm/conf/core.conf file as "args" in the line <javac compiler="javac" args=""/>? remove it and leave the line without arguments. can you run the "javac"-command on the commandl...
by pheelix
Wed Dec 30, 2009 9:26 am
Forum: Using OpenEMM
Topic: [Update] Confirm Mail
Replies: 2
Views: 6012

by pheelix
Wed Dec 30, 2009 8:40 am
Forum: Using OpenEMM
Topic: understanding content-module behaviour
Replies: 3
Views: 4918

a work-around for this, is to make a copy of the final-mailing.

and then the copy becomes static (the content-manager elements are converted to a template)
by pheelix
Tue Dec 29, 2009 4:49 pm
Forum: Using OpenEMM
Topic: understanding content-module behaviour
Replies: 3
Views: 4918

understanding content-module behaviour

i have read the manual belonging to the content-manager, but i still have a general question about the way the content-modules are meant to be. in our company, the sales department creates the monthly newsletter as a text-document. when it's finished, they add it to openemm(, during the past with te...
by pheelix
Tue Dec 29, 2009 1:59 pm
Forum: Using OpenEMM
Topic: Use mailing on website
Replies: 2
Views: 3309

thx, will try this.
by pheelix
Tue Dec 29, 2009 1:58 pm
Forum: Using OpenEMM
Topic: Add one content-modul multiple times
Replies: 2
Views: 3414

thx
by pheelix
Tue Dec 29, 2009 1:58 pm
Forum: Using OpenEMM
Topic: Hide unused tags in content-module
Replies: 0
Views: 2802

Hide unused tags in content-module

can i use the agn-tags (agnTEXT) in a content-module somehow like the agnDYN-tag in a template, so that the agnTEXT only appears when it filled? template-style: [agnDYN name="SpecialOffer3"] -------------------------------------------------------------------------- [agnDVALUE name="Sp...