Newsletter import Empfänger

Gesperrt
ilias
Beiträge: 90
Registriert: Di 13. Nov 2007, 11:49
Wohnort: Greece
Kontaktdaten:

Newsletter import Empfänger

Beitrag von ilias » Mo 11. Feb 2013, 21:45

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

xmurrix
Beiträge: 3143
Registriert: Do 21. Okt 2004, 11:08
Wohnort: Augsburg
Kontaktdaten:

Re: Newsletter import Empfänger

Beitrag von xmurrix » Mo 11. Feb 2013, 23:31

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
CONTENIDO Downloads: CONTENIDO 4.10.1
CONTENIDO Links: Dokumentationsportal, FAQ, API-Dokumentation
CONTENIDO @ Github: CONTENIDO 4.10 - Mit einem Entwicklungszweig (develop-branch), das viele Verbesserungen/Optimierungen erhalten hat und auf Stabilität und Kompatibilität mit PHP 8.0 bis 8.2 getrimmt wurde.

ilias
Beiträge: 90
Registriert: Di 13. Nov 2007, 11:49
Wohnort: Greece
Kontaktdaten:

Re: Newsletter import Empfänger

Beitrag von ilias » Di 12. Feb 2013, 08:49

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

xmurrix
Beiträge: 3143
Registriert: Do 21. Okt 2004, 11:08
Wohnort: Augsburg
Kontaktdaten:

Re: Newsletter import Empfänger

Beitrag von xmurrix » Di 12. Feb 2013, 23:54

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
CONTENIDO Downloads: CONTENIDO 4.10.1
CONTENIDO Links: Dokumentationsportal, FAQ, API-Dokumentation
CONTENIDO @ Github: CONTENIDO 4.10 - Mit einem Entwicklungszweig (develop-branch), das viele Verbesserungen/Optimierungen erhalten hat und auf Stabilität und Kompatibilität mit PHP 8.0 bis 8.2 getrimmt wurde.

ilias
Beiträge: 90
Registriert: Di 13. Nov 2007, 11:49
Wohnort: Greece
Kontaktdaten:

Re: Newsletter import Empfänger

Beitrag von ilias » Do 14. Feb 2013, 09:17

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

Gesperrt