Hi,
I have installed letoDMS-3.2.0 on my NAS (QNAP TS-659 Pro+).
I have completed the installation following the guide made by Doudoux combined with the information regarding how to create tables in the MySQL server.
The output from http://192.168.3.47/dms/check.php is attached.
conf.Settings.php is attached.
Going to http://192.168.3.47/dms/index.php gives me the login screen. After logging in (admin/admin), the page in my browser (http://192.168.3.47/dms/op/op.Login.php) is completely blank. There are no messages on the screen.
I have added the lines
to conf.Settings.php before the line "class Settings".
No errors have been displayed.
The Apache log file is empty.
One thing I have noticed is that the behavior is the same regardless of username/password - even for non-exising users... I guess the execution fails before the user validation?
Any ideas on how to fix this?
Regards,
Soren
I have installed letoDMS-3.2.0 on my NAS (QNAP TS-659 Pro+).
I have completed the installation following the guide made by Doudoux combined with the information regarding how to create tables in the MySQL server.
The output from http://192.168.3.47/dms/check.php is attached.
conf.Settings.php is attached.
Going to http://192.168.3.47/dms/index.php gives me the login screen. After logging in (admin/admin), the page in my browser (http://192.168.3.47/dms/op/op.Login.php) is completely blank. There are no messages on the screen.
I have added the lines
Code:
ini_set("html_errors", 1);
ini_set("display_erors", 1);
ini_set("error_reporting", E_ALL);
No errors have been displayed.
The Apache log file is empty.
One thing I have noticed is that the behavior is the same regardless of username/password - even for non-exising users... I guess the execution fails before the user validation?
Any ideas on how to fix this?
Regards,
Soren