Forums

[Plugin: User Access Manager] Missing elements on admin page (6 posts)

  1. kev_wired
    Member
    Posted 2 years ago #

    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/

  2. kev_wired
    Member
    Posted 2 years ago #

    Can anyone offer a logical explanation for this?

    Cheers

  3. GM_Alex
    Member
    Posted 2 years ago #

    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

  4. benedick
    Member
    Posted 1 year ago #

    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

  5. saku4388
    Member
    Posted 1 year ago #

    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

  6. mentatseb
    Member
    Posted 1 year ago #

    Hi,

    Can someone confirm that this plugin is no longer maintained, as last update was in July, 2009?

Topic Closed

This topic has been closed to new replies.

About this Topic