Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Posts
    10
    Plugin Contributions
    0

    Default Problem exporting 15,000 email addresses

    I tried to use the Add on and then installed it on ZenCart but whenever I click on export email addresses, it will not work and timeout..

    It takes a long time and just timeout. My customer database is about 15,000.

    Anyone can help?

    Any other way to get an export of the email addresses in CSV format?

    Thanks for the help!

  2. #2
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Problem exporting 15,000 email addresses

    It times out because your host probably stops the execution of a php script after some time (e.g. 60 sec or less) There is no way around. You can only export the emails in smaller groups so that is doesnt abort the export.

    Maybe try to use export the emails from the database directly. It could be faster so that all 15k are exported at once.

  3. #3
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Problem exporting 15,000 email addresses

    Quote Originally Posted by twg View Post
    I tried to use the Add on and then installed it on ZenCart but whenever I click on export email addresses, it will not work and timeout..

    It takes a long time and just timeout. My customer database is about 15,000.

    Anyone can help?

    Any other way to get an export of the email addresses in CSV format?

    Thanks for the help!
    Open the database with phpMyAdmin

    Enter the following SQL query:

    SELECT `customers_email_address` FROM `customers` WHERE 1

    Press the 'export' button at the bottom of the page.
    Tick the 'CSV' tickbox
    Tick the 'save as file' checkbox
    Press the 'Go' button (You'll be prompted where you wish to save the file on your local computer).

    No guarantee that this'll avoid a timeout issue, but it'll certainly give you your best shot.

    Cheers
    Rod

 

 

Similar Threads

  1. Exporting email addresses for "Subscribers"
    By Liralen in forum Managing Customers and Orders
    Replies: 4
    Last Post: 23 Oct 2010, 07:37 PM
  2. Exporting email addresses - Newsletter Subscribe mod
    By MeltDown in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 2 Apr 2010, 05:54 PM
  3. Exporting Email Addresses
    By optipac in forum General Questions
    Replies: 1
    Last Post: 19 Oct 2006, 06:42 AM
  4. Exporting email addresses
    By optipac in forum General Questions
    Replies: 0
    Last Post: 13 Oct 2006, 08:18 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg