Difference between revisions of "WebArea/Compat/Flyspray/En"

From TuxFamilyFAQ
Jump to navigationJump to search
m

Revision as of 15:14, 17 January 2008


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);