Phoca gallery facebook connect
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
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
Which version you are running?
Jan
If you find Phoca extensions useful, please support the project
-
jfquestiaux
- Phoca Member

- Posts: 17
- Joined: 17 Sep 2009, 13:30
- Location: Nîmes
- Contact:
Re: Phoca gallery facebook connect
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).
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

- Posts: 2
- Joined: 28 Aug 2015, 05:21
Re: Phoca gallery facebook connect
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.
@Jan, I can send you super admin access so that you can debug the issue if you want.
-
razehol
- Phoca Newbie

- Posts: 2
- Joined: 14 Sep 2015, 21:48
Re: Phoca gallery facebook connect
Hi, I have that same problem. Is there a solution for development?
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
Hi, testing now, without any problem.
Which version of Phoca Gallery and which version of Joomla! you are using?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
razehol
- Phoca Newbie

- Posts: 2
- Joined: 14 Sep 2015, 21:48
Re: Phoca gallery facebook connect
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
- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
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
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
If you find Phoca extensions useful, please support the project
-
robert101083
- Phoca Newbie

- Posts: 8
- Joined: 30 Nov 2009, 22:17
Re: Phoca gallery facebook connect
Hi Jan,
I've got the same issue with connecting. Got this error when logging in with the newly created user:
When changing the fb.php file in administrator/components/com_phocagallery/libraries/phocagallery/facebook:
to
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!


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/permissionsCode: 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()));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()));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!


- Jan
- Phoca Hero

- Posts: 49144
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca gallery facebook connect
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
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

- Posts: 8
- Joined: 30 Nov 2009, 22:17
Re: Phoca gallery facebook connect
Hi Jan,
Those are all empty.
Robert
Those are all empty.
Robert