I am getting following db error messages when I click on the following column link-
1) Site Admin > Blogs (wp-admin/wpmu-blogs.php)
> Click 'Users' column link
"WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0, 60' at line 3]
SELECT * FROM wp_blogs WHERE site_id = '1' ASC LIMIT 0, 60"
> Click 'Actions'
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'ASC LIMIT 0, 60' at line 3]
SELECT * FROM wp_blogs WHERE site_id = '1' ASC LIMIT 0, 60
2) Site Admin > Users (wp-admin/wpmu-users.php)
> Click 'Registered'
WordPress database error: [Unknown column 'registered' in 'order clause']
SELECT * FROM wp_users ORDER BY registered ASC LIMIT 0, 30
I just downloaded WPMU 1.0 and fresh installed.
Any advice would be appreciated. Thanks!