tsep-dev team mailing list archive
-
tsep-dev team
-
Mailing list archive
-
Message #00042
Re: [Question #151047]: Performing the Installation
Question #151047 on The Search Engine Project changed:
https://answers.launchpad.net/tsep/+question/151047
Geoff proposed the following answer:
What should happen is the following directory structure is created under
tmp:
tmp/ [chmod to 777]
logs/ [chmod to 777]
cache/ [chmod to 777]
models/ [chmod to 777]
persistent/ [chmod to 777]
Each one of those directories is checked by the is_writable() function
of PHP. If the function returns false, and an attempt to create those
directories fails, then this type of error is thrown. If you can create
those directories, and make sure each one of them is_writable(), then
you should be able to fix this error.
--
You received this question notification because you are a member of TSEP
Development, which is an answer contact for The Search Engine Project.