Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    324
    Plugin Contributions
    0

    Default Green Check Marks Newsletter Mailer - After Server Move

    Just recently moved Zencart to a new vps on same parent server. Now the newsletter mailer is not showing the green check marks one at a time anymore. It seems to be waiting until the entire loop finishes before displaying them all at once. We've checked all the settings between new and old vps and they are the same.

    Has anyone experienced this?

  2. #2
    Join Date
    Jul 2005
    Location
    Orlando, Fl
    Posts
    324
    Plugin Contributions
    0

    Default Re: Green Check Marks Newsletter Mailer - After Server Move

    OK, so the issue was with the ob_flush() function, here is what I had to do to get this working again.

    1. Disabled Apache GZip Compression (mod_deflate)
    2. Disabled PHP-FPM
    3. Set these settings in php.ini:
    output_buffering = Off
    zlib.output_compression = Off
    implicit_flush = On

    There was also a way to do it while leaving PHP-FPM enabled by adding the following to the vhost configuation:

    Code:
    <Proxy fcgi://yourdomain.com>
      ProxySet enablereuse=on flushpackets=on
    </Proxy>
    There was also another thread about this too:

    https://www.zen-cart.com/showthread....light=ob_flush

 

 

Similar Threads

  1. v139h Server move & upgrade - sanity check please
    By bigplaywebguy in forum Upgrading to 1.5.x
    Replies: 3
    Last Post: 3 Feb 2012, 07:27 PM
  2. no database after server move
    By skipper_2 in forum Installing on a Linux/Unix Server
    Replies: 15
    Last Post: 10 Jan 2011, 06:17 PM
  3. Install Hanging up on upgrade/server move etc? Check this
    By Ryk in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 14 Jan 2010, 11:59 PM
  4. Paypal broken after server move
    By Kayla in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 6 Aug 2008, 06:13 AM
  5. errors after server move
    By wmunn in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Jun 2007, 04:23 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR