Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #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
  #2  
Old 08-08-2009, 03:35 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know that you needed to remove the 'echo' (although I highly recommend not using echo), I think you just needed to put the echo statement *after* you required global.php. The global file needs to be required before there is any output from the script. (Also, the code/php/html tags are the best things to use when you include code in your post.)
Reply With Quote
  #3  
Old 08-08-2009, 03:52 PM
EnIgMa1234 EnIgMa1234 is offline
 
Join Date: Mar 2006
Location: .:: Ireland ::.
Posts: 1,306
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can have any output before including global.php.

You may also need to include the user data manager file.
Reply With Quote
  #4  
Old 08-08-2009, 11:26 PM
tblancha tblancha is offline
 
Join Date: Jun 2009
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just wanted to say thank you for responding so quickly.

And also for letting me know the forum etiquette regarding posting code.

I really appreciate it!
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:54 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05183 seconds
  • Memory Usage 2,186KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • 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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete