Ticket #1054 (closed defect: fixed)

Opened 10 months ago

Last modified 9 months ago

Set the PHP temporary directory in filemanager

Reported by: Cube Assigned to:
Priority: minor Milestone: ispCP ω 1.0.0 - RC4
Component: Tools Version: ispCP ω 1.0.0 - RC3
Severity: Easy Keywords: filemanager
Cc:

Description

In gui/tools/filemanager/main.inc.php this should be enabled:

// Set the PHP temporary directory
//      putenv("TMPDIR=" . $net2ftp_globals["application_tempdir"]);

Without this setting you can't see anything in the filemanager.
Forum thread about this topic

Attachments

Change History

02/18/08 15:37:32 changed by rats

  • owner changed.
  • priority changed from major to minor.
  • component changed from Backend (Engine) to Tools.
  • severity changed from Don't know to Easy.
  • milestone changed from Working to ispCP ω 1.0.0 - RC4.

(follow-up: ↓ 3 ) 02/18/08 20:13:46 changed by rats

  • status changed from new to closed.
  • resolution set to fixed.

I hope this works. Otherwise we have to set $net2ftp_globalsapplication_tempdir? to the phptmp-dir.

(in reply to: ↑ 2 ) 03/10/08 21:10:56 changed by anonymous

Replying to rats:

I hope this works. Otherwise we have to set $net2ftp_globalsapplication_tempdir? to the phptmp-dir.

This worked for me, thanks!


Add/Change #1054 (Set the PHP temporary directory in filemanager)




Action