× Joomla Facebook Connect support forum

Topic-icon Help with this error (Warnin: Division by zero in /home/ab26

Active Subscriptions:

None
Im getting this new error now today Warning: Division by zero in /home/ab2661/public_html/components/com_community/helpers/image.php on line 129

Everything was working fine yesterday but today after you connect threw jfbconnect it goes to this page but if you hit backspace it logs you in fine. Please help
The topic has been locked.
Support Specialist
What version of JomSocial are you using? v1.x or the newer 2.x release that just came out? We're still testing the newest release of JomSocial. Haven't encountered any major issues yet, but will investigate further either way.

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

None
I am using this version Version installed: 1.8.10 not gonna update to new version tell they get bugs worked out first!
The topic has been locked.
Active Subscriptions:

None
In firebug its giving this error also document.getElementById("fb-root") is null
The topic has been locked.
Active Subscriptions:

None
I unistalled the jfbconnect component and now site crashed what do i do to get it back up?

Warning: require_once(/home/ab2661/public_html/components/com_jfbconnect/libraries/facebook.php) [function.require-once]: failed to open stream: No such file or directory in /home/ab2661/public_html/plugins/system/jfbcsocial.php on line 19

Fatal error: require_once() [function.require]: Failed opening required '/home/ab2661/public_html/components/com_jfbconnect/libraries/facebook.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/ab2661/public_html/plugins/system/jfbcsocial.php on line 19
The topic has been locked.
Support Specialist
Well that's not good. We missed a check in that plugin that we should have.

I assume/hope you have ftp or ssh access to your site. If so, if you can make the following change to add a new return statement to /plugins/system/jfbcsocial.php, it will get you past this error:
function onAfterRender()
{
    return true;


Once you reinstall JFBConnect, you'll need to undo this change for the social plugin to work. We'll release an updated version with a more robust check for the main component shortly.

We're investigating your other problem right now, but don't have a solution yet. We may need access to your system to see/test some things if possible, after it's back online.

Best of luck.
The topic has been locked.
Active Subscriptions:

None
OK site is back up but now its doing the same thing it did last time i talked to you where it says this ( Username and password do not match or you do not have an account yet. Under user map though in admin area my account is there! I can give you admin login if you need it.
The topic has been locked.
Support Specialist
Please do. Send me a PM with login information and site details. We'll do what we can to get you up and running!

Thanks
The topic has been locked.
Active Subscriptions:

None
Ok I sent info Thank You
The topic has been locked.
Support Specialist
Thank you. We were just able to recreate this issue locally and are debugging further. For now, we'd recommend turning off avatar import until we have a solution. The cause is unknown, but may be from an update on Facebook's end.

We'll keep you posted.
The topic has been locked.