Recent content by ilektro

  1. I

    Importing from database not correct

    I understand. I have decided to go for Direct Mail.
  2. I

    Importing from database not correct

    I also think in the direction of characters in the database. But there is no such things as "forbidden" chars in a database, the program should handle that. I unfortunately cannot give you access to customer's databases :(
  3. I

    Importing from database not correct

    I don't believe the issue is in the query but I copied it TextWrangler and zipped it, in attachment. It's a simple query and I use the same copy / paste as for other tables that do work (I have a lot of maillists that as you know I can't save because of the issues with the Import Presets). I...
  4. I

    Importing from database not correct

    ok, I tried in a lot of ways and most likely there is again a character in my table that MaxBulkMailer doesn't like. I remember that that was the issue previously and also remember that there was supposed to be a check of the total to be built. I have now run the same query also in Navicat and...
  5. I

    Importing from database not correct

    there was 1 record with no email address, which is not captured by PhpMyAdmin either (of course). I saw the output in PhpMyAdmin and Direct Mail. I actually had to send out that mail so I bought the latter (too) and it went out to approx 2400 addresses. Not that that is the ideal solution as DM...
  6. I

    Importing from database not correct

    As I said : I retyped the query in MaxBulkMailer in different ways. I now even tried to use the same in Direct Mail, free version, and there it also works like in PhpMyAdmin.
  7. I

    Importing from database not correct

    I have tried removing spaces, rewrite it manually, tried without the accents around field names but still : 367 results while there should be 8x more. I am an experienced MySQL / php programmer so I don't see what I can do else with the query. I
  8. I

    Importing from database not correct

    I was afraid for this reply. I can show you that I am entering exactly the same query in MySQL with a different result. This worked before or I haven't noticed it so maybe something changed with the latest update.
  9. I

    Importing from database not correct

    The import from a database with a query as this one SELECT `mail`, `first_name`, `last_name`, `login`, `sms`, `tel`, `lg`, `nbr_rejected`, `id`, `pass`, `title`, `member_2`, `member_1`, `cities`, `sms_rej`, `gender`, `birthday` , `member_3` FROM `fans` WHERE member_1 IN ('gold', 'bronze'...
  10. I

    'updating' import preset no longer works

    I just tried again and it did it again : it looks like it deletes the correct preset but when I push Cancel and go back trying to import records from a database, other presets have disappeared. I have been doing this routine a couple of times and always get the same result. I have registered a...
  11. I

    'updating' import preset no longer works

    Click "Cancel" and the import dialogue (so you quit the import of records of the database instead of clicking "Import")
  12. I

    'updating' import preset no longer works

    That was the step by step : So please try an Import of database > making some Presets > updating > deleting > Saving as > deleting those and then clicking Cancel. Then click Import again.
  13. I

    'updating' import preset no longer works

    No, the system ends up with all the same names. I saw this morning his it happens (I also updated, deleted and saved as some presets). It happens when cancelling the import and going back in by clicking "Import (database)" So please try an Import of database > making some Presets > updating >...
  14. I

    'updating' import preset no longer works

    Import from a remoted database > Import Presets You would need to create a preset, save it, update it Create some new ones Create some based on the old ones (Save current preset as) and update those (maybe with similar names) Hopefully you will already see issues with names that are appearing...
  15. I

    'updating' import preset no longer works

    I have the same issue (reported in thread viewtopic.php?f=5&t=5506&p=18174&hilit=import+presets#p18174) Yet for me it's worse : when deleting a preset ("Remove current preset"), it deletes another one, not the one selected. In that way I lost a lot of presets and am unable to manage them in the...
Top