Closed (fixed)
Project:
Facebook Connect
Version:
6.x-1.0-beta3
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2009 at 22:00 UTC
Updated:
11 Jan 2009 at 22:21 UTC
I encountered an error after activating the module and go back to this confusing point in the readme.txt.
Once you download "facebook-platform.tar.gz" you have the "facebook-platform" folder and its contents. The instructions say "It should look like this (your_path_to_module_/fbconnect/facebook-client/facebook.php)." But this doesn't seem to make sense.
Where do the rest of the files go? Or are you supposed to just put the "facebook-platform" folder in its entirety into the fbconnect module folder?
Comments
Comment #1
demian dellinger commentedThis is the error I recieved.
* warning: include_once(jsonwrapper/jsonwrapper.php) [function.include-once]: failed to open stream: No such file or directory in /home/mywebsite/public_html/modules/fbconnect/facebook-client/facebookapi_php5_restlib.php on line 35.
* warning: include_once() [function.include]: Failed opening 'jsonwrapper/jsonwrapper.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/mywebsite/public_html/modules/fbconnect/facebook-client/facebookapi_php5_restlib.php on line 35.
Comment #2
demian dellinger commentedFound the answer in the other thread, sorry.
I recommend you update the readme.txt to reflect that you drop all the contents of the "php" folder, as-is, directly into the facebook-client folder.