Support

Support is part of Event Gallery Extended.

Please get a subscription if you need support. Feel free to use the ticket system or the contact form for reporting defects or pre-sale questions. Make sure you're logged in in order to be able to create a new ticket.

For general information you can also jump to the manual.

Subscribe now!

#3263 Google Photos Curl error in logs

Posted in ‘Event Gallery Extended’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by huwhuw on Thursday, 06 September 2018 13:17 UTC

huwhuw
 Php7.1
Hi I cant load Google images / albums in Event Gallery getting the following error in the logs

#
#<?php die('Forbidden.'); ?>
#Date: 2018-09-05 09:38:42 UTC
#Software: Joomla Platform 13.1.0 Stable [ Curiosity ] 24-Apr-2013 00:00 GMT

#Fields: datetime	priority clientip	category	message
2018-09-05T09:38:42+00:00	INFO 31.200.152.229	com_eventgallery	CURL Error for url https://picasaweb.google.com/data/feed/api/user/116806469344088316176/albumid/6597671482381811681?thumbsize=104,104u&imgmax=1280&prettyprint=false:  http_code=404; 0 - ; Content: No album found.
2018-09-05T09:38:42+00:00	INFO 31.200.152.229	com_eventgallery	unable to connect to remote host. Make sure allow_url_fopen=On and the server has access to the internet. url: https://picasaweb.google.com/data/feed/api/user/116806469344088316176/albumid/6597671482381811681?thumbsize=104,104u&imgmax=1280&prettyprint=false
2018-09-05T09:40:11+00:00	INFO 31.200.152.229	com_eventgallery	CURL Error for url https://picasaweb.google.com/data/feed/api/user/116806469344088316176/albumid/6597671482381811681?thumbsize=104,104u&imgmax=1280&prettyprint=false:  http_code=404; 0 - ; Content: No album found.
2018-09-05T09:40:11+00:00	INFO 31.200.152.229	com_eventgallery	unable to connect to remote host. Make sure allow_url_fopen=On and the server has access to the internet. url: https://picasaweb.google.com/data/feed/api/user/116806469344088316176/albumid/6597671482381811681?thumbsize=104,104u&imgmax=1280&prettyprint=false

I turned allow_url_fopen ='On' and can confirm the album exists see
https://get.google.com/albumarchive/116806469344088316176/album/AF1QipOP1GVP8rXHZmo9mS6ChqukgpipEAosC-Io5eVt?source=pwa
No files are imported

huwhuw
Also I can confirm i cleared my cache etc
Screen shot of the album

sbluege
Hi,

curl seems to work on your system. So from a connection perspective, everything is already fine. But the album you're trying to use does not exist. I guess you used the album selector to grab the userid and the albumid? Did you get the Google Auth Token as well? You need to add it in the components options.

huwhuw
Thnaks Sven - it was the auth token missing!