[SOLVED]***BUG*** importing metadata
-
nextgen-gallery/products/photocrati_nextgen/modules/ngglegacy/lib/meta.php has a mistake at line 124 preventing the metadata import
patch as follow:
from
$exif = isset($this->exif_array[‘EXIF’]) ? $this->exif_array[‘EXIF’] : array();to
$exif = isset($this->exif_data[‘EXIF’]) ? $this->exif_data[‘EXIF’] : array();
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘[SOLVED]***BUG*** importing metadata’ is closed to new replies.