Title: NextGen displaying array rather than gallery
Last modified: August 21, 2016

---

# NextGen displaying array rather than gallery

 *  Resolved [emmarothery](https://wordpress.org/support/users/emmarothery/)
 * (@emmarothery)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/)
 * Hi
 * We have the NextGen plugin installed on one of the sites we have developed and
   it is displaying the following rather than the gallery:
 * array(1) { [“display_type”]=> array(1) { [0]=> string(20) “Invalid display type”}}
 * We have updated to the latest version of the plugin and we have tried it on a
   test site and we are still experiencing the same problem. The problem can be 
   seen in the sidebar here:
 * [http://eroth2.primaryblogger.co.uk/](http://eroth2.primaryblogger.co.uk/)
 * Any help you could provide would be much appreciated.
 * Thank you
 * [http://wordpress.org/plugins/nextgen-gallery/](http://wordpress.org/plugins/nextgen-gallery/)

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

 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101681)
 * [@emmarothery](https://wordpress.org/support/users/emmarothery/) – I had a quick
   look at your site and see the issue you are noting at the top of your sidebar.
 * I also took a quick look at the page source where it appears you are using All-
   in-One Event Calendar … unfortunately we have noticed conflicts when that plugin
   is active.
 * Could you try a couple of things? First, if you are using custom shortcodes in
   the sidebar, make sure they are correctly written. Second, please check if this
   is indeed a plugin conflict (you may need to check all of your active plugins
   and not just the All-In-One Event Calendar).
 * Thanks!
 * – Cais.
 *  Thread Starter [emmarothery](https://wordpress.org/support/users/emmarothery/)
 * (@emmarothery)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101726)
 * Hi
 * Thanks for your reply.
 * I have removed all other active plugins on this site but the issue still remains.
 * I have not used a custom shortcode so that can’t be causing the problem.
 * Have you any other idea what could be causing the error?
 * Thank you
 *  [koelner_dom](https://wordpress.org/support/users/koelner_dom/)
 * (@koelner_dom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101727)
 * i do have the same issues. the wordpress settup is fairly new. only few plugins
   are activated.
    with version 2.0.14 everything was fine, with 2.0.17 the galeries
   are one colums and the pictures open in a single window instead a galery. galery
   view does not load at all
 * [http://lindenhof-schnellbach.de/ferienwohnung/wohnung-kleine-linde/](http://lindenhof-schnellbach.de/ferienwohnung/wohnung-kleine-linde/)
 * at a different site i manage. the main photo page does not open at all anymore.
 *  [koelner_dom](https://wordpress.org/support/users/koelner_dom/)
 * (@koelner_dom)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101736)
 * Hi,
    after reading several posts i could identify the reason for falsly displaying
   the thumbnail galery. But i do not understand why.
 * (It might be a differnt toppic, but might apply for others as well)
 * I did adjust the footer of my page. After deleting and restoring the original
   theme (Twenty Ten) footer everything works fine again. I tested this with the
   TwentyEleven Footer as well. Same proplem.
 * Here my Footer as i changed it, to give you a hint. Maybe you can tell me, where
   the problem is. On the online version i changed it back.
 * [http://lindenhof-schnellbach.de](http://lindenhof-schnellbach.de)
 * > <?php
   >  /** * The template for displaying the footer. * * Contains the closing
   > of the id=main div and all content * after. Calls sidebar-footer.php for bottom
   > widgets. * * [@package](https://wordpress.org/support/users/package/) WordPress*
   > @subpackage Twenty_Ten * [@since](https://wordpress.org/support/users/since/)
   > Twenty Ten 1.0 */ ?> </div><!– #main –>
   >  <div id=”footer” role=”contentinfo”>
   >  <div id=”colophon”>
   > <?php
   >  /* A sidebar in the footer? Yep. You can can customize * your footer
   > with four columns of widgets. */ get_sidebar( ‘footer’ ); ?>
   >  <div id=”site-info”>
   >  <p>Copyright © <?php echo date(‘Y’);?> |  ” title=”<?
   > php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php
   > bloginfo( ‘name’ ); ?> is proudly powered by ” title=”<?php esc_attr_e( ‘Semantic
   > Personal Publishing Platform’, ‘twentyten’ ); ?>”><?php printf( __( ‘%s’, ‘
   > twentyten’ ), ‘WordPress’ ); ?>
   >  | [Impressum](http://www.http://lindenhof-schnellbach.de/kontakt/impressum/)
   > | Webdesign by [Schaack Web](http://www.schaack-web.de/design) </p>
   >  <?php 
   > wp_footer(); ?> </div><!– #site-info –>
   >  </div><!– #colophon –>
   >  </div><!– #footer –>
   > </div><!– #wrapper –>
   > <?php
   >  /* Always have wp_footer() just before the closing </body> * tag of 
   > your theme, or you will break many plugins, which * generally use this hook
   > to reference JavaScript files. */
   >  wp_footer();
   >  ?> </body> </html>
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101742)
 * [@koelner_dom](https://wordpress.org/support/users/koelner_dom/) – In your customized
   version of the footer you are calling the `wp_footer()` function twice. Try removing
   one of them and see if that sorts out the issue.
 * Thanks!
 * – Cais.
 *  Plugin Contributor [photocrati](https://wordpress.org/support/users/photocrati/)
 * (@photocrati)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101743)
 * [@emmarothery](https://wordpress.org/support/users/emmarothery/) – Have you submitted
   a Bug Report ([http://www.nextgen-gallery.com/report-bug/](http://www.nextgen-gallery.com/report-bug/))
   on this issue with your specific details?
 * If not, please consider doing so, and also please consider sharing log in details
   for your WordPress Installation so our Support Team / Developers can get a closer
   look at this issue.
 * Thanks!
 * – Cais.
 *  Thread Starter [emmarothery](https://wordpress.org/support/users/emmarothery/)
 * (@emmarothery)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101744)
 * Hi
 * I have tried installing the beta version of the plugin and it looks like it has
   solved the problem. So far there are no other issues.
 * Thank you!

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

The topic ‘NextGen displaying array rather than gallery’ 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/)

 * 7 replies
 * 3 participants
 * Last reply from: [emmarothery](https://wordpress.org/support/users/emmarothery/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/nextgen-displaying-array-rather-than-gallery/#post-4101744)
 * Status: resolved