I have the index.php outside the installation folder of wordpress.
THe plugin write in header:
var ngg_ajax = {
path: "http://www.site.com/folder/wp-content/plugins/nextgen-gallery/",
callback: "http://www.site.com/folder/index.php?callback=ngg-ajax",
loading: "loading"
};
But it is wrong. The true callback path is:
http://www.site.com/index.php?callback=ngg-ajax