Title: [Plugin: User Access Manager] Missing elements on admin page
Last modified: August 19, 2016

---

# [Plugin: User Access Manager] Missing elements on admin page

 *  [kev_wired](https://wordpress.org/support/users/kev_wired/)
 * (@kev_wired)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/)
 * I’m having trouble getting the **Manage user access groups** section to fully
   load – when I view the page source, it tells me that the HTML loads up until 
   the following:
 *     ```
       <th valign="top" scope="row">Categories <label>(<a class='selectit uam_group_stuff_link'>expand</a>)</label></th>
   
       <td><strong>Contains <span class='uam_element_count'>0</span> of 23 categories</strong>
       ```
   
 * The code then ends and no submit button is present on the page. Plus there are
   no closing tags for `<body>` or `<HTML>`.
 * I have nearly 3, 000 posts and think that memory may be maxing out before the
   whole page loads.
 * Any help appreciated.
 * [http://wordpress.org/extend/plugins/user-access-manager/](http://wordpress.org/extend/plugins/user-access-manager/)

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Thread Starter [kev_wired](https://wordpress.org/support/users/kev_wired/)
 * (@kev_wired)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192230)
 * Can anyone offer a logical explanation for this?
 * Cheers
 *  [gm_alex](https://wordpress.org/support/users/gm_alex/)
 * (@gm_alex)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192257)
 * Hi,
 * you are right, this bug is because there are to many posts at your blog. I will
   start work on this in circa 3 weeks. An other user has send me a database dump
   with many posts.
 * Bye,
    Alex
 *  [benedick](https://wordpress.org/support/users/benedick/)
 * (@benedick)
 * [16 years, 2 months ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192312)
 * Hi,
 * I’m having the same problem. I only have three posts in my blog at the moment,
   so I guess the amount of posts isn’t the issue in my case.
    Any ideas what might
   cause this? I’m using worpress 2.9.2 and UAM 0.9.1.3
 * Thank you,
    Jussi
 *  [saku4388](https://wordpress.org/support/users/saku4388/)
 * (@saku4388)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192323)
 * Hi here is the solution
 * in your plugins/user-access-manager/user-access-manager.php
 * Found the code around line 1691-1695
 * <?php
    $args = array( ‘numberposts’ => -1, ‘post_type’ => ‘attachment’); $files
   = get_posts($args); ?>
 * Remove it
 * now the whole page can displayed
 * if you still having the problem
 * Remove the line around 1595-1597
 * <?php
    $args = array(‘numberposts’ => -1); $posts = get_posts($args); ?>
 * This should solve your problem now
 * Thanks
 *  [mentatseb](https://wordpress.org/support/users/mentatseb/)
 * (@mentatseb)
 * [16 years ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192330)
 * Hi,
 * Can someone confirm that this plugin is no longer maintained, as last update 
   was in July, 2009?

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: User Access Manager] Missing elements on admin page’ is closed
to new replies.

 * 5 replies
 * 5 participants
 * Last reply from: [mentatseb](https://wordpress.org/support/users/mentatseb/)
 * Last activity: [16 years ago](https://wordpress.org/support/topic/plugin-user-access-manager-missing-elements-on-admin-page/#post-1192330)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
