Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am actualy trying to folow a tutorial how to create an facebook application http://www.youtube.com/watch?v=zxIl4fUIXS4&feature=autoplay&list=PL07DFDA6021E51DB0&lf=plpp_play_all&playnext=1

I am getting an error that i do not understand as i follow everything.

Here is a screenshot of the error:

http://i51.tinypic.com/xge7tz.png

And here is a hand-copy of the error (from the screenshot):

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/asterix0/public_html/facebook/facebook.php:2) in /home/asterix0/public_html/facebook/facebook.php on line 38

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/asterix0/public_html/facebook/facebook.php:2) in /home/asterix0/public_html/facebook/facebook.php on line 38

Fatal error: Call to undefined method Facebook::getSession() in /home/asterix0/public_html/facebook/index.php on line 11

share|improve this question
Duplicate of one or more of these: stackoverflow.com/search?q=php+session+cookie+headers+sent – Felix Kling Dec 12 '11 at 12:15
Nice for the duplicate..but even after reading the other topic, i do not understand...I am a beginner and a language simple to respond me would be fantastic:) – Nils Mehlhorn Dec 12 '11 at 12:37
@NilsMehlhorn: Reading that question and the corresponding answer, it seems like the version of the library you have isn't in sync with the version the tutorial is using. – Merlyn Morgan-Graham Dec 12 '11 at 13:11

closed as not a real question by ajreal, Merlyn Morgan-Graham, Prisoner, Verbeia, Jared Farrish Dec 12 '11 at 12:50

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.