-
TomUsher posted an update 14 years, 2 months ago
Changing my avatar here on BuddyPress returned the following error:
Upload Failed! Error was: Unable to create directory /home/buddypress/public_html/wpmu/wp-content/blogs.dir/1/files/avatars/1528024. Is its parent directory writable by the server?
-
tomusher posted on the forum topic Friendship Requests – No Page Showing Up in the group How-To and Troubleshooting: 14 years, 2 months ago
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); -
tomusher joined the group How-To and Troubleshooting 14 years, 2 months ago
@tomusher
Active 1 year, 8 months ago