Hi Sappu,
Happy to help.
Let me know how you get on. If you're interesting, I can suggest one more workaround: WARNING, I have not done these steps myself, simply making some assumptions about how LetoDMS works!
So, conf/settings.xml is created after installation, so try using my copy (see pasted below between >>> and <<<).
Steps again:
- Clean install as before, but this time, do not run the install.php
- XTerm: Create mySQL tables: mysql -u letodms -p letodms < install/create_tables.sql
- rm -rf conf/ENABLE_INSTALL_TOOL
- gedit conf/settings.xml (edit-paste text from attached file).
- Update any directory or MySQL fields as appropriate to your setup. This setup assumes /var/www/html/letodms as the main folder.
- if you do not have /opt/letodms folder, as a test, you could change this to /var/www/html/letodms (/lucene /staging) for the 3 ContentDir fields. It's not recommended, but for now, it's simply to try get it running.
- Zend Framework is not configured in this example, but again, if it works, that could be revisited and updated.
- Try to run LetoDMS.
Again, I've not tried this myself, but assuming settings.xml is correct, the rest should work. It's not ideal, but might work!
Today I'm looking at LetoDMS on Windows, so for now, continuing to mess around with it and happy to answer any further questions.
IAT.
conf/settings.xml
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<site>
<display siteName="letoDMS" footNote="letoDMS free document management system -
www.letodms.com" printDisclaimer="true" language="English" theme="clean">
</display>
<edition strictFormCheck="false" viewOnlineFileTypes=".txt;.text;.html;.htm;.pdf;.gif;.png;.jpg;.jpeg" enableConverting="true" enableEmail="true" enableUsersView="true" enableFullSearch="true" enableFolderTree="true" expandFolderTree="1">
</edition>
<calendar enableCalendar="true" calendarDefaultView="y" firstDayOfWeek="0">
</calendar>
</site>
<system>
<server rootDir="/var/www/html/letodms/" httpRoot="/letodms/" contentDir="/opt/letodms/" stagingDir="/opt/letodms/staging/" luceneDir="/opt/letodms/lucene/" logFileEnable="true" logFileRotation="d" enableLargeFileUpload="true" partitionSize="2000000">
</server>
<authentication enableGuestLogin="false" enablePasswordForgotten="false" restricted="true" enableUserImage="false" disableSelfEdit="false">
<connectors>
<connector enable="false" type="ldap" host="ldaps://ldap.host.com" port="389" baseDN="">
</connector>
<connector enable="false" type="AD" host="ldap.example.com" port="389" baseDN="" accountDomainName="example.com">
</connector>
</connectors>
</authentication>
<database ADOdbPath="/var/www/html/letodms/" dbDriver="mysql" dbHostname="localhost" dbDatabase="letodms" dbUser="letodms" dbPass="letodms">
</database>
<smtp smtpServer="localhost" smtpPort="25" smtpSendFrom="letodms@localhost"/>
</system>
<advanced>
<display siteDefaultPage="" rootFolderID="1" titleDisplayHack="true">
</display>
<authentication guestID="2" adminIP="">
</authentication>
<edition enableAdminRevApp="false" versioningFileName="versioning_info.txt">
</edition>
<server coreDir="/var/www/html/letodms/" luceneClassDir="/var/www/html/letodms/" contentOffsetDir="1048576" maxDirID="0" updateNotifyTime="86400" maxExecutionTime="30">
</server>
</advanced>
</configuration>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
(04-20-2012, 04:15 PM)sappu Wrote: Thanks for helping me .but i still didnot resolve it....iam continously following your solution...
now iam going to fresh install.