![]() |
installing LetoDMS in public_html blank page - 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: installing LetoDMS in public_html blank page (/showthread.php?tid=137) |
installing LetoDMS in public_html blank page - gnu_d - 08-13-2010 Hi, I'm trying to install LetoDMS in public_html, which is located in my /home/$USER folder. This is part of the contents of the settings file: PHP Code: var $_rootDir = "/home/$USER/public_html/letoDMS-1.9"; When I try to open the site, using this link: http://localhost/~$USER/letoDMS-1.9/index.php it only shows a blank page. I enabled errors to be logged in php.ini, but I can't see any. I got: Quote:Apache 2.2.15-2 Permissions: All the files got as user nobody and group users, nobody is set as default user in httpd.conf. The root folder, i.e letoDMS-1.9 got 777 flag. P.S: replace $USER with a string, e.g: yourname. RE: installing LetoDMS in public_html blank page - administrator - 08-13-2010 did you download and install the ADODB database abstraction library from http://adodb.sf.net/ since MyDMS relies upon it for all database connectivity? thanks LetoDMS RE: installing LetoDMS in public_html blank page - gnu_d - 08-13-2010 (08-13-2010, 07:48 PM)administrator Wrote: did you download and install the ADODB database abstraction library from http://adodb.sf.net/ since MyDMS relies upon it for all database connectivity? I downloaded it, but when I extracted it, I realized that there is a built-in version of it already in the MyDMS folder. This is the directory structure of letoDMS-1.9: Quote:adodb create_tables.sql inc js op styles UPDATE-v1.8.1where adodb has: Quote:adodb-active-record.inc.php adodb-lib.inc.php cute_icons_for_site rsfilter.inc.phpand it was the same as the one I downloaded from sf.net. If the problem is the version, why it's shipped with the package ? RE: installing LetoDMS in public_html blank page - administrator - 08-13-2010 oh ok good you got 1.9 if its 1.9 then adodb should be included ok when you install it , http://localhost/~$USER/letoDMS-1.9/i do this http://localhost/~$USER/letodms instant of LetoDMS-1.9 as a folder that could be one your problem oh please post your setting file here thanks LetoDMS RE: installing LetoDMS in public_html blank page - gnu_d - 08-13-2010 (08-13-2010, 08:44 PM)administrator Wrote: oh ok good you got 1.9 if its 1.9 then adodb should be includedI already gave you that, nvm, check the provided attachment. Edit: I forgot to save the file in Nano in the attachment, so it contained my sensitive data. RE: installing LetoDMS in public_html blank page - administrator - 08-14-2010 did you fix the sensitive date or should i delete the post so you can post again ? thanks LetoDMS p.s mattoe or alekseyn probably reply for you last thing did you try letodms in a different browser ? RE: installing LetoDMS in public_html blank page - gnu_d - 08-14-2010 (08-14-2010, 12:49 AM)administrator Wrote: did you fix the sensitive date or should i delete the post so you can post again ? if some site doesn't open in Firefox, what good is it ? RE: installing LetoDMS in public_html blank page - gnu_d - 08-14-2010 (08-14-2010, 12:49 AM)administrator Wrote: last thing did you try letodms in a different browser ? Firefox, Epiphany, Conqueror, Elinks, Chromium. P.S: The demo (that you host)works on all browsers. RE: installing LetoDMS in public_html blank page - gnu_d - 08-14-2010 I started debugging it, and I found this: Quote: [Sat Aug 14 10:16:13 2010] [error] [client 127.0.0.1] Options FollowSymLinks or SymLinksIfOwnerMatch is off which implies that RewriteRule directive is forbidden: /home/httpd/html/letoDMS-1.9/op/op.Login.phpin my /var/log/httpd/error_log By the way I moved the site into my httpd user. I managed to open the login, but then I get 403 forbidden and the error above. This is my httpd.conf: Quote:<Directory /home/httpd/html/> RE: installing LetoDMS in public_html blank page - alekseyn - 08-16-2010 your settings look ok. 1. try indicating your file upload directory inside the public_html.... 2. or use the path with no cyrillic 3. try making a change as per this threat http://forums.letodms.com/showthread.php?tid=113&pid=402#pid402 |