I've just tried to implement this. I like the idea, but I just have not been successful. I previously got the Brilliant Gallery to work fine, but having an easy way to display Google Photos albums and images like shown here just seems more elegant so I'd like to get it to work.

I have done all the prereqs:

The +Gallery library.
Flushed cache
The Libraries module.
The jQuery Update module.
I have public albums in my Google photos account.

I have gone through the tutorial and set up the page just as it says, but when I display the page nothing shows, just my Title.

No errors when I try and display the page normally. I tried just a single album, and displaying all albums. Still nothing.

The only error I get is when I try to preview the page and I get the following at the top.

Notice: Undefined index: album_limit in _plus_gallery_formatter_add_general() (line 296 of /home/drgritta/public_html/sites/all/modules/plus_gallery/formatter/plus_gallery_formatter.module).
Notice: Undefined index: incl_excl in _plus_gallery_formatter_add_general() (line 297 of /home/drgritta/public_html/sites/all/modules/plus_gallery/formatter/plus_gallery_formatter.module).
Notice: Undefined index: incl_excl in _plus_gallery_formatter_add_general() (line 300 of /home/drgritta/public_html/sites/all/modules/plus_gallery/formatter/plus_gallery_formatter.module).

Could anyone point me to some other things to check, or some debugging steps?

Thanks

Comments

Seppe Magiels’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,

Concerning the notices on the preview page: you can change the server settings (php.ini, error_reporting) to hide the notices.

Can you check the JS console to see if you get an error there? Are you sure that you are using the right album IDs and that the albums and the images in it are public?

fkelly12054@gmail.com’s picture

I just got caught not making the Google Plus album public. So, I will echo the suggestion to double-check that.

I am getting the same notices. Changing server settings only hides the problem. Having notices on the preview is a bug and should be corrected.

This is a great product, based on a great idea. We all appreciate the work it takes. That said, having notices generated by your code should be addressed.

Seppe Magiels’s picture

Status: Postponed (maintainer needs more info) » Fixed

Hi,

The notices have been fixed in version 7.x-1.4.
I'm marking this issue as fixed, feel free to reopen it if required.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.