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.

Avatar image at group appear just after refresh

10 years 11 months ago
  • Amit's Avatar
    Topic Author
  • Amit
  • Offline
  • Junior Boarder
  • Posts: 130
  • Thank you received: 2
Licenses:
JomSocial Active

Hi,
when i am sendig a status or something at the wall of a group, the avatar is a broken pic, the avatar appear just after refresh.

10 years 11 months ago
Licenses:

Hi, Amit.

Yes, I admit, that is strange.

When user posts in group activity stream avatar url is:

images/avatar/thumb_671b3b1abf46e32fe66ebe8b.jpg

After reload is:

/images/avatar/thumb_671b3b1abf46e32fe66ebe8b.jpg

I can't replicate it on my site so it has to be site specific issue.

Please, make a safe copy and try to upgrade to current version of JomSocial.

If nothing changes then edit your first post and add FTP credentials to corresponding fields.


- 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
10 years 11 months ago
  • Amit's Avatar
    Topic Author
  • Amit
  • Offline
  • Junior Boarder
  • Posts: 130
  • Thank you received: 2
Licenses:
JomSocial Active

hi,
i upraded to 3.2.0.6 (i am using your installer) but the problem consist.
i added the ftp info.
dont forget that i am using the amazon s3
BR
Amit

10 years 11 months ago
Licenses:

Hi, Amit.

I assign developer to this thread.


- 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
The following user(s) said Thank You: Amit
10 years 11 months ago
Licenses:

Hi Amit,

please check it again. I made the fixes for you. But we still investigating it this a bug or not, because only at your site issue happen.

I edit /public_html/components/com_community/libraries/user.php at line 686 (under if)

from
$storage = CStorage::getStorage($this->_storage);
return $storage->getURI($this->_thumb);

to
$storage = CStorage::getStorage($this->_storage);

if (substr($storage->getURI($this->_thumb), 0, 4) === 'http') $storageURI = $storage->getURI($this->_thumb);
else $storageURI = JURI::base().preg_replace('/^\//', '', $storage->getURI($this->_thumb));

return $storageURI;

Regards,
Albert

10 years 11 months ago
  • Amit's Avatar
    Topic Author
  • Amit
  • Offline
  • Junior Boarder
  • Posts: 130
  • Thank you received: 2
Licenses:
JomSocial Active

hi,
you fix it, thanks.

but, what should i do at the next version update of jomsocial?

BR
Amit

10 years 11 months ago
Licenses:

Hi Amit,

If in next update the issue still happen, you can edit the library file (I mentioned in my prev post). repeat that changes.

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