Phoca gallery facebook connect

Phoca Gallery - image gallery extension
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery facebook connect

Post 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
If you find Phoca extensions useful, please support the project
jfquestiaux
Phoca Member
Phoca Member
Posts: 17
Joined: 17 Sep 2009, 13:30
Location: Nîmes
Contact:

Re: Phoca gallery facebook connect

Post 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).
projoomexperts
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 28 Aug 2015, 05:21

Re: Phoca gallery facebook connect

Post 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.
razehol
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 14 Sep 2015, 21:48

Re: Phoca gallery facebook connect

Post by razehol »

Hi, I have that same problem. Is there a solution for development?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery facebook connect

Post by Jan »

Hi, testing now, without any problem. :idea: Which version of Phoca Gallery and which version of Joomla! you are using?

Jan
If you find Phoca extensions useful, please support the project
razehol
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 14 Sep 2015, 21:48

Re: Phoca gallery facebook connect

Post by razehol »

Jan wrote:Hi, testing now, without any problem. :idea: 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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery facebook connect

Post 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 :idea:

Jan
If you find Phoca extensions useful, please support the project
robert101083
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 30 Nov 2009, 22:17

Re: Phoca gallery facebook connect

Post 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!

Image

Image
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49144
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca gallery facebook connect

Post 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

:idea:

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
If you find Phoca extensions useful, please support the project
robert101083
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 30 Nov 2009, 22:17

Re: Phoca gallery facebook connect

Post by robert101083 »

Hi Jan,

Those are all empty.

Robert
Post Reply