<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress &#8250; Support Topic: user/group id 99 file permission on domain-host</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: user/group id 99 file permission on domain-host</description>
<language>en</language>
<pubDate>Thu, 26 Nov 2009 03:38:52 +0000</pubDate>

<item>
<title>Ujjwol on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1199532</link>
<pubDate>Fri, 04 Sep 2009 16:35:49 +0000</pubDate>
<dc:creator>Ujjwol</dc:creator>
<guid isPermaLink="false">1199532@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Change the permission using the FTP Client
&#60;/p&#62;</description>
</item>
<item>
<title>birdboyee on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1172585</link>
<pubDate>Wed, 12 Aug 2009 17:46:38 +0000</pubDate>
<dc:creator>birdboyee</dc:creator>
<guid isPermaLink="false">1172585@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Im having the same similar problems.  When I upload new content they automatically get owned by gpweb.  I want them owned by ljohnson.  How can I do that?  I keep received administrative messages to clean up files because of this since they are not owned by me.  We tried adding &#34;&#60;strong&#62;@chown( $target, 'ljohnson' );&#60;/strong&#62;&#34; after line 1940 in wp-includes/functions.php file so it will create 'ljohnson' as the owner with no luck.&#60;/p&#62;
&#60;p&#62;See example below.  my email is &#60;a href=&#34;mailto:rudy2000k@yahoo.com&#34;&#62;rudy2000k@yahoo.com&#60;/a&#62;, any assistance is greatly appreciated.  &#60;/p&#62;
&#60;p&#62;/home/ljohnson/public_html/newsletter/wp-content&#60;br /&#62;
$ ls -l&#60;br /&#62;
total 32&#60;br /&#62;
-rwxrwxrwx   1 ljohnson ljohnson      30 May  4  2007 index.php&#60;br /&#62;
drwxrwxrwx   4 ljohnson ljohnson    4096 Aug  7 14:46 plugins&#60;br /&#62;
drwxrwxrwx   5 ljohnson ljohnson    4096 Aug  7 12:37 themes&#60;br /&#62;
drwxrwxrwx   2 ljohnson ljohnson    4096 Aug  7 14:47 upgrade&#60;br /&#62;
drwxrwxrwx   3 ljohnson gpweb       4096 Aug  7 14:46 uploads&#60;br /&#62;
$ cd uploads&#60;br /&#62;
$ ls&#60;br /&#62;
2009&#60;br /&#62;
$ cd 2009&#60;br /&#62;
$ ls&#60;br /&#62;
07  08&#60;br /&#62;
$ cd 08&#60;br /&#62;
$ ls -l&#60;br /&#62;
total 8552&#60;br /&#62;
-rw-rw-rw-   1 gpweb    gpweb    4357008 Aug 11 15:26 02-At-Last.mp3&#60;br /&#62;
-rw-rw-rw-   1 gpweb    gpweb       3382 Aug 11 15:22 meeting.jpg&#60;br /&#62;
-rw-rw-rw-   1 gpweb    gpweb       2698 Aug 11 15:25 meeting7.jpg&#60;/p&#62;
&#60;p&#62;ARGH!!!!
&#60;/p&#62;</description>
</item>
<item>
<title>whooami on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1133565</link>
<pubDate>Sat, 11 Jul 2009 04:09:28 +0000</pubDate>
<dc:creator>whooami</dc:creator>
<guid isPermaLink="false">1133565@http://wordpress.org/support/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;On some servers, when WP writes a directory, it creates these directories with the ownership and group of apache (the default setting)&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;thats NOT wordpress doing that -- that's PHP.
&#60;/p&#62;</description>
</item>
<item>
<title>lcf on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1133562</link>
<pubDate>Sat, 11 Jul 2009 04:06:22 +0000</pubDate>
<dc:creator>lcf</dc:creator>
<guid isPermaLink="false">1133562@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Thanks, fotp. now we know the problem is 99/99 ownership and group. :)
&#60;/p&#62;</description>
</item>
<item>
<title>fotp on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1038763</link>
<pubDate>Mon, 06 Apr 2009 22:56:18 +0000</pubDate>
<dc:creator>fotp</dc:creator>
<guid isPermaLink="false">1038763@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have had success in solving this issue!!&#60;/p&#62;
&#60;p&#62;On some servers, when WP writes a directory, it creates these directories with the ownership and group of apache (the default setting)&#60;/p&#62;
&#60;p&#62;Of course, depending on your host - not all servers are configured to run under name apache, so WP won't be able to write to the server - hence the problems with uploading files.&#60;/p&#62;
&#60;p&#62;This happens to me at the beginning of each month, when WP creates a new monthly file for content uploads.&#60;/p&#62;
&#60;p&#62;To rectify this problem, you have to CHOWN the affected directory using SSH - and then everything works fine.&#60;/p&#62;
&#60;p&#62;It's a very simple operation to do, using terminal on mac osx or and SSH utility like Putty on the PC.&#60;/p&#62;
&#60;p&#62;I hope this helps anyone else out there who has similar issues and is stumped by it all.&#60;/p&#62;
&#60;p&#62;FoTP.
&#60;/p&#62;</description>
</item>
<item>
<title>fotp on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1004100</link>
<pubDate>Tue, 03 Mar 2009 17:16:01 +0000</pubDate>
<dc:creator>fotp</dc:creator>
<guid isPermaLink="false">1004100@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I have the same issue during image uploads and WPP trying to create anew directory and upload images.&#60;/p&#62;
&#60;p&#62;My host has managed to bypass this issue, but only until WP creates another directory at the end of the month.&#60;/p&#62;
&#60;p&#62;changing Permissions with CHMOD didn't work and my host advised that WP tries to access the server under the group apache - which is why it cannot write the files to the corect locations.&#60;/p&#62;
&#60;p&#62;Any help will be greatly appriciated &#60;/p&#62;
&#60;p&#62;FoTP
&#60;/p&#62;</description>
</item>
<item>
<title>kaushikgopal on "user/group id 99 file permission on domain-host"</title>
<link>http://wordpress.org/support/topic/248884#post-1002697</link>
<pubDate>Mon, 02 Mar 2009 11:59:13 +0000</pubDate>
<dc:creator>kaushikgopal</dc:creator>
<guid isPermaLink="false">1002697@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi good folk of WP,&#60;/p&#62;
&#60;p&#62;I have this issue. I moved my domain-host-server to 000webhost and went old school to manually install Wordpress 2.7.1 . My blog is up and everything is functioning except.... the whole file permissions thing.&#60;br /&#62;
Since I use the free version of 000webhost, I don't have shell access to chown my files directly. 000webhost has provided an option to chmod/chown everything to the username that they provide, whereas when Wordpress by default creates a directory/file etc it creates it with the user/group id 99/99. Is there a place where I can change the user/group that Wordpress uses when trying to acces/create a directory/file ? Alternatively I've read that this can be done through php scripts? If so would anyone be so kind as to let me know how, I've tried searching around but haven't found a solution.&#60;br /&#62;
Many thanks in advance.&#60;br /&#62;
Cheers&#60;br /&#62;
K
&#60;/p&#62;</description>
</item>

</channel>
</rss>
