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


blank page without error - nauseam - 02-05-2011

Hi,
I already see another threads with the same problem, but i tried their solution without success. The db should be ok, i created the tables and put the right dbname, user and pw in the inc-file. I have a hosted package: in my php-info output i see:

_SERVER["DOCUMENT_ROOT"] =/srv/www/abc.de

and i copied everything in the subfolder epa/dok/leto/ and as data-folder i created epa/dok/dateien/ (chmod 777)

url to leto: http://www.abc.de/epa/dok/leto/

that means i write:
var $_contentDir = "/srv/www/abc.de/epa/dok/dateien/";
var $_httpRoot = "/epa/dok/leto/";
var $_rootDir = "/srv/www/abc.de/epa/dok/leto/";
var $_ADOdbPath = "/srv/www/abc.de/epa/dok/leto/adodb/";

anybody see my silly mistake? (i get a blank page with this address: out/out.ViewFolder.php)

regards
nauseam


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

(02-05-2011, 12:55 AM)nauseam Wrote: Hi,
I already see another threads with the same problem, but i tried their solution without success. The db should be ok, i created the tables and put the right dbname, user and pw in the inc-file. I have a hosted package: in my php-info output i see:

_SERVER["DOCUMENT_ROOT"] =/srv/www/abc.de

and i copied everything in the subfolder epa/dok/leto/ and as data-folder i created epa/dok/dateien/ (chmod 777)

url to leto: http://www.abc.de/epa/dok/leto/

that means i write:
var $_contentDir = "/srv/www/abc.de/epa/dok/dateien/";
var $_httpRoot = "/epa/dok/leto/";
var $_rootDir = "/srv/www/abc.de/epa/dok/leto/";
var $_ADOdbPath = "/srv/www/abc.de/epa/dok/leto/adodb/";

anybody see my silly mistake? (i get a blank page with this address: out/out.ViewFolder.php)

regards
nauseam

hello

which version ?

for 2.x version try
PHP Code:
var $_ADOdbPath "/srv/www/abc.de/epa/dok/leto/"

or see Check configuration after an installation




RE: blank page without error - nauseam - 02-05-2011

hi,
thank you for useful link - i get a blank page without any error when i point to check.php... i have leto2.0.2, php4.4.9, apache on my webhosting-package. (at localhost everything is working fine)
nauseam

(I also replaced the adodb-folder with the older version because its not php5 running)


RE: blank page without error - swen - 02-23-2011

My installations produced only blank pages.
I used Debian Lenny, now Debian Squeeze
unpacked LetoDMS-3.0.0b.zip in /var/www/

create_tables.sql did not insert any user as there is one column entry too much for tblUsers !
I put the correct INSERTs from create_tables-innodb.sql and inserted users with
http://localhost/phpmyadmin/
the mystical logic of directories in ./conf/conf.Settings.php is yet unclear to me, so I put in all included php-file an
echo "<!-- actual-filename-with-path -->\n";
at the beginning and checked the resulting HTML-source-text, after calling
http://localhost/LetoDMS-3.0.0b/out/out.Login.php
step by step I replaced all not functioning require_once() with absolute, hard coded paths

finally I got it working after login with user admin (password admin)
and included my first pdf-file.

Hard work for my first hack in PHP, but now I will see, how to use LetoDMS with lots of pdfs.

Swen



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

(02-23-2011, 07:43 PM)swen Wrote: My installations produced only blank pages.
I used Debian Lenny, now Debian Squeeze
unpacked LetoDMS-3.0.0b.zip in /var/www/

create_tables.sql did not insert any user as there is one column entry too much for tblUsers !
I put the correct INSERTs from create_tables-innodb.sql and inserted users with
http://localhost/phpmyadmin/
the mystical logic of directories in ./conf/conf.Settings.php is yet unclear to me, so I put in all included php-file an
echo "<!-- actual-filename-with-path -->\n";
at the beginning and checked the resulting HTML-source-text, after calling
http://localhost/LetoDMS-3.0.0b/out/out.Login.php
step by step I replaced all not functioning require_once() with absolute, hard coded paths

finally I got it working after login with user admin (password admin)
and included my first pdf-file.

Hard work for my first hack in PHP, but now I will see, how to use LetoDMS with lots of pdfs.

Swen

hi Swen

thanks for trying out our new LetoDMS 3.0 Beta

you didn't need to do that you could have downloaded 2.02 without any problem the only reason you have a problem with 3.0 because its beta there is a stable version coming out in March 1 2011

and you should be able to install it without a hassle

and i just wanna say sorry for inconvenience we cause you

thanks for hanging with us

LetoDMS team.


RE: blank page without error - swen - 02-23-2011

Hakuna matata.

getting an expert requires to make all possible mistakes and analye them ;-)

I really learned a lot, but now I will wait for March 1.

Thanks for your work!

Swen
http://als-solche.de/


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

hi Swen

you can download LetoDMS 3.0 now its available

Thanks

LetoDMS team.



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

(02-24-2011, 05:17 PM)administrator Wrote: hi Swen

you can download LetoDMS 3.0 now its available

Thanks

LetoDMS team.

Hi,

I have installed version 3.0 on a synology diskstation, but I have the same problem. I only get a blank page.
I have attached my conf/conf.Settings.php.
Could you see there a problem ?

Thanks for your help


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

(02-24-2011, 09:47 PM)Tscheggi Wrote:
(02-24-2011, 05:17 PM)administrator Wrote: hi Swen

you can download LetoDMS 3.0 now its available

Thanks

LetoDMS team.

Hi,

I have installed version 3.0 on a synology diskstation, but I have the same problem. I only get a blank page.
I have attached my conf/conf.Settings.php.
Could you see there a problem ?

Thanks for your help

hi can you please post your php version and mysql version too please

plus run this

http://forums.letodms.com/showthread.php?tid=244

and post the results

Thanks

LetoDMS team


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

Quote:hi can you please post your php version and mysql version too please

plus run this

http://forums.letodms.com/showthread.php?tid=244

and post the results

Thanks

LetoDMS team

Hi,

thank you. I've started the check.php and I could fix some errors.
I have still a problem with the core_dir.
At the moment i get the login-Screen on my page.

PHP-version : 5.3.2
mySql : 5.1.49

here the results from check.php :
Quote:LetoDMS 3.0.0 check configuration

Check Apache configuration

Apache version: Apache/2.2.16 (Unix) mod_ssl/2.2.16 OpenSSL/1.0.0a PHP/5.3.2
mod_rewrite : Ok

Check PHP configuration

PHP version: 5.3.2
gd2 : Ok
mbstring : Ok
database - mysql - : Ok
ldap (optional) : Error

Active PHP extension: php_ldap (optional)

Check LetoDMS configuration
settings->_rootDir : Ok
settings->_coreDir : Error

Current value : /var/services/web/letodms/Core/
Suggestion value : /volume1/web/letodms/
settings->_httpRoot : Ok
settings->_contentDir : Ok
settings->_ADOdbPath : Ok
database : Ok

Check other configuration
Cookies : OK

Informations

Limit size for uploading file (upload_max_filesize): 32M

Limit size for uploading file (post_max_size): 32M

SMTP server (SMTP): localhost

Limits of the execution time (max_execution_time): 240 s

END