Facebook App Error - Help Please!

Peter Shaw

BANNED
Joined
Sep 1, 2009
Messages
890
Reaction score
367
Well i'm not sure if this is the right place to post this; I was going to post it in the facebook section but i know thats mainly for chatting about facebook and general facebook help, where this is coding/programming help.

I'm not even sure if this is programming or scripting - I'm just not a coder or anything.

Anyway, i'm trying to create a facebook app, and i've come across these 2 error when trying to go to the application:

Warning: require_once(facebook/facebook.php) [function.require-once]: failed to open stream: No such file or directory in /home/angryme2/public_html/Giftapp/appinclude.php on line 6

Fatal error: require_once() [function.require]: Failed opening required 'facebook/facebook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/angryme2/public_html/Giftapp/appinclude.php on line 6

'facebook/facebook.php' is actually there, so i'm not sure why its showing the errors. Help would be appreciated :)
 
I now have this error:

Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/angryme2/public_html/Giftapp/appinclude.php on line 9
 
Read this.

Code:
http://wiki.developers.facebook.com/index.php/Common_error_messages#Parse_error:_syntax_error.2C_unexpected_.27.7B.27_in_appinclude.php_on_line_13
 
Back
Top