Respostas no Fórum

Visualizando 1 resposta (de um total de 1)
  • 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.

    🙂

Visualizando 1 resposta (de um total de 1)