hi, i had the same problem. looking for a solution for ngg gallery, i didi this fix: open your /uploader.php file from the plugin directory, find:
if(file_exists($wp_root . '/wp-load.php')) {
require_once($wp_root . "/wp-load.php");
ad change as:
if(file_exists($wp_root . '/wp-admin/admin.php')) {
require_once($wp_root . "/wp-admin/admin.php");
it worked for me. hope that help. sorry for the post in english, i don’t speak brazilian neither portuguese.
🙂