02-23-2011, 07:43 PM
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
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