Search found 8 matches

by jlesaux
Thu Feb 25, 2016 11:26 am
Forum: Using OpenEMM
Topic: Index on mailing_account_tbl
Replies: 5
Views: 14213

Re: Index on mailing_account_tbl

Hi,

OK cool !

You may want to add this one too :

Code: Select all

CREATE INDEX mailing_id_index ON component_tbl (mailing_id);
Best regards,

--
Julien LE SAUX
by jlesaux
Fri Feb 05, 2016 2:37 pm
Forum: Using OpenEMM
Topic: Index on mailing_account_tbl
Replies: 5
Views: 14213

Re: Index on mailing_account_tbl

Hi,

Maybe you can test that :

Code: Select all

CREATE INDEX mailing_account_tbl_idx ON mailing_account_tbl (mailing_id, status_field);
Should works on your issue.

Best regards,

--
Julien LE SAUX
by jlesaux
Mon Sep 08, 2014 10:59 am
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Re: Many lines of Velocity init: null

Hi,

Sorry to ask again but is there a way for me to investigate more (and where) and remove those error message ?

Best regards,
by jlesaux
Thu Sep 04, 2014 9:42 am
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Re: Many lines of Velocity init: null

Hi, Ok thanks for the link, i already check this documentation, but we didn't make script action, we only do things via the admin gui, nothing is coded / scripted. Maybe the admin gui create this script for us ? if yes, do you now what is the file extension of script action or a generic path where i...
by jlesaux
Thu Sep 04, 2014 8:56 am
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Re: Many lines of Velocity init: null

Hi,

Is there someone who can help me ? a little ? :)
Or indicate me a documentation ?
Do you need more informations to help me ?

Best regards,
by jlesaux
Thu Aug 28, 2014 3:47 pm
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Re: Many line of Velocity init: null

Hi, After verification, all forms have been created via the web admin gui, nothing was "coded" by hands. Can you indicate me the generic path (and / or extension name) of the EMM forms ? or other things what can help me to investigate ? I've check velocity.log, i didn't find anything what ...
by jlesaux
Thu Aug 28, 2014 8:50 am
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Re: Many line of Velocity init: null

Hi,

Ok thanks a lot for your help. I will track this element which does not point to a value :)

Best regards,
by jlesaux
Wed Aug 27, 2014 4:34 pm
Forum: Bugs, bug fixes & releases
Topic: Many lines of Velocity init: null
Replies: 7
Views: 13041

Many lines of Velocity init: null

Hi, I'm using openemm since many days and i can't find in the forum or the documention or on the net the cause and the solution to remove this error message : org.agnitas.beans.impl.UserFormImpl - Velocity init: null java.lang.NullPointerException This message appears each 2-3 minutes since few days...