Page 5 of 7
Re: Phoca gallery facebook connect
Posted: 29 Aug 2015, 22:24
by Jan
Hi, are you able to display them in backend? - It seems like whole path to image is missing (like it was not imported)
Which version you are running?
Jan
Re: Phoca gallery facebook connect
Posted: 31 Aug 2015, 23:45
by jfquestiaux
My turn to say that I have the same issue as @projoomexperts!
I can't display the images in the back end, only the link "enlarge image" is showing (other infos are correct though: title, name of album,...).
I'm running latest version (4.2.1).
Re: Phoca gallery facebook connect
Posted: 02 Sep 2015, 03:35
by projoomexperts
I am using the latest version same as @jfquestiaux
@Jan, I can send you super admin access so that you can debug the issue if you want.
Re: Phoca gallery facebook connect
Posted: 14 Sep 2015, 21:51
by razehol
Hi, I have that same problem. Is there a solution for development?
Re: Phoca gallery facebook connect
Posted: 14 Sep 2015, 23:54
by Jan
Hi, testing now, without any problem.

Which version of Phoca Gallery and which version of Joomla! you are using?
Jan
Re: Phoca gallery facebook connect
Posted: 15 Sep 2015, 00:08
by razehol
Jan wrote:Hi, testing now, without any problem.

Which version of Phoca Gallery and which version of Joomla! you are using?
Jan
Hi Jan,
My Joomla version is 3.4.4
And Phoca Gallery version is 4.2.1
Thnx
Re: Phoca gallery facebook connect
Posted: 17 Sep 2015, 23:12
by Jan
Hmm, this is what I have tested.
My images are normally imported and I can see them in admin and frontend too, as only full path is loaded. So there should not be anything which somehow changes the path
Jan
Re: Phoca gallery facebook connect
Posted: 18 Sep 2015, 12:01
by robert101083
Hi Jan,
I've got the same issue with connecting. Got this error when logging in with the newly created user:
Code: Select all
Invalid Scopes: user_groups. This message is only shown to developers. Users of your app will ignore these permissions if present. Please read the documentation for valid permissions at: https://developers.facebook.com/docs/facebook-login/permissions
When changing the fb.php file in administrator/components/com_phocagallery/libraries/phocagallery/facebook:
Code: Select all
$loginUrl = $facebook->getLoginUrl(array('req_perms' => 'user_photos,user_groups,manage_pages', 'scope' => 'user_photos,user_groups,manage_pages', 'cancel_url' => $uri->toString(), 'next' => $uri->toString()));
to
Code: Select all
$loginUrl = $facebook->getLoginUrl(array('req_perms' => 'user_photos,manage_pages', 'scope' => 'user_photos,manage_pages', 'cancel_url' => $uri->toString(), 'next' => $uri->toString()));
I can login and click "Paste loaded data" and save the user.
When I create a new Category, I can select a FB user and an album. Also importing goes without any error (though, there are no images or thumbs in the "images/phocagallery", not sure if they are stored here) and a list of image entries is created - at /administrator/index.php?option=com_phocagallery&view=phocagalleryimgs. But there are no images, no thumbs or full size. Same at the frond end. Please see attached files.
Thanks for your help!

Re: Phoca gallery facebook connect
Posted: 20 Sep 2015, 12:24
by Jan
Hi, when did you create the FB application, I am testing it with one old and one new, get everything OK there. Get no problem with "user_groups" as they are still supported (obsolete version but supported):
https://developers.facebook.com/docs/fa ... sions/v2.4
When you look into your database - into table phocagallery - check some of the images (e.g. ID 1) Which links you get there?
table: #__phocagallery
columns: exto, extl, extm, exts
Jan
Re: Phoca gallery facebook connect
Posted: 20 Sep 2015, 22:52
by robert101083
Hi Jan,
Those are all empty.
Robert