WebArea/Compat/Flyspray/En

From TuxFamilyFAQ
Revision as of 17:57, 12 November 2008 by Yannick (talk | contribs)
Jump to navigationJump to search


WebArea/En > compatibility flyspray

  • problem of temporary memory (impossible to write in the directory /tmp)
path includes/class.flyspray.php

function get_tmp_dir()
{
 return $_SERVER["DOCUMENT_ROOT_HASH"].'/../tmp';

...

  • problem of rights (at the moment I cannot do anything but test it, so I don't say that the list is complete)
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