Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Karl W. Mueller 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
-
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
-
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";