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

demian dellinger’s picture

This 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.

demian dellinger’s picture

Status: Active » Closed (fixed)

Found 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.