Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Guys/Gals,

    the problem i beleive you have (just had it on my first install of wordpress…) is not your file permissions, but the group ownership of the files.

    I run an ensim box, and the files were uploaded with the “site owners” id, (being user9 or something) when it should have been and ID of 1025 something similar.

    if you have shell access to your box, type :

    ls -al in the themes directory, this will show you something like this :

    [root@ensim9 themes]# ls -al
    total 24
    drwxrwxrwx 6 1025 1011 4096 Mar 19 16:30 .
    drwxr-xr-x 4 1025 1011 4096 Mar 19 16:22 ..
    drwxr-xr-x 3 admin9 admin9 4096 Mar 19 16:28 bluehorizon
    drwxr-xr-x 2 1025 1011 4096 Mar 19 16:22 classic
    drwxr-xr-x 3 1025 1011 4096 Mar 19 16:22 default
    drwxr-xr-x 3 1025 1011 4096 Mar 19 16:30 prozac

    see the bluehorizon theme dir?? thats gotta be changed to the same as the others to do make it work.. the commands are as follows:

    chown 1025 bluehorizon
    chgrp 1011 bluehorizon

    that will change the user and group for you.

    happy blogging, or whatever we do now..

    mr_claypole.

Viewing 1 replies (of 1 total)