Seite 1 von 1
Newsletter import Empfänger
Verfasst: Mo 11. Feb 2013, 21:45
von ilias
Hi,
i am trying to import receptions from a txt file. When i put them in the field even in "TAB" even in "SEMICOLON"
and click on them, it shows a bug like below
()
Does anyone knows what is this???
Best Regards
Ilias
Re: Newsletter import Empfänger
Verfasst: Mo 11. Feb 2013, 23:31
von xmurrix
Hi ilias,
we can't help you here, without having any details about your CONTENIDO installation and about the structure of your csv.
Regards
xmurrix
Re: Newsletter import Empfänger
Verfasst: Di 12. Feb 2013, 08:49
von ilias
Dear xmurrix,
i use contenido 4.8.18.
i used two ways for import.
The first one at the "TAB" type, i paste one email like
XXXX@mydomain.com and it shows the
().
the second way at "SEMICOLON" was like name;
xxx@mydomain.com;1;html;Newsletter also it shows the message
().
As you can understand both ways always shows the same message.
Best Regards
Ilias
Re: Newsletter import Empfänger
Verfasst: Di 12. Feb 2013, 23:54
von xmurrix
Hi ilias,
I tested it right now on a 4.8.18 installation, had no issues with import. Here are the imported example emails:
Code: Alles auswählen
name;mail;confirmed
jane.doe.511ab57d27e21;jane.doe.511ab57d27e21@junk.to;1
jane.doe.511ab57d27e36;jane.doe.511ab57d27e36@junk.to;1
jane.doe.511ab57d27e3b;jane.doe.511ab57d27e3b@junk.to;1
jane.doe.511ab57d27e3e;jane.doe.511ab57d27e3e@junk.to;1
jane.doe.511ab57d27e44;jane.doe.511ab57d27e44@junk.to;1
Delemiter was "Semicolon".
If it doesn't works for you, then you should analyze the workflow in your installation, especially the logic in the file "contenido/includes/include.recipients_import.php". This file is responsible to process send newsletter recipients and to takeover them into the database...
Some thoughts why it may not work:
- The first line (field names) in your recipients data doesn't matches mandatory field names
- The file "contenido/includes/include.recipients_import.php" won't be executed, the send form end up somewhere else
- The superglobal $_REQUEST doesn't contains POST data. This is unusual but can happen, depending on PHP configuration
- Some additional newsletter recipients plugins are overwriting values and there is nothing to process at the end
Addition:
- Check your contenido/logs/errorlog.txt for related entries
- Check the post about newsletter issues. It's not related to import but could be helpful for you...
Regards
xmurrix
Re: Newsletter import Empfänger
Verfasst: Do 14. Feb 2013, 09:17
von ilias
Dear xmurrix,
thank you very much. Yes, it is working.
My mistake was that i did not put the first line of your example.
Best Regards
Ilias