Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In the wp_users table, the user_nicename field contents must be lowercase. Use phpMyAdmin to edit that column. Backup your database first. Run this query:
    UPDATE wp_users SET user_nicename = LOWER(user_nicename);

Viewing 1 replies (of 1 total)
Skip to toolbar