Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author eventualo

    (@eventualo)

    I’ve just released the v.1.8.1. The csv importation should work a bit better.

    Hmmm… With version 1.8.3 installed on WP 3.0.2 in multi-site mode, I seem to have the same issue. I tried all kinds of combinations (with or whtout quotes, tab or ; seperation, column headers or not) but each attempt to import users result in a message the CSV is incorrectly formatted ??

    Even tried by doing an EXPORT of the existing (test) users and then trying to re-IMPORT that again. Same message and no import…

    I find no messages in the server error logs. What could be going wrong?

    UPDATE: I have got it working by editing line 274 in alo-easymail_subscriber.php from

    if (($handle = fopen($_FILES['uploaded_csv']['tmp_name'], "r")) !== FALSE && ($_FILES['uploaded_csv']['type'] == "text/csv" || $_FILES['uploaded_csv']['type'] == "text/plain") ) {

    to

    if (($handle = fopen($_FILES['uploaded_csv']['tmp_name'], "r")) !== FALSE ) {

    Looks like the “case of the missing MIME type” ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: ALO EasyMail Newsletter] looking for CVS sample file’ is closed to new replies.