× Joomla Facebook Connect support forum

Topic-icon Blank page when viewing Facebook Invite module

Active Subscriptions:

None
After installing latest version of JFB Connect component (com_jfbconnect_j1.5_v2.1.2.zip) and Facebook Invite module (mod_jfbcinvite_j1.5_v2.1.0.zip), I created an article page that will show the Facebook Invite module (user2 position). I have enabled all plugins and the module. When i go to view the page created with the module, i get a blank page: <!-- m --><a class="postlink" href="www.detroitvipclubs.com/index.php?option...icle&id=69&Itemid=91">www.detroitvipclubs.com/index.ph ... &Itemid=91

FYI: I have the latest version of Jomsocial : com_community_pro_1.2.192.zip. This update includes Facebook connect but i am also having issues with the Jomsocial integration. This feature is still not able to intergrate with facebook. I currently have a topic posted on this site but still no response or aid in this matter.

Any help will be greatly appreciated. The website in question is <!-- m --><a class="postlink" href="www.detroitvipclubs.com">www.detroitvipclubs.com.
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1432 by xtremedesign
This is the error message i am receiving:

Fatal error: Cannot redeclare class facebookrestclientexception in /var/www/vhosts/detroitvipclubs.com/httpdocs/administrator/components/com_jfbconnect/assets/facebook-api/facebookapi_php5_restlib.php on line 2690
The topic has been locked.
Support Specialist
14 years 10 months ago #1439 by alzander
This is caused when another component is including the Facebook libraries. We'll add a check in the future to not throw this error. I'm assuming this is because you've enabled Facebook Connect integration within JomSocial.
The topic has been locked.
Active Subscriptions:

None
14 years 10 months ago #1442 by xtremedesign
Found solution in another thread somewhere else:

Edit the file located at: /components/com_jfbconnect/helpers/facebookhelper.php
Edit line 122

remove: include_once(JPATH_ADMINISTRATOR.DS.'components'.DS.'com_jfbconnect'.DS.'assets'.DS.'facebook-api'.DS.'facebook.php');

replace with: include_once( JPATH_SITE.DS.'components'.DS.'com_community'.DS.'libraries'.DS.'facebook.php' );

Hope this helps
The topic has been locked.