Search found 11 matches

by inteco
Tue Jun 26, 2012 4:21 pm
Forum: Suggestions
Topic: Option to overwrite status at recipient-import
Replies: 2
Views: 7707

Re: Option to overwrite status at recipient-import

yeah my post is a bit confusing :oops: ich muss es wohl auf deutsch probieren:

Das eigentlich Problem ist folgendes:
Wenn man den Status, also ob ein Empfänger Aktiv, Opt-Out-Admin oder Opt-Out-Empfänger ist, von einer externen Applikation steuern will, ist dies momentan ohne manuelles Eingreifen ...
by inteco
Thu Jun 14, 2012 10:22 am
Forum: Suggestions
Topic: Option to overwrite status at recipient-import
Replies: 2
Views: 7707

Option to overwrite status at recipient-import

Hello Folks

In my expirience, some endusers like to manage their customers (and the responding email addresses) only in their own software-solution.
Theyre used to the system they have and want to control the target groups and also the status by their own software.
The workflow is like this ...
by inteco
Thu Oct 28, 2010 9:01 am
Forum: Using OpenEMM
Topic: how is datasource_id raised?
Replies: 0
Views: 2788

how is datasource_id raised?

Hello Folks...

Im not 100% sure how datasource_id works.
Is it correct, that datasource_id raises with every import (beginning with 1).
And that every customer entered through an action has the datasource_id 0 ?

Thx 4 Help, didnt find information in the FAQs nor in the WIKI...

EDIT: Just found ...
by inteco
Thu Oct 21, 2010 4:04 pm
Forum: Bugs, bug fixes & releases
Topic: Error in Imagebrowser (fck)
Replies: 2
Views: 4254

Error in Imagebrowser (fck)

Just a small error i fixed in 6.1:

File: src/jsp/fckeditor-2.6.4.1/editor/filemanager/browser/emm/browser.jsp Line: 65
<img src="images/spacer.gif" id="theimage" border="1">
has to be:
<img src="images/spacer.gif" name="theimage" border="1">

The JS-Function updateImg() gets the image with ...
by inteco
Wed Oct 13, 2010 2:44 pm
Forum: Bugs, bug fixes & releases
Topic: Recipient import -> SQL-Error
Replies: 12
Views: 17238

I updated again some new Recipients, with quite "ugly" data (strange characters in it, e.g. backslashes). I found out that the same error in 6.1 is present. It seems that the developers actually changed some lines in the code, but still there occurring errors.

Here is what i found out and what i ...
by inteco
Mon Oct 04, 2010 4:08 pm
Forum: Using OpenEMM
Topic: Double-Opt-In problem with confirmation
Replies: 10
Views: 8727

Thanks netactive, you helped me a lot! Also had the same problem, made me nuts!!

So a reminder to the developers:
Probably would be a good idea to make actionbased-mailings free of mailinglists...

however, keep up the good work with openemm!
by inteco
Tue May 11, 2010 11:08 am
Forum: Bugs, bug fixes & releases
Topic: Recipient import -> SQL-Error
Replies: 12
Views: 17238

Ohh... thats sad :cry:
I just figured it out myself and then I see you already posted the solution here... :wink:

Anyway, I made it with the org.apache.commons.lang.StringEscapeUtils and this also works as expected...

Thx 4 the fast answer!
by inteco
Tue May 11, 2010 9:31 am
Forum: Bugs, bug fixes & releases
Topic: Recipient import -> SQL-Error
Replies: 12
Views: 17238

Ok I figured out that the same error exists on the demo account.

The first Time the import works, but the second time the same error occours again. (Probably when the UPDATE-SQL-Query is build, then therse no escaping. With the INSERT-Query it works...)

The Problem doesnt occurs when in the ...
by inteco
Wed Apr 14, 2010 3:43 pm
Forum: Bugs, bug fixes & releases
Topic: Text-E-Mails only
Replies: 4
Views: 7325

Have you checked the Log-Files?

Probably you should post the last Lines of youre openemm.log here in the forum...
by inteco
Wed Apr 14, 2010 3:38 pm
Forum: Bugs, bug fixes & releases
Topic: Recipient import -> SQL-Error
Replies: 12
Views: 17238

Yes I know that the single quote causes the error, but like ive written above:

"The strange thing is, that on the official demo-account of openemm, the import works..."
by inteco
Wed Apr 07, 2010 2:09 pm
Forum: Bugs, bug fixes & releases
Topic: Recipient import -> SQL-Error
Replies: 12
Views: 17238

Recipient import -> SQL-Error

Hello Folks, following Problem:

When I import recipients with a .csv i get an mysql-syntax-error. In the .csv there are singlequotes (') in the names of the recipients. It seems, that these quotes are causing the problem.

The strange thing is, that on the official demo-account of openemm, the ...