Results 1 to 9 of 9

Thread: Patch 4.5.0c - InboundEmail.php

  1. #1
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Patch 4.5.0c - InboundEmail.php

    Hi

    I'm getting warnings when I display the email settings of an Inbound Mailbox.

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/.../modules/InboundEmail/InboundEmail.php:1) in /var/www/.../index.php on line 500

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/.../modules/InboundEmail/InboundEmail.php:1) in /var/www/.../index.php on line 504

    Warning: Cannot modify header information - headers already sent by (output started at /var/www/.../modules/InboundEmail/InboundEmail.php:1) in /var/www/.../index.php on line 508

    When I open the file I don't see anything special. But when I diff the new one with the old (4.5.0b) version I get:

    1c1
    < <?php
    ---
    > <?php
    30c30
    < * $Id: InboundEmail.php,v 1.126.2.4 2006/09/28 17:38:08 chris Exp $
    ---
    > * $Id: InboundEmail.php,v 1.126.2.1 2006/09/11 23:29:58 awu Exp $



    Where is " " coming from? What do I have to do to fix it?
    Cheers Pascal
    Simplicity GmbH

  2. #2
    george_bbch is offline Sugar Community Member
    Join Date
    Jan 2006
    Location
    Switzerland
    Posts
    349

    Default Re: Patch 4.5.0c - InboundEmail.php

    Hi,

    What's the exact size (in bytes), date and time stamp of your InboundEmail.php corresponding to 4.5.0c?

  3. #3
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Patch 4.5.0c - InboundEmail.php

    In the zip file:

    2006-09-28 10:56 71068 Bytes

    CVS Tag:
    $Id: InboundEmail.php,v 1.126.2.4 2006/09/28 17:38:08 chris Exp $

    It's from the 4.5.0c patch.
    Cheers Pascal
    Simplicity GmbH

  4. #4
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: Patch 4.5.0c - InboundEmail.php

    Quote Originally Posted by simple
    Where is " " coming from? What do I have to do to fix it?
    Hi,

    Your InboundEmail.php seems to have an extra byte (BOM?) in the 1st byte of the 1st line. Open it with a php editor and remove the byte, and save it.
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

  5. #5
    simple is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    259

    Default Re: Patch 4.5.0c - InboundEmail.php

    Thanks!

    I've tried it with vi on the linux box and didn't see the extra byte. Using Zend Dev Env I was able to delete it.
    Cheers Pascal
    Simplicity GmbH

  6. #6
    george_bbch is offline Sugar Community Member
    Join Date
    Jan 2006
    Location
    Switzerland
    Posts
    349

    Default Re: Patch 4.5.0c - InboundEmail.php

    Quote Originally Posted by simple
    In the zip file:

    2006-09-28 10:56 71068 Bytes

    CVS Tag:
    $Id: InboundEmail.php,v 1.126.2.4 2006/09/28 17:38:08 chris Exp $

    It's from the 4.5.0c patch.
    Seems OK, but as ruchida already mentioned, the one on the Sugar installation may have been altered.

  7. #7
    mcssoftware is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    10

    Default Re: Patch 4.5.0c - InboundEmail.php

    I had the same issue after upgrade from 4.5.0b -->c - this fix worked. Thanks

  8. #8
    mch423's Avatar
    mch423 is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    64

    Default Re: Patch 4.5.0c - InboundEmail.php

    Hi folks,

    This is filed as bug #9394. We found the culprit and is fixed in D Release coming up shortly.

    - Max

  9. #9
    florenceit is offline Sugar Community Member
    Join Date
    Apr 2005
    Posts
    123

    Default Re: Patch 4.5.0c - InboundEmail.php

    I had ythis issue but did not have the stange byte in the begging ofg the file but in various places throughout. i started going through fixing them until i get to one point where its expecting a different oerator and i see no bad character there. im just waiting on patch D
    Florence I.T. - A community IT shop for Western MA, US

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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
  •