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.

Cant seen cover photo

10 years 9 months ago
  • Enes's Avatar
    Topic Author
  • Enes
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Hi everyone,

When users uploads o cover photo, they can succesfully uploads a picture and it can be seen in stream but on their profile it cant be seen.

Attachment Capture_2014-08-07.PNG not found



Thank you very much

Attachments:
10 years 9 months ago
Licenses:

Hi Enes,

all users got this issue? or only this user?
because, I tried using with admin account but can't replicate it.

please try to execute cron job first. Because I saw you using S3 for remote storage.

Regards,
Albert

10 years 9 months ago
  • Enes's Avatar
    Topic Author
  • Enes
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Hi Albertus,

Not the all users have this problem. Most of the new users dealing with it. I checked to cronjobs and it seem to be working fine. Also when users changes their profile pictures they dont have any problem. There is someting wrong with cover photo.

Thank you

10 years 9 months ago
Licenses:

Hi Enes,

I can replicate it by using "test" user. Because I can't replicate it with my local site, so i'm not sure this is valid bug. I need your FTP access detail for debugging purpose.

please edit your first post at this topic, and put it at site info form.

Regards,
Albert

10 years 9 months ago
  • Enes's Avatar
    Topic Author
  • Enes
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Hi Albertus,

I have uptaded the required informations.

Thanks a lot !

10 years 9 months ago
Licenses:

Hi Enes,

I put the fixes at /components/com_community/libraries/user.php
getCover function
before

return $avatar;
I put
if (preg_match("/^images\/$/", $avatar)) {
    $storage = CStorage::getStorage($this->_storage);
    return $storage->getURI($this->_cover);
}

Regards,
Albert

The following user(s) said Thank You: Enes
10 years 9 months ago
  • Enes's Avatar
    Topic Author
  • Enes
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Hi Albertus,

There is another problem with cover photo for groups. I have just created a new group with admin account and upload a new group cover photo. After that when I refresh the page and the cover photo turn to the default group cover photos.

Can you check that problem, please.

Thanks a lot !

10 years 9 months ago
Licenses:

Hi Enes,

I confirmed this is a valid bug. but I already put temporary fixes for you
/public_html/components/com_community/helpers/url.php line 166

From
if (empty($file) || !$storage->exists($file)) {

To
if (empty($file)) {

Regards,
Albert

The following user(s) said Thank You: Enes
10 years 9 months ago
  • Enes's Avatar
    Topic Author
  • Enes
  • Offline
  • Fresh Boarder
  • Posts: 53
  • Thank you received: 1
Licenses:
JomSocial Active Socialize Expired

Thank you very much Albertus.

I'm looking forward to fixes.

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