Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
installing LetoDMS in public_html blank page
#1
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";
var 
$_httpRoot "/letoDMS-1.9/";
var 
$_contentDir "/media/storage/multimedia/BOOKS/letodms/";
var 
$_ADOdbPath "adodb/"

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
PHP 5.3.3-1
MySQL 5.1.47-1

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.
Reply
#2
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
Reply
#3
(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?

thanks

LetoDMS

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.1
CHANGELOG drupal-theme index.php languages out README themes UPDATE-v1.9
where adodb has:
Quote:adodb-active-record.inc.php adodb-lib.inc.php cute_icons_for_site rsfilter.inc.php
adodb-active-recordx.inc.php adodb-memcache.lib.inc.php datadict server.php
adodb-csvlib.inc.php adodb-pager.inc.php docs session
adodb-datadict.inc.php adodb-pear.inc.php drivers tests
adodb-errorhandler.inc.php adodb-perf.inc.php lang toexport.inc.php
adodb-error.inc.php adodb-php4.inc.php license.txt tohtml.inc.php
adodb-errorpear.inc.php adodb-time.inc.php pear xmlschema03.dtd
adodb-exceptions.inc.php adodb-xmlschema03.inc.php perf xmlschema.dtd
adodb.inc.php adodb-xmlschema.inc.php pivottable.inc.php xsl
adodb-iterator.inc.php contrib readme.txt
and 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 ?
Reply
#4
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
Reply
#5
(08-13-2010, 08:44 PM)administrator Wrote: 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
I 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.
Reply
#6
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 ?
Reply
#7
(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 ?

thanks

LetoDMS

p.s mattoe or alekseyn probably reply for you

last thing did you try letodms in a different browser ?

if some site doesn't open in Firefox, what good is it ?
Reply
#8
(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.
Reply
#9
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.php
in 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/>
AllowOverride AuthConfig
Options +FollowSymLinks
</Directory>
Reply
#10
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...402#pid402
Reply


Forum Jump:


Users browsing this thread: