View Single Post
  #1  
Old 08-08-2009, 03:01 PM
tblancha tblancha is offline
 
Join Date: Jun 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Error: Unable to add cookies, header already sent

Hello,

I'm extremely new to vBulletin and forums in general so your patience is greatly appreciated.

I need help in determining why I get an error "Unable to add cookies, header already sent." when I try to initialize the user class of the datamanager.

Here are the specifics of how I started with a basic php file that I stored in the same directory of vbulletin's global.php file.

I started with a very simple script to echo content and it worked. Note it is running in the forums directory where the global.php file resides.
"
echo "i'm in", 1, 2, 3, "... 1st line of code. Yea! Oh and BTW Hello World!";
"

And the script ran fine with no errors.

Then as soon as I added the following code:
"
// init user datamanager class
$newuser =& datamanager_init('User', $vbulletin, ERRTYPE_ARRAY);
echo "i'm at the last line of code. sniff sniff... Good bye World!";


I get the following output with one error:

"i'm in123... 1st line of code. Yea! Oh and BTW Hello World!
Fatal error: Call to undefined function datamanager_init() in C:\inetpub\vhosts\scopeyourdate.com\httpdocs\forum s\testit.php on line 5"


So I figured I would add a line I?ve seen in samples to include the global.php right before I initialize the ?user? datamanger class as such:
"
require_once('./global.php');
"

so my final script looks like this:
"
//TB 1st test of creating a user
echo "i'm in", 1, 2, 3, "... 1st line of code. Yea! Oh and BTW Hello World!";
require_once('./global.php');
// init user datamanager class
$newuser =& datamanager_init('User', $vbulletin, ERRTYPE_ARRAY);
echo "i'm at the last line of code. sniff sniff... Good bye World!";
"
:erm:

and I get the following output with an error that I don't know how to resolve:
"
i'm in123... 1st line of code. Yea! Oh and BTW Hello World!


Unable to add cookies, header already sent.
File: C:\inetpub\vhosts\scopeyourdate.com\httpdocs\forum s\testit.php
Line: 3
"


Note, I have version 3.8.3 with the blog and google adsense features.

Please advise this newbie.

Thank you for any help you can provide.

--------------- Added [DATE]1249748495[/DATE] at [TIME]1249748495[/TIME] ---------------

Okay nevermind I found a post http://www.webhostingtalk.com/showthread.php?t=656386

where a user specifically said to take out things like "echo". I did that and now my script works. Thanks!!! Who knew?!
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02372 seconds
  • Memory Usage 1,768KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete