Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

After connect from Facebook, profile picture some time not show.

9 years 9 months ago
  • Cheryl's Avatar
    Topic Author
  • Cheryl
  • Offline
  • Fresh Boarder
  • Posts: 72
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi,

I am a developer from Freedible.
There are an problem that some user don't have profile picture after connecting with Facebook.
The root cause is they used option import data from Facebook and profile image links have a different.
For example:
The normal link is : "<url_from_facebook>/image_1.jpg"
Another link is "<url_from_facebook>/image_1.jpg?oh=1103bafbf9f6491c695cafcf5e1b7356&oe=544BF0E7&__gda__=1413249884_593621547dd7192731df6f9f500c964d"
You source code in "\components\com_community\libraries\facebook.php" line 119
"$extension = JString::substr($avatarUrl, JString::strrpos($avatarUrl, '.'));"
Seem you not aware above problem.
We fix that
"
$uri_parts = explode('?',$avatarUrl, 2);
$extension = JString::substr($uri_parts[0], JString::strrpos($uri_parts[0], '.'));
"

I hope you concern this problem and fix it asap if that is your mistake.

BR.

The following user(s) said Thank You: Michał
9 years 9 months ago
Licenses:

Hi, Cheryl.

Thank you for your report.
I'll pass it to our developer to have a look a it.


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
9 years 9 months ago
Licenses:

Hi Cheryl,

your are right. I confirmed this is a valid bug. please wait our official fixes for this issue.

Regards,
Albert

9 years 9 months ago
  • Cheryl's Avatar
    Topic Author
  • Cheryl
  • Offline
  • Fresh Boarder
  • Posts: 72
  • Thank you received: 2
Licenses:
JomSocial Expired

Hi guys,

Could you tell me your plan to release next version of Jomsocial ?
We have plan to upgrade Jomsocial after 2014-07-31.

BR.

9 years 9 months ago
Licenses:

Hi Cheryl,

I can give you promise. but next month we will have new release for next version.
but for this FB fixes still not sure will be included or not.

Regards,
Albert

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW