Title: imageURL missing from get_gallery() command
Last modified: August 22, 2016

---

# imageURL missing from get_gallery() command

 *  [MonioDesign](https://wordpress.org/support/users/moniodesign/)
 * (@moniodesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/)
 * For some strange reason the ‘imageURL’ field from the image object created by
   get_gallery() seems to be missing in the latest update meaning my script is failing
   to get the full size image, see below script:
 *     ```
       if(isset($gallery->displayed_gallery->container_ids) && is_array($gallery->displayed_gallery->container_ids)){
       	global $nggdb;
       	foreach($gallery->displayed_gallery->container_ids as $i){
       		$images = $nggdb->get_gallery($i, 'sortorder', 'ASC', true, 0, 0);
       	}
       }
   
       // Get Images
       $gallery_images = array();
       foreach($images as $image){
       	$gallery_images[] = nextgen_esc_url($image->imageURL);
       }
       ```
   
 * imageURL just doesn’t exist any more within that object, was it removed for some
   reason? If so is there another way to get the full URL of that given image?
 * [https://wordpress.org/plugins/nextgen-gallery/](https://wordpress.org/plugins/nextgen-gallery/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/#post-5825938)
 * [@moniodesign](https://wordpress.org/support/users/moniodesign/) – We are correcting
   this issue as soon as we can … it should be in the next update we are working
   on right now although it could be another day or two while we test the corrections
   more thoroughly.
 * – Cais.
 *  Thread Starter [MonioDesign](https://wordpress.org/support/users/moniodesign/)
 * (@moniodesign)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/#post-5825940)
 * Ok that’s great to hear, thought I was going mad!
 * Will revert to the previous version for the time being.
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/#post-5825945)
 * [@moniodesign](https://wordpress.org/support/users/moniodesign/) – Thanks for
   the follow-up … we’re working on these corrections as quickly as we can.
 * – Cais.
 *  [edanzer](https://wordpress.org/support/users/edanzer/)
 * (@edanzer)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/#post-5826004)
 * [@moniodesign](https://wordpress.org/support/users/moniodesign/) – Just wanted
   to let you know we’ve just released a quick beta that has a fix for this, among
   other things. If you want to try that, you can download it here:
 * [http://www.nextgen-gallery.com/nextgen-gallery-latest-beta/](http://www.nextgen-gallery.com/nextgen-gallery-latest-beta/)
 * Otherwise, it should be officially released in another day or so.
 * Thanks! (Erick)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘imageURL missing from get_gallery() command’ is closed to new replies.

 * ![](https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=2083961)
 * [Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery](https://wordpress.org/plugins/nextgen-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/nextgen-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/nextgen-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/nextgen-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/nextgen-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/nextgen-gallery/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [edanzer](https://wordpress.org/support/users/edanzer/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/imageurl-missing-from-get_gallery-command/#post-5826004)
 * Status: not resolved