Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
How do I make a textpattern directory writable, on a localserver ?
Hi,
I’ve installed textpattern on my wamp.
I’m having this Pre-flight check:
“File directory path is not writable: http://localhost/dc_textpattern/files
Temporary directory path is not writable: http://localhost/dc_textpattern/textpattern/textpattern/tmp”
At my webserver (textdrive) I know how to make these directorys writable, using the sftp.
But on a localserver I do not know how to do it?
Sorry if it’s kind of a silly question…
Francis
Offline
#2 2007-02-17 08:16:46
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: How do I make a textpattern directory writable, on a localserver ?
Windows already allows files and folders to be writable. Your problem is that you have entered urls not paths. Open up your config file, and look at the $txpcfg['txpath']
line to see the kind of thing it expects.
On my computer, one of my Txp installs is at C:\webdev\www\public\txp\dev\textpattern
, so the files folder is at C:\webdev\www\public\txp\dev\files
and the tmp folder is at C:\webdev\www\public\txp\dev\textpattern\tmp
.
Offline
Re: How do I make a textpattern directory writable, on a localserver ?
Thanks a lot Mary…
I’ll do just that. It was a silly question after all ;-)
Francis
Offline
Re: How do I make a textpattern directory writable, on a localserver ?
Yeap:
Pre-flight check
All checks passed!
Thanks again Mary…
Offline