Results 1 to 2 of 2

Thread: Send On: 1996-08-15 00:00. Anyone ever resolve/explain this?

  1. #1
    sugapablo is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    19

    Question Send On: 1996-08-15 00:00. Anyone ever resolve/explain this?

    Sugar 4.5.0f: Linux, Apache, PHP is 4.4.3 and MySQL is 4.1.21.

    Email from Campaigns end up with Send On dates in the Mail Queue of 1996-08-15 00:00.

    I've seen a bunch of people have asked about this, but I haven't found an explanation or resolution.

    Has this been fixed yet? Is there a fix?

  2. #2
    sugapablo is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    19

    Default Re: Send On: 1996-08-15 00:00. Anyone ever resolve/explain this?

    Can I safely assume by the following code that this date string is only used for TEST emails, and the the real ones will not be affected?

    modules/Campaigns/QueueCampaign.php
    PHP Code:
    if ($test) {
         
    $send_date_time="'".gmdate("Y-m-d H:i:s"mktime(0,0,0,8,15,1996))."'";
    } else {
         
    $send_date_time"'".$timedate->to_db_date($mergedvalue) . ' ' .$timedate->to_db_time($mergedvalue)."'";

    Although, once in the queue, they never get sent out. Why not?
    Last edited by sugapablo; 2007-03-01 at 08:07 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. i can't upgrade 4.5.0.c to 4.5.0.f
    By aguerrave in forum Installation and Upgrade Help
    Replies: 31
    Last Post: 2006-11-30, 03:27 PM

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
  •