Topic-icon Version 4.3.1 Jomsocial

Active Subscriptions:

None
13 years 6 months ago #28378 by wittydan
I had to switch back to Version 4.3.0 after updating to Version 4.3.1 because for some reason Jomsocial homepage stopped working.
The topic has been locked.
Support Specialist
13 years 6 months ago #28381 by alzander
Replied by alzander on topic Version 4.3.1 Jomsocial
Well that's obviously not good. There's very little that actually changed in this release that should affect JomSocial's homepage (or really any extension). If you said v4.3.0 caused issues, I'd be less surprised since that had some sweeping changes.

So.. if it v4.3.0 works, that does help narrow some ideas down. However, can you let me know a little more about what "stopped working"? Did you get a blank page, an error, or the Login Button simply didn't work (no popup, error, etc)? If it was a blank page, can you set Error Reporting in Joomla's Global Config to Maximum and see if there's a pretty PHP error message? If so, post that, as it will help us narrow down the problem.

Beyond that, v4.3.0 has no major bugs, v4.3.1 just has some minor improvements. Sticking with v4.3.0 until we figure out what's happening should be fine. We haven't made it permanent, but I just updated our demo site to v4.3.1 and the JomSocial home page works fine there. If you check before it resets itself in a few hours, you can see it working there (not that that's very exciting..).

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

None
13 years 6 months ago #28385 by wittydan
Replied by wittydan on topic Version 4.3.1 Jomsocial
I got a blank page but when I set the error reporting to maximum I get this error.

Notice: Undefined offset: 0 in /home/wittydan/public_html/plugins/system/jfbcsystem/jfbcsystem.php on line 314
The topic has been locked.
Support Specialist
13 years 6 months ago #28389 by alzander
Replied by alzander on topic Version 4.3.1 Jomsocial
Wittydan,
If you go into the JFBCSystem file and comment out that line, so it looks like:
#    $newHead = preg_replace('|{'.$tag.'(.*?)}|ui', '', $matches[0]);
That should fix your issue. Please let us know if that helps or not.

Thanks, and sorry for the troubles. Looks like we'll be putting out a 4.3.2 release very soon.

Alex
The topic has been locked.
Active Subscriptions:

None
13 years 6 months ago #28394 by wittydan
Replied by wittydan on topic Version 4.3.1 Jomsocial
After commenting out line 314 I received another error "plugins/system/jfbcsystem/jfbcsystem.php on line 317" so I also commented out line 317.
Now it works fine, thanks for your help!
The topic has been locked.
Support Specialist
13 years 6 months ago #28396 by alzander
Replied by alzander on topic Version 4.3.1 Jomsocial
Yeah, you were right. I actually pasted the wrong line above. That's the one that should have been commented out the whole time.

For anyone else reading this, the line is 318 in the jfbcsystem.php file, and it should look like this when done:
#   JResponse::setBody($content);

There will be a 4.3.2 release with this fix later today.

Thanks,
Alex
The topic has been locked.
Support Specialist
13 years 6 months ago #28417 by alzander
Replied by alzander on topic Version 4.3.1 Jomsocial
Thanks for the initial report on this. We actually just put out JFBConnect v4.3.2 which fixes this and another issue that some users could run into in certain configurations.

Keep us posted on anything else you find, and best of luck!
Alex
The topic has been locked.