I disabled fb_social a while back because I couldn't get it to work. Just updated it, and ctools to 7.x-1.0-rc1, and when I click on admin/structures I get a blank screen and log:

Warning: require_once(/var/www/ydama-dev/sites/all/modules/fb_social/plugins/export_ui/fb_social_ctools_export_ui.inc): failed to open stream: No such file or directory in ctools_plugin_load_includes() (line 468 of /var/www/ydama-dev/sites/all/modules/ctools/includes/plugins.inc).

The site was ported from DrupalGardens and does not show Chaos Tools in Modules; I can only see that it's installed via Drush. In Modules I only see Chaos Tools (CTools) AJAX Example and Chaos Tools (CTools) Plugin Example.

What I hope to achieve is to enable "Like", "Comment" and "Activity Streams" to multiple Facebook pages. Can fb_social do this? My website is an aggregation of many organizations with many facebook pages, so by path or taxonomy I want to enable "Liking" on the right FB page depending on the page the user is on.

Comments

ferdi’s picture

You should make sure Ctools is installed and install fb_social properly. This file plugins/export_ui/fb_social_ctools_export_ui.inc should exists.
thanks!

ferdi’s picture

Status: Active » Fixed
tvilms’s picture

Hi, I was having the same problem as Carole. I'm running fb_social 7.x-2.0-beta3 with ctools 7.x-1.0-rc1.

I have a question for @ferdi... neither of the latest 7.x versions of fb_social install files have the "fb_social_ctools_export_ui.inc" file included (beta3 posted 12/8/11 or 2.x-dev posted 12/31/11). So I created an empty .inc file. The admin pages are visible again, but am we going to be missing any functionality when we continue? Did the developers miss including that plugin when packaging the latest releases?

ferdi’s picture

Ah, thanks for the clarification. Dont have time to test right now but can you replace this line

files[] = plugins/export_ui/fb_social_ctools_export_ui.inc

in the fb_social.info file , with

files[] = plugins/export_ui/fb_social_presets_ui.inc

thanks !

ferdi’s picture

Status: Fixed » Active
tvilms’s picture

Thanks for the quick response. That resolved the basic problem. I'll enter any new issues separately if/when they come up.

widhalmt’s picture

Hi,

I'm having the same issue, but simply replacing this line didn't fix it for me.

ferdi’s picture

Title: admin/structure won't load now (blank) » Wrong file name in the info file

This commit fixes the wrong file name issue

http://drupalcode.org/project/fb_social.git/commitdiff/38c3bcc?hp=abe08f...

@widhalmt I cant think of anything else that would cause that. Do you see anything in the logs ?

thanks!

widhalmt’s picture

I reenabled the fb_social plugin on my site (did disable, not uninstall it beforehand) and the issue reappears. Whenever I save new content, the site goes blank. The content is saved and I can access the site as ususal when I enter a new URL.

I could not verify if this happens on other parts of the site, too.

There are not log entries that seem in any way related to this.