|
From: Phillip J. <pj...@ha...> - 2006-06-24 18:17:33
|
Kevin,
It explains in the tutorial what is necessary to do.
{
If you get the following message:
can not write to 'compileDir', which is '/path/to/wasp/install/
directory/templates_c/'
Please give write and enter-rights to it
Make sure you have a templates_c directory in your wasp build
directory and that it has the correct permissions for your webserver
to read and write to it. This is the compiled templates directory
where Flexy writes all of the compiled php code it generates from
the .chunk files.
}
You have to give whatever user your web server runs as the rights to
write to the above mentioned path.
If on linux:
# chmod +w /path/to/templates_c/
# chown apache:apache /path/to/templates_c/ -R
Not sure what to do in windows.. Hope that helped.
Cheers,
Phillip Jacobs
On Jun 24, 2006, at 12:59 PM, Kevin Ethridge wrote:
> Hello,
> I am trying to work through the 'Blog' tutorial and ran into the
> issue: "can not write to 'compileDir' . What command to I need to
> run to set the correct permission?
>
> Using Tomcat but need to do more? Need to support web services,
> security?
> Get stuff done quickly with pre-integrated technology to make your
> job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?
> cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wasp-users mailing list
> Was...@li...
> https://lists.sourceforge.net/lists/listinfo/wasp-users
|