Jump to content

Facebook app help *urgent*


area905

Recommended Posts

I have no idea what I am doing when it comes to PHP.

The guy who was doing the php work for the application has left for Turkey on vacation and I can't get in contact with him.  I need to have this figured out by the end of tonight or tomorrow morning at the very latest.

 

http://apps.facebook.com/backroom/good/

 

These are the errors I am getting:

 

 

Warning: include_once(../BxFb_connect/facebook.php) [function.include-once]: failed to open stream: No such file or directory in /home/fb_canvas/good/invit.php on line 28

 

Warning: include_once() [function.include]: Failed opening '../BxFb_connect/facebook.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/fb_canvas/good/invit.php on line 28

 

Warning: include_once(../BxFb_connect/setting.php) [function.include-once]: failed to open stream: No such file or directory in /home/fb_canvas/good/invit.php on line 29

 

Warning: include_once() [function.include]: Failed opening '../BxFb_connect/setting.php' for inclusion (include_path='.:/usr/local/php5/lib/php') in /home/fb_canvas/good/invit.php on line 29

 

Fatal error: Class 'Facebook' not found in /home/fb_canvas/good/invit.php on line 31

 

 

Can anybody tell me what I need to do to correct this??

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/170547-facebook-app-help-urgent/
Share on other sites

If it's urgent and you need it finished within 36 hours I suggest you place this in the Freelance forums and be prepared to shell out some money.

 

Anyways I can tell you that one of your files invit.php is trying to include two other files:

/BxFb_connect/facebook.php

/BxFb_connect/setting.php

 

But it can not find them.  Make sure the files are where they're supposed to be.

 

If you have FTP'ed the files to the server, try doing it again.

 

Otherwise it could be a file permissions error.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.