Koozali.org: home of the SME Server

phprojekt file up/download

Karl W. Mueller

phprojekt file up/download
« on: September 17, 2001, 07:47:43 PM »
We have phprojekt on an e-smith 4.12 box  Only the file up/download funktion doesn´t do it. (it is the same problem as described in www.e-smith.org/bboard/read.php?v=t&f=3&i=5282&t=5282

At the phprojekt bulletin board there are several threads about this problem but there is no solution, that does it for me.

I tried to set the absolute path to the "files" directory "/home/e-smith/files/ibays/groupware/html/files/" and the relative path to "/files/" in the config.inc.php

When I try to upload a file I get an error telling me, that my relative path isn´t set correctly.


Can anybody help ?


Karl W. Müller

Karl W. Mueller

Re: phprojekt file up/download
« Reply #1 on: September 26, 2001, 11:37:08 AM »
Solved the problem by myself.  I compared my config.inc.php with some postings at the phprojekt bbs and corrected the relative path to "files"   ... just two slashes to much - thats all.

Karl W. Mueller

Adam Thompson

Re: phprojekt file up/download
« Reply #2 on: May 22, 2003, 03:13:32 AM »
I have no idea how you did it because i cannot upload the files no matter what i do.
All i get is Oops! Something went wrong ...
Please check whether the file exists in the upload directory
(Maybe the webserver is not allowed to copy the file from the tmp dir into the upload dir)
and the variable dat_rel in the config has the correct value.
Typical values would be:
dateien = "/usr/local/httpd/phprojekt/file"; and dat_rel = "file"; for Linux or dateien = "c:\htdocs/phprojekt/file"; and dat_rel = "file"; for windows.
I have done everything. chmod 777 the files directory
the File manager in my configinc.php file looks like this
// file manager
$dateien = "/home/e-smith/files/ibays/groupware/html/files/"; //  File management no = leave empty,  yes = insert full path
$dat_rel = "files"; // and the relative path to the PHProjekt directory
$dat_crypt = "0"; // Scramble filenames
$filemanager_notify = "0";
$filemanager_versioning = "1";