Thanks guys for your replies, I really appreciated.
@plugin author :). I have spent several hours debugging and testing… The problem started with NGG version 2.0.71…. I have rolled back to 2.0.66.37 and it is working now. The problem is showing NGG images on google maps using plugin ‘WP GPX Maps’ that mentioned on your website as a one of the NGG extension plugins (that I assume new versions would be tested for compatibility with). Is seems like it is either no longer compatible with NGG starting from 2.0.7x or it is a NGG bug (I believe, from what I saw while testing it is second, but I may be wrong).
It is very easy to replicate the problem. All you need is an image with GPS data in it, install WP GPX Maps and use following shortcode [sgpx nggalleries=<number>]
It will hit line 39 in wp-content/plugins/wp-gpx-maps/wp-gpx-maps_utils_nggallery.php (sgpx plugin):
$item[“data”] = $p->thumbHTML;
And then it will die in line 2076 in wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_data/package.module.nextgen_data.php
I really don’t have enough time to continue working on this, but it would be really good if you try to check why it is not working.
Please contact me if you need more information ??
@sasa385, Thanks for your reply (on both forums (NGG and WP GPX Maps). I saw your workaround before I started my topics. Unfortunately the workaround is not suitable for me (otherwise I would not even bother to use this forum) as some of my galleries are pretty big (40-60 images) and it impractical to create long coma separated lists, but also because I use single generic page to show maps. Gallery id is sent as a as a parameter to the page.
Regards ??