Posts: 19
Threads: 1
Joined: Feb 2011
Reputation:
0
(02-25-2011, 08:20 PM)Doudoux Wrote: otherwise in index.php file add
PHP Code:
<?php
ini_set('display_errors', 1);
to log errors.
Doudoux
Hi,
where will the erros logged ?
At the moment the login works, but if I want to Add a new document I get "an error has occured".
But where is the error ?
My data-Directory is 777 ...
Could this be a problem with the core ?
Thank you
Dirk
Posts: 19
Threads: 1
Joined: Feb 2011
Reputation:
0
Hi,
I'm still having my "little" problem.
I don't think that the user or the group ist the problem.
I've made a little php-script like this :
$test=mkdir( "/var/services/web/letodms/data/dirk" , 0777);
echo "test = ".$test;
If I call this, it always works fine
But the "mkdir"-function in "Core/inc.FileUtils.php" always returns NULL
Do you have an idea ?
Thank you
Dirk
Posts: 101
Threads: 21
Joined: Oct 2010
Reputation:
0
Hi,
I'm fighting the same problem in LetoDMS 3.0 RC3. Just a blank page and nothing happens. I did run check.php and it reports that the root and the adodb directory are not OK but they are existing and are accessible (777). The path's i'm using are the real ones that the web server uses, i verified that with phpinfo. The paths suggested are the file system paths.
On the same share i had a running version of LetoDMS 2.0.2 which never made any problems.
The output of check.php is attached.
Any suggestions?
Thanks in advance.