The MU forums have moved to WordPress.org

Mad a silly change and need some smart help (3 posts)

  1. levi.putna
    Member
    Posted 15 years ago #

    I was making some changes to my version of WPMU 2.7 and have managed to change the link on the Dashboard menu to http://mmow.biz.local/wp-admin/admin.php?page=index.php.

    I'm not exactly sure what I changed, as it could be one of many.

    my wp-admin/menu.php is unchanged and links and links to index.php

    $menu[0] = array( __('Dashboard'), 'read', 'index.php', '', 'menu-top', 'menu-dashboard', 'div' );

    Anyone have any suggestions on what to check?

    Cheers

  2. VentureMaker
    Member
    Posted 15 years ago #

    My bet would be comparing your files to clean WPMU's files :)

  3. tdjcbe
    Member
    Posted 15 years ago #

    Don't use files named index.php in your plugins subdirectories:

    http://core.trac.wordpress.org/ticket/6478

    http://trac.mu.wordpress.org/ticket/881
    Among others.

    I don't believe the wp.org fix has been applied yet.

    edit: And if you have index.php files in either plugin subdirectory, they need to be removed:

    http://trac.mu.wordpress.org/ticket/673

About this Topic

  • Started 15 years ago by levi.putna
  • Latest reply from tdjcbe