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.

bug :Error 500 with photo futured

8 years 11 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

ISSUE SUMMARY:

1- I can not feature photo in front end with admin account (when of corse option is enable)
2- when I disable photos featured, I still see the sort option on featured pictures. it generates me 500 error

STEPS TO REPLICATE:
1 connect and sort by featured photos
2 error 500 (Blank page)
3 disable featured photo in backend
4 and chek sort option for pic
5
RESULT
error 500 , check pic

Attachment Capturer_2015-05-12.PNG not found



Attachment Capturer44.PNG not found



Attachment Capturer4.PNG not found



EXPECTED RESULT
BROWSER

Attachments:
8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

Hi,

Please you update to the latest version 4.0.6 for fixing this issue.

thank you

8 years 11 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

Thank you for your response, the issue seems not fixed with 4.0.6. I have exactly the same problem.

featured disable ---> i can see sort by featured
featured enable----> can't feature photo

in too case, error 500 (blank page)

8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

well, this is the fix for blank page
open this file components/com_community/models/photos.php, find this :

$query .= " ORDER BY (`id` IN (".$featuredAlbums.")) DESC, id ";
replace to :
if($featuredAlbums){
                    $query .= " ORDER BY (`id` IN (".$featuredAlbums.")) DESC, id ";

                }

find this code :
$query .= ' AND `id` IN ('.$featuredAlbums.')' ;
replace to :
if($featuredAlbums){
                    $query .= ' AND `id` IN ('.$featuredAlbums.')' ;
                }

8 years 11 months ago
  • Dimas's Avatar
  • Dimas
  • Visitor
  • Thank you received: 0
Licenses:

and regarding featured options is a bug from us, which the photos filter is not respected the configuration

8 years 11 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

Thank you it work for blanck page. whiting for 3.0.7 for other issue :)

8 years 11 months ago
  • jamal's Avatar
    Topic Author
  • jamal
  • Offline
  • User is blocked
  • Posts: 106
  • Thank you received: 2
Licenses:
JomSocial Expired

4.0.7 :)

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