Support » Plugins » [Plugin: NextGEN Gallery] 404 page not found!?

Viewing 5 replies - 1 through 5 (of 5 total)
  • i got a similiar issue here.

    I got a wpmu install with mu-admin-bar running. The gallery link is shown in the backend, but the first link is not working. It links to admin.php?page=nextgen-gallery but that ends up in my dashboard. How should the link in admin/admin.php look like? atm it’s:
    add_menu_page( __ngettext( 'Gallery', 'Galleries', 1, 'nggallery' ), __ngettext( 'Gallery', 'Galleries', 1, 'nggallery'), 'nggallery-overview', NGGFOLDER, array (&$this, 'show_menu'), NGGALLERY_URLPATH .'admin/images/nextgen.png' );

    a second link in the sublevel lining to the same page is working correctly:
    add_submenu_page( NGGFOLDER, __('Overview', 'nggallery'), __('Overview', 'nggallery'), 'NextGEN Gallery overview', 'nggallery-overview', array (&$this, 'show_menu'));

    any help would be appreciated. thx!

    I have the same problem. I’m running WP 2.9.2 with the latest buddy press version.

    The 404 error happens inside the tinymce pop-up menu when you click on the ‘add NextGEN Gallery’ button whilst making a post.

    After looking into the code a bit I found the URL that it was calling:
    http://your-domain.com/wp-content/plugins/nextgen-gallery/admin/tinymce/window.php?ver=327-1235100

    I played around with this a little and the issue seemed to be that .php files wouldn’t load from this directory. All .php pages were redirected to the page not found default buddy press page.

    Is there an easy fix to this issue?

    Cheers

    Would it be possible to solve this bug using a .htaccess file?

    Thread Starter killswitch911

    (@killswitch911)

    Anything new?

    Thread Starter killswitch911

    (@killswitch911)

    ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: NextGEN Gallery] 404 page not found!?’ is closed to new replies.