Solved! There wasn’t uploads folder in wp-content. I have created it with access of webserver and works.
Hi there
after upgrading to 0.3.1 i got the following message:
Warning: mkdir() [function.mkdir]: SAFE MODE Restriction in effect. The script whose uid is 10319 is not allowed to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir owned by uid 48 in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 340
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to access /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/blogs.dir/1/files/group-documents/1/1268835761-Auswertungconnect.pdf in /home/httpd/vhosts/connect.idotter.ch/httpdocs/wp-content/plugins/buddypress-group-documents/include/classes.php on line 224
I’m running WP 2.9.1 and BP 1.2.2
Did i something wrong?
Idotter –
Couple questions – Is your avatar upload process working? Group Documents shares some code with avatars, particularly with the directories is uses.
Also, you mentioned this occurs after you upgraded to 0.3.1 – Did you have version 0.3.0 working? Or did you go straight from 0.2.5 to 0.3.1? The reason I ask, is that 0.3.1 didn’t change anything in that section of the code from 0.3.0.
Sorry, that was a lot of numbers to keep straight
Hi peteranselmo
Shame on me, I didn’t check it out with 0.3 so maybe it’s a problem from the upgrade from 2.x to 3.0?
Thanx for your help … i went checking for the directories and their write access … and it was quite ugly … blogs.dir seemed to be empty (but chmod 777) but when i tried to create 1/files/group-documents it said that there’s already a directory called group-documents but created it anyway. I had to delete, recreate and chmod it and now it works. I also did the same for avatars and now everything is working propperly.
Cool, Glad to hear it’s working. Perhaps I should include a check for those permissions when the plugin is activated.