-
tomusher posted an update: 2 years, 8 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 joined the group How-To and Troubleshooting 2 years, 8 months ago
-
tomusher posted on the forum topic Friendship Requests – No Page Showing Up in the group How-To and Troubleshooting: 2 years, 8 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
active 1 year, 10 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? View