Hi, same issue here. Restore hangs at …backup_core.zip.
I did set PHP memory limit for restoration’ to 1024 MB
and ‘Files are unzipped every PHP request’ to 500.
But no positive result
I also got the same problem when updating NGG from previous version to 2.0.33.
I’ve temporary solved it by replacing line 27 with:
if(!is_null($wp_query)){
return $wp_query->get($var);
}
All in all not a good solution because I have to do this after every WP update, like the 3.7 update I did just now.
(Btw: I don’t like the idea of giving my credentials)
Thanks bob,
The !important was important and did the trick:
.ngg-galleryoverview {
clear: none !important;
}
Lower- or uppercasing the operand seems to have no effect btw.
Man, why did it took me so long to find this out…