Hi,
I have a website that is very simple. I know hardly any php any was wondering if anyone would be available to help me with my blog. Nothing fancy, just backround, table, text color, as well as a few links on top of bage and jpeg banner. Please email mike@mrharris.org
thanks[/b]
will pay $$ for help with simple theme customizations
How can I change the folder attributes?
I think I have nearly the same problem. I know I have to change the atrributes of the theme folder but I am not able. I tried it with FTPUploader and with the provider WebFTP. Especially the folders of themes I got with Spartacus are not to change. Maybe there is an easy solution but couldn find it.
sincerely
disc
sincerely
disc
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: How can I change the folder attributes?
Hi!
You can configure the spartacus plugin to indicate, which directory/file permissions it can set to new folders. This you might need to change for future downloads.
To fix the permissions of current directories you either need to ask your provider to set those, or you might try the 'fixperm.php' script mentioned in the FAQ on www.s9y.org.
Best regards,
Garvin
You can configure the spartacus plugin to indicate, which directory/file permissions it can set to new folders. This you might need to change for future downloads.
To fix the permissions of current directories you either need to ask your provider to set those, or you might try the 'fixperm.php' script mentioned in the FAQ on www.s9y.org.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Changing Attributes of Folders with fixperm.php
Maybe I should describe for the other people how I reached the target...
I created a file called fixperm.php
wrote the following in it:
<?php
chmod('/the/way/to/the/target_folder/', 0777);
?>
(the target_folder is the folder which attributes has to change)
I copied the fixperm.php in the root folder of Serendipity
then I called that script via http://myblog/the/way/to/the/[b]root[/b]_folder/fixperm.php
done!
and again, thank you Garvin
greatings from
http://www.dimitri.de/
I created a file called fixperm.php
wrote the following in it:
<?php
chmod('/the/way/to/the/target_folder/', 0777);
?>
(the target_folder is the folder which attributes has to change)
I copied the fixperm.php in the root folder of Serendipity
then I called that script via http://myblog/the/way/to/the/[b]root[/b]_folder/fixperm.php
done!
and again, thank you Garvin
greatings from
http://www.dimitri.de/