Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-07-18 03:15:16
- mrflume
- New Member
- Registered: 2007-07-18
- Posts: 3
Problem setting up textpattern
In the Pre-Flight check under Diagnostics I have some errors. Image directory is not writable, File directory is not writable, Clean Url test failed, and a file path error that says it still exists. Can someone explain to me why these errors are coming up? thanks.
Last edited by mrflume (2007-07-18 03:17:07)
Offline
Re: Problem setting up textpattern
Offline
#3 2007-07-18 21:58:58
- mrflume
- New Member
- Registered: 2007-07-18
- Posts: 3
Re: Problem setting up textpattern
ok I see one of my problems and it’s talking about changing permissions on a folder w/ chmod 777. How do I go about doing this?
Offline
Re: Problem setting up textpattern
mrflume wrote:
ok I see one of my problems and it’s talking about changing permissions on a folder w/ chmod 777. How do I go about doing this?
log on to your server via your ftp client. then you can generally right click whichever folder needs changing and choose “change attributes” or whatever it may be for you.
Last edited by iblastoff (2007-07-18 22:35:41)
Offline
#5 2007-07-20 01:07:06
- mrflume
- New Member
- Registered: 2007-07-18
- Posts: 3
Re: Problem setting up textpattern
I am using apache and running the server on my MAC. How do i do this without using an FTP client?
Offline
Re: Problem setting up textpattern
select the folder in question and hit option + i (look for “Ownership & Permissions”)
(or right/ctrl-click and “Get Info”)
Last edited by sthmtc (2007-07-20 01:24:25)
Offline
Re: Problem setting up textpattern
Or if you open up Terminal (Applications/Utilities), you can do the following:
cd ~/Sites/dev_site/ (or wherever your root-txp install is)
chmod 777 files
chmod 777 images
Offline
Pages: 1