LetoDMS Community Forum
blank page without error - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: blank page without error (/showthread.php?tid=232)

Pages: 1 2 3


RE: blank page without error - Doudoux - 02-25-2011

Hy

The check.php file is for 3.0.0b version.
I have some problem with 3.0.0 RC2 and the check.php file isn't updated.

If you use 3.0.0 RC2 version, try to move /var/services/web/letodms/Core/core.php file in /var/services/web/letodms/ folder.


otherwise in index.php file add
PHP Code:
ini_set('display_errors'1); 
to log errors.

Doudoux


RE: blank page without error - Tscheggi - 02-25-2011

(02-25-2011, 08:20 PM)Doudoux Wrote: otherwise in index.php file add
PHP Code:
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



RE: blank page without error - Doudoux - 02-25-2011

(02-25-2011, 09:05 PM)Tscheggi Wrote: where will the erros logged ?

In your page in the web browser

(02-25-2011, 09:05 PM)Tscheggi Wrote: At the moment the login works, but if I want to Add a new document I get "an error has occured".
Could this be a problem with the core ?

No. I don't think.

Check your PHP config :
file_uploads = ??
upload_tmp_dir = ??
upload_max_filesize = ??



RE: blank page without error - Tscheggi - 02-28-2011

Hi,

Quote:Check your PHP config :
file_uploads = ??
upload_tmp_dir = ??
upload_max_filesize = ??

file_uploads = on
upload_tmp_dir = no value
upload_max_filesize = 32M

Is the "upload_tmp_dir" the problem ?
With other Apps I don't have any problems.

Thank you
Dirk




RE: blank page without error - Tscheggi - 02-28-2011

I've looked into the code.
My problem is located in the "data"-Directory.
The function "make_dir" couldn't create a new directory.

But I don't know how to fix this, because the directory is on "777" Huh


RE: blank page without error - administrator - 02-28-2011

(02-28-2011, 04:24 PM)Tscheggi Wrote: I've looked into the code.
My problem is located in the "data"-Directory.
The function "make_dir" couldn't create a new directory.

But I don't know how to fix this, because the directory is on "777" Huh

hi

if that's your problem then you need to make sure in your server /var/services/web/letodms/data/ is in the apache group so apache can access it 777 is for the application to access it but apache has it own way

thanks

LetoDMS Team.



RE: blank page without error - Tscheggi - 03-03-2011

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




RE: blank page without error - Daniel - 03-22-2011

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.


RE: blank page without error - Doudoux - 03-22-2011

(03-22-2011, 01:11 AM)Daniel Wrote: 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.

Hi

try /var/services/web/docu/ for ADOdbPath

doudoux



RE: blank page without error - Daniel - 03-23-2011

(03-22-2011, 03:31 AM)Doudoux Wrote: Hi

try /var/services/web/docu/ for ADOdbPath

doudoux

Thanks, this solved the problem for adodb. I change the Core directory setting to the same path, but still not OK.

It says:

Current value : /var/services/web/docu/
Suggestion value : /volume1/web/docu/

Do i need to copy and change some files to get this working?

Daniel