momonie/lillybears Posted November 30, 2004 Share Posted November 30, 2004 Merry Meet Again, getting an error after hitting the sign in button this is the error Warning: Cannot add header information - headers already sent by (output started at /catchusers3/2010987/includes/languages/english.php:1) in /catchusers3/2010987/includes/functions/general.php on line 29 and this is the php //// // Return date in raw format // $date should be in format mm/dd/yyyy // raw date is in format YYYYMMDD, or DDMMYYYY function tep_date_raw($date, $reverse = false) { if ($reverse) { return substr($date, 3, 2) . substr($date, 0, 2) . substr($date, 6, 4); } else { return substr($date, 6, 4) . substr($date, 0, 2) . substr($date, 3, 2); } } // if USE_DEFAULT_LANGUAGE_CURRENCY is true, use the following currency, can anyone please tell me what the error means? thanks in advance for your help paula Knowledge Base In Perfect Love, And Perfect Trust. The Circle Is Open, But Never Broken! Link to comment Share on other sites More sharing options...
Guest Posted November 30, 2004 Share Posted November 30, 2004 Look at this entry in the knowledgebase. Did that fix it? -jared Link to comment Share on other sites More sharing options...
momonie/lillybears Posted November 30, 2004 Author Share Posted November 30, 2004 Look at this entry in the knowledgebase. Did that fix it? -jared <{POST_SNAPBACK}> YES!!! thank you, thank you, thank you, :thumbsup: i did not even realize that there was a space at the very top of the php file... thanks again for all your help :D paula Knowledge Base In Perfect Love, And Perfect Trust. The Circle Is Open, But Never Broken! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.