× Joomla Facebook Connect support forum

Topic-icon JFBLogin - When installed I loose my site????

Active Subscriptions:

None
when i installed jfbconnec2 and install the jfblogin moudel .. my site stop browsin and say that error
Warning: include_once(/components/com_community/libraries/core.php) [function.include-once]: failed to open stream: No such file or directory in /modules/mod_jfbclogin/mod_jfbclogin.php on line 21

Warning: include_once() [function.include]: Failed opening 'components/com_community/libraries/core.php' for inclusion (include_path='.') in modules/mod_jfbclogin/mod_jfbclogin.php on line 21

Fatal error: Class 'CRoute' not found in modules/mod_jfbclogin/mod_jfbclogin.php on line 22
i'm not usin community bulider , i use the orignal joomla .. so pls help me ..

this is my "modules/mod_jfbclogin/mod_jfbclogin.php " file
get('register_type');
if ($registerType == "jomsocial")
{
	$jspath = JPATH_BASE.DS.'components'.DS.'com_community';
	include_once($jspath.DS.'libraries'.DS.'core.php');
	$registerLink = CRoute::_( 'index.php?option=com_community&view=register');
}
else if ($registerType == "communitybuilder")
{
	$registerLink = JRoute::_("index.php?option=com_comprofiler&task=registers", false);
	$forgotLink = JRoute::_("index.php?option=com_comprofiler&task=lostPassword");
}
else 
{
	$registerLink = JRoute::_('index.php?option=com_user&task=register', false);
	#echo $registerLink;
}
// common for J! and JomSocial
$forgotUsernameLink = JRoute::_('index.php?option=com_user&view=remind', false);
$forgotPasswordLink = JRoute::_('index.php?option=com_user&view=reset', false);

JHTML::_('behavior.mootools');

require(JModuleHelper::getLayoutPath('mod_jfbclogin'));

?>

pls help me ...
The topic has been locked.
Support Specialist
15 years 3 months ago #7929 by alzander
Can you please let us know what version of JFBConnect you're using?

Also, please post from the account you subscribed from, or let us know the email address of that account so we can prioritize your support.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
15 years 3 months ago #7930 by ahmedeishra
thank u very much 4 ur time and ur attention ...
i fix this error by my own mind .. coz i'm egyptian ... and as u know Egyptians is unbreakable .. thank u again ...
The topic has been locked.
Support Specialist
15 years 3 months ago #7940 by alzander
No problem. I sincerely hope your safe and things are going well for you. The world is watching, and pulling, for what's going on over there.

Sorry we couldn't be of more assistance, and glad you got it going on your own. We use subscriptions to help maintain our speedy support times and continuous development. We hope whatever version of JFBConnect you're using works well for you, but consider subscribing one day for the newest features.

Good luck!
The topic has been locked.