![]() |
Lost in an Install Loop - 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: Lost in an Install Loop (/showthread.php?tid=465) |
RE: Lost in an Install Loop - steinm - 03-22-2012 (03-22-2012, 03:46 AM)yerg Wrote: Thanks EricM Zend is only needed for the full text search which you don't want. If the installation doesn't get through without it, then this has to be fixed. Uwe RE: Lost in an Install Loop - yerg - 03-22-2012 ok then we can ignore the zend issue ... fine by me anything to make life simpler My major frustration is the inconsistency within the references within multiple files here is just three within the coding conf/conf.Settings.php var $_httpRoot = "/letoDMS-3.0.0/"; conf/settings.xml httpRoot = "/letodms/" inc/inc.ClassSettings.php var $_httpRoot = "/letoDMS/"; And then the help file says other things The problem is once you start it never stops. RE: Lost in an Install Loop - EricM - 03-22-2012 Code: conf/conf.Settings.php Code: conf/settings.xml Code: inc/inc.ClassSettings.php 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? RE: Lost in an Install Loop - yerg - 03-23-2012 Erick thanks for persisting The installer refuses to work in any environment, tried three different hosts with differing environments all I ever get is Quote:letoDMS Installation for version 3.3.0Pear is always installed and I don't wish to use the other 2 yet that's it, the system goes no where. So I go and install the rest ... no change in the response. End of the ability to install using the installer ![]() So now to the manual process Code: conf/conf.Settings.php Code: conf/settings.xml When I install code such as this I figure that what is provided as a default is left that way and only the bare minimum is added, user/pass etc, so that things function correctly straight away. If I wish to fiddle then fine I wear the angst. Is there a folder list from a real live install that is able to be provided so that when the installer fails the manual install is not so messy? Pretty please? RE: Lost in an Install Loop - EricM - 03-23-2012 (03-23-2012, 02:58 AM)yerg Wrote: The installer refuses to work in any environment, tried three different hosts with differing environments all I ever get is The installer would use the values in settings.xml to fill in values for the form. Then you can edit the values in the form and the installer saves them back to settings.xml. Honestly, the one error with PEAR Log is bug in Leto, since PEAR Log is only needed by WebDAV, which is optional. I suppose if I was a PHP coder, I'd investigate that issue more closely. (If you want to try the installer again it might be possible to place the Log sources in the letodms top-level directory. Since the include_path has "." in it, it might work. Or, you could add the path to Log.php into install.php and inc.ClassSettings.php. Anyway, that's a different discussion/hack.) (03-23-2012, 02:58 AM)yerg Wrote: Is there a folder list from a real live install that is able to be provided so that when the installer fails the manual install is not so messy? Pretty please? About my installation: LetoDMS is on my server in /home/EricM/public_html/Docs/letodms/, such that this path contains Leto's index.php. LetoDMS_Core is in /home/EricM/public_html/Docs/letodms/LetoDMS_Core/ such that this path contains Core.php AdoDB in /home/EricM/public_html/Docs/letodms/adodb, such that this path contains adodb.inc.php To the best of my knowledge, here are the critical parts of settings.xml (you might have to scroll in the code box to see it all) Code: <server I do hope this helps... RE: Lost in an Install Loop - yerg - 03-23-2012 Ok changed all to same end point as yours all directories are as they should be - tick checked conf.Setting.php and settings.xml to ensure all the spelling is ok - tick Visit domain.com/letodms/ Visit domain.com/letodms/install Code: Parse error: syntax error, unexpected '{' in /nfs/c02/h04/mnt/24728/domains/domain.com/html/letodms/inc/inc.ClassSettings.php on line 847 ![]() RE: Lost in an Install Loop - EricM - 03-23-2012 Have you modified inc.ClassSettings.php? (03-23-2012, 05:41 AM)yerg Wrote: Ok changed all to same end point as yours RE: Lost in an Install Loop - yerg - 03-24-2012 Correct ... no change to that file RE: Lost in an Install Loop - EricM - 03-24-2012 Ah... ![]() What about modifications to inc.Settings.php maybe? (03-24-2012, 04:53 AM)yerg Wrote: Correct ... no change to that file RE: Lost in an Install Loop - yerg - 03-24-2012 No changes there either |