The MU forums have moved to WordPress.org

Little Bug in Site admin - Users (3 posts)

  1. michelem
    Member
    Posted 18 years ago #

    When you try to sort users's list by registration date (registered) you get an error like:

    WordPress database error: [Unknown column 'registered' in 'order clause']
    SELECT * FROM wp_users ORDER BY registered ASC LIMIT 0, 30

    this is beacuse the column name is "user_registered" and not "registered"

  2. ballen
    Member
    Posted 18 years ago #

    I was getting this same issue. It was resolved after this latest update in the morning on 11/22. The problem now is that there is a unexpected T_STRING error popping up in users.php... Around line 308. I have looked for anything obvious that is in my skill level, but am not able to find the problem.

  3. kahless
    Member
    Posted 18 years ago #

    The T_STRING error has been discussed in

    http://mu.wordpress.org/forums/topic/601#post-3194
    http://mu.wordpress.org/forums/topic/621#post-3273
    http://mu.wordpress.org/forums/topic/626#post-3320

    and it is a little disconcerting that this error is still in a build after being reported on the 16th. The same thing seems to plague .htaccess. Many changes have been proposed, but .htaccess does not seem to incorporate suggested fixes in current releases.

About this Topic

  • Started 18 years ago by michelem
  • Latest reply from kahless