I try to update with v7.x-3 beta 3, and an error appeared for each picture :

Notice : Undefined variable: original dans flickrgallery_set() (ligne 166 dans /home/citesainro/www/sites/all/modules/contrib/flickrgallery/includes/flickrgallery.pages.inc).

I'm not authorized to show the page when i click on a photo.

Comments

Wizzu created an issue. See original summary.

danjordan’s picture

Added below line from 7.x-2.2 branch to define the $original variable. Seems to fix error and generate path correctly

$original = $f->buildPhotoURL($photo, 'large');

miteshmap’s picture

Version: 7.x-3.0-beta3 » 7.x-3.x-dev
Status: Active » Fixed
StatusFileSize
new1.47 KB

Sorry for the late Action! Adding patch here and committing it to 7.x-3.x, Will release new tag or version later on.

  • miteshmap committed a35c7b1 on 7.x-3.x
    Issue #2717955 by miteshmap: Fixed notice of undefined varilable
    

Status: Fixed » Closed (fixed)

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