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

From TuxFamilyFAQ
Jump to navigationJump to search
 
(2 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[WebArea/En]] > compatibility flyspray
 
[[WebArea/En]] > compatibility flyspray
  
* problem of temporary memory (impossible to write in the directory /tmp)
+
* rights problem
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
 
  dans feed.php
Line 22: Line 14:
 
I set those folders to chmod 2775 and it seems to work even if the installation setup clame it is not...
 
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
 
Version of flyspray: 0.9.9.5.1
 +
Also confirmed with 0.9.9.6

Latest revision as of 07:54, 9 January 2010


WebArea/En > compatibility flyspray

  • 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 Also confirmed with 0.9.9.6