![]() |
Blank page after login... - 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 after login... (/showthread.php?tid=413) |
Blank page after login... - dittmer - 12-14-2011 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 Code: ini_set("html_errors", 1); 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 RE: Blank page after login... - steinm - 12-14-2011 (12-14-2011, 09:00 PM)dittmer Wrote: Hi, Have you tried 3.2.1? check.php may not propperly work anymore, so I wouldn't rely on it. Could this be the missing Log.php problem? Uwe RE: Blank page after login... - dittmer - 12-15-2011 Hi, I'm not quite sure what the "missing Log.php problem" is exactly, but I have a Log.php located in the Core directory: Code: # find /share/Web/dms -name Log.php Is that what you asked about? Should I make a complete install of 3.2.2 from scratch (since that is the most recent version) or should I update? Regards, Soren RE: Blank page after login... - steinm - 12-16-2011 (12-15-2011, 06:31 PM)dittmer Wrote: Hi, Upgrade isn't needed unless you intend to use webdav. Why did you put Log.php into LetoDMS_Core? Im pretty sure that it would be found there. Uwe RE: Blank page after login... - dittmer - 12-16-2011 That location was just lifted out of Doudoux' installation guide lines: Code: - ungzip and untar Logxxx.tgz in <rootdir>/LetoDMS_Core The path was adjusted in the settings files, and (even though check.php is not to be trusted completely) check.php found it correctly. My assumption is/was, that the concern with check.php is not what it finds but rather what it doesn't include, right? I tried to install version 3.2.2 but the installation failed initially because Log was required as a pear package. This was not the case for 3.2.0. What about 3.2.1? Pear does not seem particularly well supported for QNAP, but I can give it a try. I have no idea about it though... ;-) Do you think that the issue here has to do with Log.php and if so, that installing it as a pear package would help? Regards, Soren RE: Blank page after login... - steinm - 12-16-2011 (12-16-2011, 04:31 PM)dittmer Wrote: That location was just lifted out of Doudoux' installation guide lines: Log is provided as a package through pear, but basically it is just a tgz file that you can extract in your php include path. I just got to be found by php. Uwe |