the system it's working good, but the new users can't upload files to their blogs..
I was looking in wp-admin/inline-uploading.php:
if (!current_user_can('upload_files'))
wp_die(__('You do not have permission to upload files.'));
And there is the error, thanks very much and sorry my english
thanks, and how can i fix that.. isn't my server..
thanks
Do they get an error message? Are the permissions set right on the folders?
the permissions are:
wp-conntent/blogs.dir are 777
wp-conntent/blogs.dir/[BLOG_ID] are 777
wp-conntent/blogs.dir/[BLOG_ID]/files/ are 777
:(
yes, the users get: 'You do not have permission to upload files.'
Thanks