Code:
conf/conf.Settings.php
var $_httpRoot = "/letoDMS-3.0.0/";
Code:
conf/settings.xml
httpRoot = "/letodms/"
Code:
inc/inc.ClassSettings.php
var $_httpRoot = "/letoDMS/";
So, now I'm curious if the values in settings.xml match your installation. Somehow, it must, since you were able to run the installer successfully. But I'm confused by the httpRoot value. Is your settings.xml file in the path "/home/brettdi1/public_html/domain.com/conf/settings.xml", or somewhere else?