Difference between revisions of "WebArea/Compat/Flyspray/En"
From TuxFamilyFAQ
Jump to navigationJump to searchm |
|||
Line 2: | Line 2: | ||
[[WebArea/En]] > compatibility flyspray | [[WebArea/En]] > compatibility flyspray | ||
− | * problem of temporary | + | * problem of temporary directory (cannot write in the /tmp directory) |
path includes/class.flyspray.php | path includes/class.flyspray.php | ||
Line 10: | Line 10: | ||
... | ... | ||
− | * problem | + | * rights problem |
dans feed.php | dans feed.php |
Revision as of 18:04, 12 November 2008
WebArea/En > compatibility flyspray
- problem of temporary directory (cannot write in the /tmp directory)
path includes/class.flyspray.php function get_tmp_dir() { return $_SERVER["DOCUMENT_ROOT_HASH"].'/../tmp';
...
- rights problem
dans feed.php chmod($cachefile, 02775);
- 2008/11/12 Seems the installation wrongly says:
../cache Un-writeable ../attachments Un-writeable
I set those folders to chmod 2775 and it seems to work even if the installation setup clame it is not... Version of flyspray: 0.9.9.5.1