<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Forums - All Forums]]></title>
		<link>http://forums.letodms.com/</link>
		<description><![CDATA[Forums - http://forums.letodms.com]]></description>
		<pubDate>Fri, 18 May 2012 08:10:26 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Can I lock the navigation tree heirarchy?]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=710</link>
			<pubDate>Wed, 09 May 2012 06:28:17 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=710</guid>
			<description><![CDATA[Can the administrator lock the navigation tree heirarchy? I'd like to prevent the situation where a User accidently deletes/moves position of a folder and it's contents, or completely rearranges the heirarchy!<br />
<br />
Thanks...]]></description>
			<content:encoded><![CDATA[Can the administrator lock the navigation tree heirarchy? I'd like to prevent the situation where a User accidently deletes/moves position of a folder and it's contents, or completely rearranges the heirarchy!<br />
<br />
Thanks...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Prohibit File Download]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=708</link>
			<pubDate>Fri, 27 Apr 2012 07:36:36 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=708</guid>
			<description><![CDATA[Looking to block download of files<br />
This may be site wide or specific user/group<br />
Doesn't matter for now.<br />
<br />
--- edit ---<br />
out/out.ViewDocument.php is the way to go here but only partially<br />
<br />
The popup window gives additional tools to allow the file to be downloaded.<br />
<br />
Hmmm back to the text editor]]></description>
			<content:encoded><![CDATA[Looking to block download of files<br />
This may be site wide or specific user/group<br />
Doesn't matter for now.<br />
<br />
--- edit ---<br />
out/out.ViewDocument.php is the way to go here but only partially<br />
<br />
The popup window gives additional tools to allow the file to be downloaded.<br />
<br />
Hmmm back to the text editor]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installation results in a blank page]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=707</link>
			<pubDate>Thu, 26 Apr 2012 07:43:01 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=707</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
I'm trying to get LetoDMS running on my Arch Linux home server for some days now. I already got all the dependencies worked out (Adodb, Zendframework, Pear, WebDAV etc.), set up the Database according to this (<a href="http://www.letodms.com/doc/doku.php?id=install:install)" target="_blank">http://www.letodms.com/doc/doku.php?id=install:install)</a> but running letodms/install always results in a nearly blank page after filling out all forms. There is neither confirmation that it worked nor any other clue what might have gone wrong after the configuration page.<br />
<br />
Because so, I manually edited letodms/conf/settings.xml. But the result remains the same afterwards.<br />
<br />
If I delete letodms/conf/ENABLE_INSTALL_TOOL I get a blank page (Firefox) when opening localhost/letodms which leads me always straight to letodms/out/out.ViewFolder.php. Chromium tells me about an HTTP-Error 500 (Internal Server Error).<br />
<br />
settings.xml<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;configuration&gt;<br />
&nbsp;&nbsp;&lt;site&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- siteName: Name of site used in the page titles. Default: letoDMS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - footNote: Message to display at the bottom of every page<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - printDisclaimer: if true the disclaimer message the lang.inc files will be print on the bottom of the page<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - language: default language (name of a subfolder in folder "languages")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - theme: default style (name of a subfolder in folder "styles")<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;display<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;siteName = "letoDMS"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;footNote = "letoDMS free document management system - www.letodms.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;printDisclaimer="true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;language = "English"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme = "clean"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/display&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableConverting: enable/disable converting of files<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableEmail: enable/disable automatic email notification<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableUsersView: enable/disable group and user view for all users<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableFullSearch: false to don't use fulltext search<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableFolderTree: false to don't show the folder tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - expandFolderTree: 0 to start with tree hidden<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 to start with tree shown and first level expanded<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 to start with tree shown fully expanded&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;edition<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strictFormCheck = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewOnlineFileTypes = ".txt;.text;.html;.htm;.pdf;.gif;.png;.jpg;.jpeg"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableConverting = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableEmail = "true"&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableUsersView = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableFullSearch = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableFolderTree = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expandFolderTree = "1"<br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/edition&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableCalendar: enable/disable calendar<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - calendarDefaultView: calendar default view ("w" for week,"m" for month,"y" for year)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - firstDayOfWeek: first day of the week (0=sunday, 6=saturday)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;calendar<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableCalendar = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;calendarDefaultView = "y"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;firstDayOfWeek = "0"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/calendar&gt;<br />
&nbsp;&nbsp;&lt;/site&gt;<br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;system&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- rootDir: Path to where letoDMS is located<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - httpRoot: The relative path in the URL, after the domain part. Do not include the<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:// prefix or the web host name. e.g. If the full URL is<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.example.com/letodms/, set &#36;_httpRoot = "/letodms/".<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If the URL is http://www.example.com/, set &#36;_httpRoot = "/".<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - contentDir: Where the uploaded files are stored (best to choose a directory that<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is not accessible through your web-server)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - stagingDir: Where partial file uploads are saved<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - luceneDir: Where the lucene fulltext index iѕ saved<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - logFileEnable: set false to disable log system<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rootDir = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;coreDir = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;httpRoot = "/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contentDir = "/srv/http/letodms/data/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stagingDir = "/srv/http/letodms/data/staging/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;luceneDir = "/srv/http/letodms/data/lucene/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logFileEnable = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logFileRotation = "d"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableLargeFileUpload = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;partitionSize = "2000000"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/server&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableGuestLogin: If you want anybody to login as guest, set the following line to true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; note: guest login should be used only in a trusted environment<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enablePasswordForgotten: Allow users to reset their password<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableUserImage: enable users images<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - disableSelfEdit: if true user cannot edit his own profile<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;authentication<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableGuestLogin = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enablePasswordForgotten = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;restricted = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableUserImage = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;disableSelfEdit = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connectors&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ***** CONNECTOR LDAP&nbsp;&nbsp;*****<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enable: enable/disable connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: type of connector ldap / AD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - host: hostname of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URIs are supported, e.g.: ldaps://ldap.host.com<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - port: port of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - baseDN: top level of the LDAP directory tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enable = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type = "ldap"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;host = "ldaps://ldap.host.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port = "389"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;baseDN = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connector&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ***** CONNECTOR Microsoft Active Directory&nbsp;&nbsp;*****<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enable: enable/disable connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: type of connector ldap / AD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - host: hostname of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - port: port of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - baseDN: top level of the LDAP directory tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - accountDomainName: sample: example.com<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enable = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type = "AD"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;host = "ldap.example.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port = "389"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;baseDN = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;accountDomainName = "example.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connector&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connectors&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/authentication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ADOdbPath: Path to adodb. This is the directory containing the adodb directory<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbDriver: DB-Driver used by adodb (see adodb-readme)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbHostname: DB-Server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbDatabase: database where the tables for letodms are stored (optional - see adodb-readme)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbUser: username for database-access<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbPass: password for database-access<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;database<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADOdbPath = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbDriver = "mysql"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbHostname = "localhost"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbDatabase = "letodms"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbUser = "letodms"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbPass = "PASSWORD"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/database&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- smtpServer: SMTP Server hostname<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - smtpPort: SMTP Server port<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - smtpSendFrom: Send from<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;smtp <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpServer = "localhost" <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpPort = "25" <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpSendFrom = "letodms@localhost"<br />
&nbsp;&nbsp;&nbsp;&nbsp;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;/system&gt;<br />
 <br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;advanced&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - rootFolderID: ID of root-folder (mostly no need to change)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - titleDisplayHack: Workaround for page titles that go over more than 2 lines.<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;display<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;siteDefaultPage =""&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rootFolderID = "1"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;titleDisplayHack = "true"<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/display&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- guestID: ID of guest-user used when logged in as guest (mostly no need to change)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - adminIP: if enabled admin can login only by specified IP addres, leave empty to avoid the control<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NOTE: works only with local autentication (no LDAP)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;authentication<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;guestID = "2"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adminIP = ""&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/authentication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableAdminRevApp: false to don't list administrator as reviewer/approver<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - versioningFileName: the name of the versioning info file created by the backup tool<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;edition<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableAdminRevApp = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;versioningFileName = "versioning_info.txt"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/edition&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- coreDir: Path to LetoDMS_Core (optional)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - luceneClassDir: Path to LetoDMS_Lucene (optional)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - contentOffsetDir: To work around limitations in the underlying file system, a new <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory structure has been devised that exists within the content <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory (&#36;_contentDir). This requires a base directory from which <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to begin. Usually leave this to the default setting, 1048576, but can <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; be any number or string that does not already exist within &#36;_contentDir.&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - maxDirID: Maximum number of sub-directories per parent directory. Default: 0, use 31998 (maximum number of dirs in ext3) for a multi level content directory.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;coreDir = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;luceneClassDir = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contentOffsetDir = "1048576"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;maxDirID = "0"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;updateNotifyTime = "86400"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/server&gt;<br />
<br />
&nbsp;&nbsp;&lt;/advanced&gt;<br />
<br />
&lt;/configuration&gt;</code></div></div>
]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
I'm trying to get LetoDMS running on my Arch Linux home server for some days now. I already got all the dependencies worked out (Adodb, Zendframework, Pear, WebDAV etc.), set up the Database according to this (<a href="http://www.letodms.com/doc/doku.php?id=install:install)" target="_blank">http://www.letodms.com/doc/doku.php?id=install:install)</a> but running letodms/install always results in a nearly blank page after filling out all forms. There is neither confirmation that it worked nor any other clue what might have gone wrong after the configuration page.<br />
<br />
Because so, I manually edited letodms/conf/settings.xml. But the result remains the same afterwards.<br />
<br />
If I delete letodms/conf/ENABLE_INSTALL_TOOL I get a blank page (Firefox) when opening localhost/letodms which leads me always straight to letodms/out/out.ViewFolder.php. Chromium tells me about an HTTP-Error 500 (Internal Server Error).<br />
<br />
settings.xml<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;configuration&gt;<br />
&nbsp;&nbsp;&lt;site&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- siteName: Name of site used in the page titles. Default: letoDMS<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - footNote: Message to display at the bottom of every page<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - printDisclaimer: if true the disclaimer message the lang.inc files will be print on the bottom of the page<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - language: default language (name of a subfolder in folder "languages")<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - theme: default style (name of a subfolder in folder "styles")<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;display<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;siteName = "letoDMS"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;footNote = "letoDMS free document management system - www.letodms.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;printDisclaimer="true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;language = "English"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;theme = "clean"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/display&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- strictFormCheck: Strict form checking. If set to true, then all fields in the form will be checked for a value. If set to false, then (most) comments and keyword fields become optional. Comments are always required when submitting a review or overriding document status.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - viewOnlineFileTypes: files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableConverting: enable/disable converting of files<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableEmail: enable/disable automatic email notification<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableUsersView: enable/disable group and user view for all users<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableFullSearch: false to don't use fulltext search<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableFolderTree: false to don't show the folder tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - expandFolderTree: 0 to start with tree hidden<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1 to start with tree shown and first level expanded<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2 to start with tree shown fully expanded&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;edition<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strictFormCheck = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;viewOnlineFileTypes = ".txt;.text;.html;.htm;.pdf;.gif;.png;.jpg;.jpeg"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableConverting = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableEmail = "true"&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableUsersView = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableFullSearch = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableFolderTree = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;expandFolderTree = "1"<br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/edition&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableCalendar: enable/disable calendar<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - calendarDefaultView: calendar default view ("w" for week,"m" for month,"y" for year)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - firstDayOfWeek: first day of the week (0=sunday, 6=saturday)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;calendar<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableCalendar = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;calendarDefaultView = "y"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;firstDayOfWeek = "0"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/calendar&gt;<br />
&nbsp;&nbsp;&lt;/site&gt;<br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;system&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- rootDir: Path to where letoDMS is located<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - httpRoot: The relative path in the URL, after the domain part. Do not include the<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http:// prefix or the web host name. e.g. If the full URL is<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; http://www.example.com/letodms/, set &#36;_httpRoot = "/letodms/".<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If the URL is http://www.example.com/, set &#36;_httpRoot = "/".<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - contentDir: Where the uploaded files are stored (best to choose a directory that<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; is not accessible through your web-server)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - stagingDir: Where partial file uploads are saved<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - luceneDir: Where the lucene fulltext index iѕ saved<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - logFileEnable: set false to disable log system<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - logFileRotation: the log file rotation (h=hourly, d=daily, m=monthly)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rootDir = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;coreDir = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;httpRoot = "/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contentDir = "/srv/http/letodms/data/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;stagingDir = "/srv/http/letodms/data/staging/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;luceneDir = "/srv/http/letodms/data/lucene/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logFileEnable = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;logFileRotation = "d"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableLargeFileUpload = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;partitionSize = "2000000"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/server&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableGuestLogin: If you want anybody to login as guest, set the following line to true<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; note: guest login should be used only in a trusted environment<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enablePasswordForgotten: Allow users to reset their password<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - restricted: Restricted access: only allow users to log in if they have an entry in the local database (irrespective of successful authentication with LDAP).<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enableUserImage: enable users images<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - disableSelfEdit: if true user cannot edit his own profile<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;authentication<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableGuestLogin = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enablePasswordForgotten = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;restricted = "true"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableUserImage = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;disableSelfEdit = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connectors&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ***** CONNECTOR LDAP&nbsp;&nbsp;*****<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enable: enable/disable connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: type of connector ldap / AD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - host: hostname of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; URIs are supported, e.g.: ldaps://ldap.host.com<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - port: port of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - baseDN: top level of the LDAP directory tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enable = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type = "ldap"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;host = "ldaps://ldap.host.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port = "389"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;baseDN = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connector&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ***** CONNECTOR Microsoft Active Directory&nbsp;&nbsp;*****<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - enable: enable/disable connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - type: type of connector ldap / AD<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - host: hostname of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - port: port of the authentification server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - baseDN: top level of the LDAP directory tree<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - accountDomainName: sample: example.com<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;connector<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enable = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;type = "AD"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;host = "ldap.example.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;port = "389"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;baseDN = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;accountDomainName = "example.com"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connector&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/connectors&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/authentication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- ADOdbPath: Path to adodb. This is the directory containing the adodb directory<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbDriver: DB-Driver used by adodb (see adodb-readme)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbHostname: DB-Server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbDatabase: database where the tables for letodms are stored (optional - see adodb-readme)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbUser: username for database-access<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - dbPass: password for database-access<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;database<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ADOdbPath = "/srv/http/letodms/"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbDriver = "mysql"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbHostname = "localhost"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbDatabase = "letodms"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbUser = "letodms"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dbPass = "PASSWORD"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/database&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- smtpServer: SMTP Server hostname<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - smtpPort: SMTP Server port<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - smtpSendFrom: Send from<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;smtp <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpServer = "localhost" <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpPort = "25" <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;smtpSendFrom = "letodms@localhost"<br />
&nbsp;&nbsp;&nbsp;&nbsp;/&gt;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;/system&gt;<br />
 <br />
&nbsp;&nbsp;<br />
&nbsp;&nbsp;&lt;advanced&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- siteDefaultPage: Default page on login. Defaults to out/out.ViewFolder.php<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - rootFolderID: ID of root-folder (mostly no need to change)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - titleDisplayHack: Workaround for page titles that go over more than 2 lines.<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;display<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;siteDefaultPage =""&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;rootFolderID = "1"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;titleDisplayHack = "true"<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/display&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- guestID: ID of guest-user used when logged in as guest (mostly no need to change)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - adminIP: if enabled admin can login only by specified IP addres, leave empty to avoid the control<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;NOTE: works only with local autentication (no LDAP)<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;authentication<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;guestID = "2"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;adminIP = ""&nbsp;&nbsp;&nbsp;&nbsp; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/authentication&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- enableAdminRevApp: false to don't list administrator as reviewer/approver<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - versioningFileName: the name of the versioning info file created by the backup tool<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt; <br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;edition<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;enableAdminRevApp = "false"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;versioningFileName = "versioning_info.txt"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/edition&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;!-- coreDir: Path to LetoDMS_Core (optional)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - luceneClassDir: Path to LetoDMS_Lucene (optional)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - contentOffsetDir: To work around limitations in the underlying file system, a new <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory structure has been devised that exists within the content <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; directory (&#36;_contentDir). This requires a base directory from which <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; to begin. Usually leave this to the default setting, 1048576, but can <br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; be any number or string that does not already exist within &#36;_contentDir.&nbsp;&nbsp;&nbsp;&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - maxDirID: Maximum number of sub-directories per parent directory. Default: 0, use 31998 (maximum number of dirs in ext3) for a multi level content directory.<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; - updateNotifyTime: users are notified about document-changes that took place within the last "updateNotifyTime" seconds<br />
&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;server<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;coreDir = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;luceneClassDir = ""<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;contentOffsetDir = "1048576"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;maxDirID = "0"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;updateNotifyTime = "86400"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/server&gt;<br />
<br />
&nbsp;&nbsp;&lt;/advanced&gt;<br />
<br />
&lt;/configuration&gt;</code></div></div>
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[URI redirect on login - browser login loop]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=706</link>
			<pubDate>Thu, 26 Apr 2012 02:08:41 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=706</guid>
			<description><![CDATA[This is odd.  I am running under WAMP with AD integration.  I get stuck in a bit of a login loop when I am accessing Leto under Chrome, but not IE 9.  Here is what happens when I use Chrome...<br />
<br />
1. I access LetoDMS: http://mysever:8080/LetoDMS<br />
<br />
2. Get auto directed to the login screen, and the URL reads:<br />
http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php<br />
<br />
3. Type in my username and password, press "Sign in" and get thrown back to: http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php<br />
<br />
This will happen over and over and never log me in.<br />
<br />
Now, if I adjust the URL to read: http://mysever:8080/LetoDMS/out/out.Login.php<br />
and press enter, I get the usual login screen, and when I enter my username and password, I get into the application just fine.<br />
<br />
When I use IE 9 and follow the same steps as above, 1 and 2 happen the same (as expected), but it logs me straight in without a problem.<br />
<br />
Any ideas before I tear into the code?<br />
<br />
Thanks in advance.<br />
<br />
DHandler]]></description>
			<content:encoded><![CDATA[This is odd.  I am running under WAMP with AD integration.  I get stuck in a bit of a login loop when I am accessing Leto under Chrome, but not IE 9.  Here is what happens when I use Chrome...<br />
<br />
1. I access LetoDMS: http://mysever:8080/LetoDMS<br />
<br />
2. Get auto directed to the login screen, and the URL reads:<br />
http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php<br />
<br />
3. Type in my username and password, press "Sign in" and get thrown back to: http://mysever:8080/LetoDMS/out/out.Login.php?referuri=%2Fletodms%2Fout%2Fout.ViewFolder.php<br />
<br />
This will happen over and over and never log me in.<br />
<br />
Now, if I adjust the URL to read: http://mysever:8080/LetoDMS/out/out.Login.php<br />
and press enter, I get the usual login screen, and when I enter my username and password, I get into the application just fine.<br />
<br />
When I use IE 9 and follow the same steps as above, 1 and 2 happen the same (as expected), but it logs me straight in without a problem.<br />
<br />
Any ideas before I tear into the code?<br />
<br />
Thanks in advance.<br />
<br />
DHandler]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How do I add print only watermarks on pdf's?]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=705</link>
			<pubDate>Fri, 20 Apr 2012 17:50:37 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=705</guid>
			<description><![CDATA[Good day.  I would like to know if letoDMS has the functionality to add watermarks on pdf's uploaded to the DMS.  The goal is to have a watermark on the pdf's when users print copies.  When a pdf is viewed on screen, it's controlled.  When it's printed, it's uncontrolled and thus the need for the watermark "Uncontrolled" on printed copies.  It's an ISO requirement.  Thank you.]]></description>
			<content:encoded><![CDATA[Good day.  I would like to know if letoDMS has the functionality to add watermarks on pdf's uploaded to the DMS.  The goal is to have a watermark on the pdf's when users print copies.  When a pdf is viewed on screen, it's controlled.  When it's printed, it's uncontrolled and thus the need for the watermark "Uncontrolled" on printed copies.  It's an ISO requirement.  Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Older documents not available anymore]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=703</link>
			<pubDate>Sat, 14 Apr 2012 15:29:05 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=703</guid>
			<description><![CDATA[Hi,<br />
<br />
Just noted a problem within my LetoDMS installation today. I recently upgraded to version 3.3.3 but didn't noted any problem. Now i wanted to check an old document and it just shows "Document deleted". The file on the filesystem is still present and the database entries are looking correctly for me. Each entry in tblDocumentContent has it's corresponding file entry.<br />
<br />
If i upload everything looks fine. Only doucments before the upgrade to 3.3.3 are gone.<br />
<br />
Any idea how to restore the associations to the files without rolling back to 3.3.0?<br />
<br />
Thank you in advance and best Regards<br />
Daniel]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
Just noted a problem within my LetoDMS installation today. I recently upgraded to version 3.3.3 but didn't noted any problem. Now i wanted to check an old document and it just shows "Document deleted". The file on the filesystem is still present and the database entries are looking correctly for me. Each entry in tblDocumentContent has it's corresponding file entry.<br />
<br />
If i upload everything looks fine. Only doucments before the upgrade to 3.3.3 are gone.<br />
<br />
Any idea how to restore the associations to the files without rolling back to 3.3.0?<br />
<br />
Thank you in advance and best Regards<br />
Daniel]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[handmade Russian file]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=701</link>
			<pubDate>Thu, 12 Apr 2012 08:17:38 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=701</guid>
			<description><![CDATA[Hello out there! I'm russian and have made the translation. I took english one and translated everything by myself, not machine translator.<br />
<br />
Help file is pending translation. May be)))<br />
<br />
<a href="http://sgame.16mb.com/files/lang.zip" target="_blank">http://sgame.16mb.com/files/lang.zip</a><br />
<br />
hope it will be included in new version, 'cause the file in the distribution is simply terrible)]]></description>
			<content:encoded><![CDATA[Hello out there! I'm russian and have made the translation. I took english one and translated everything by myself, not machine translator.<br />
<br />
Help file is pending translation. May be)))<br />
<br />
<a href="http://sgame.16mb.com/files/lang.zip" target="_blank">http://sgame.16mb.com/files/lang.zip</a><br />
<br />
hope it will be included in new version, 'cause the file in the distribution is simply terrible)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Uploading &#x26; Downloading Large Files]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=700</link>
			<pubDate>Tue, 10 Apr 2012 02:31:20 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=700</guid>
			<description><![CDATA[...<br />
<br />
Is it possible to upload and download large ZIP files for example like 150MB ?<br />
<br />
What settings should I change ?<br />
<br />
Thanks in advance ...<br />
...]]></description>
			<content:encoded><![CDATA[...<br />
<br />
Is it possible to upload and download large ZIP files for example like 150MB ?<br />
<br />
What settings should I change ?<br />
<br />
Thanks in advance ...<br />
...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error Adding Document]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=698</link>
			<pubDate>Thu, 05 Apr 2012 09:49:35 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=698</guid>
			<description><![CDATA[....<br />
<br />
I am a novice, but would need to evaluate how to use &amp; implement LetoDMS.<br />
<br />
I am able to install LetoDMS following the instruction from this instruction:<br />
<br />
<a href="http://www.letodms.com/doc/doku.php?id=howtos:installwamp" target="_blank">Installation with WampServer</a><br />
<br />
as recently downloaded WampServer 2.2D and I used LetoDMS-3.0.0.<br />
<br />
First problem I encountered is, I could not add any document. <br />
<br />
the message is "an error has occured"<br />
<br />
Here is the 20120405.log details:<br />
2012/04/05 08:31 admin (127.0.0.1) op.Login<br />
2012/04/05 08:31 admin (127.0.0.1) op.AddSubFolder?name=subfolder1&amp;folderid=1<br />
2012/04/05 08:31 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1'<br />
2012/04/05 08:40 admin (127.0.0.1) op.Login<br />
2012/04/05 08:40 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1'<br />
2012/04/05 09:40 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1']]></description>
			<content:encoded><![CDATA[....<br />
<br />
I am a novice, but would need to evaluate how to use &amp; implement LetoDMS.<br />
<br />
I am able to install LetoDMS following the instruction from this instruction:<br />
<br />
<a href="http://www.letodms.com/doc/doku.php?id=howtos:installwamp" target="_blank">Installation with WampServer</a><br />
<br />
as recently downloaded WampServer 2.2D and I used LetoDMS-3.0.0.<br />
<br />
First problem I encountered is, I could not add any document. <br />
<br />
the message is "an error has occured"<br />
<br />
Here is the 20120405.log details:<br />
2012/04/05 08:31 admin (127.0.0.1) op.Login<br />
2012/04/05 08:31 admin (127.0.0.1) op.AddSubFolder?name=subfolder1&amp;folderid=1<br />
2012/04/05 08:31 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1'<br />
2012/04/05 08:40 admin (127.0.0.1) op.Login<br />
2012/04/05 08:40 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1'<br />
2012/04/05 09:40 admin (127.0.0.1) op.AddDocument UI::exitError error=An error has occured pagetitle=Folder 'subfolder1']]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Upload Add-on for MS Word or Open Office on WIndows / linux / Mac ]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=697</link>
			<pubDate>Wed, 04 Apr 2012 10:03:56 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=697</guid>
			<description><![CDATA[LetoDMS Upload add-on for MS Word or Open Office on WIndows / linux / Mac <br />
<br />
would be nice. Programming Language would be C I think its compatible with all OS<br />
<br />
this is a example <br />
<br />
you write your document in Word or Open Office, in add-on of MS word or Open office there would be a feature where you can upload to your dms location.<br />
<br />
let us know what you think? and let us know if you can do this feature for us.<br />
<br />
Thanks <br />
<br />
LetoDMS]]></description>
			<content:encoded><![CDATA[LetoDMS Upload add-on for MS Word or Open Office on WIndows / linux / Mac <br />
<br />
would be nice. Programming Language would be C I think its compatible with all OS<br />
<br />
this is a example <br />
<br />
you write your document in Word or Open Office, in add-on of MS word or Open office there would be a feature where you can upload to your dms location.<br />
<br />
let us know what you think? and let us know if you can do this feature for us.<br />
<br />
Thanks <br />
<br />
LetoDMS]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pear Package]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=695</link>
			<pubDate>Mon, 02 Apr 2012 08:20:06 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=695</guid>
			<description><![CDATA[Hi! <br />
While using the installation script I get the following error right in the beginning. Does anybody know what to do? Thanks!<br />
<br />
Error<br />
Pear package : Log : Not found<br />
=&gt; Install Pear package 'Log'package]]></description>
			<content:encoded><![CDATA[Hi! <br />
While using the installation script I get the following error right in the beginning. Does anybody know what to do? Thanks!<br />
<br />
Error<br />
Pear package : Log : Not found<br />
=&gt; Install Pear package 'Log'package]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where are my files?]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=694</link>
			<pubDate>Wed, 28 Mar 2012 16:20:24 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=694</guid>
			<description><![CDATA[Hello, when i upload a file, where is it?<br />
<br />
Another question, how can i restore a backup?<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hello, when i upload a file, where is it?<br />
<br />
Another question, how can i restore a backup?<br />
<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to add attachment to thread]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=693</link>
			<pubDate>Tue, 27 Mar 2012 04:39:00 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=693</guid>
			<description><![CDATA[hi if you like to attach a language file please upload to rapidshare.com, 2share.com or any other upload web sites and post the download url in the desire Localizations thread.<br />
<br />
Due to Security issues we have disabled in forum attachment.<br />
<br />
Thanks<br />
<br />
LetoDMS]]></description>
			<content:encoded><![CDATA[hi if you like to attach a language file please upload to rapidshare.com, 2share.com or any other upload web sites and post the download url in the desire Localizations thread.<br />
<br />
Due to Security issues we have disabled in forum attachment.<br />
<br />
Thanks<br />
<br />
LetoDMS]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LetoDMS demo account form help]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=690</link>
			<pubDate>Fri, 23 Mar 2012 17:07:14 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=690</guid>
			<description><![CDATA[People keep resetting LetoDMS demo account, can someone help us create a sign up form so people can sign up for separate account each time. <br />
<br />
We need the form basically connect to our letodms database and create a username and password so people can login and test LetoDMS out.<br />
<br />
please post your code in here.<br />
<br />
Thanks <br />
<br />
LetoDMS]]></description>
			<content:encoded><![CDATA[People keep resetting LetoDMS demo account, can someone help us create a sign up form so people can sign up for separate account each time. <br />
<br />
We need the form basically connect to our letodms database and create a username and password so people can login and test LetoDMS out.<br />
<br />
please post your code in here.<br />
<br />
Thanks <br />
<br />
LetoDMS]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[LetoDMS-3.3.2 can't  Create fulltext index]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=689</link>
			<pubDate>Fri, 23 Mar 2012 15:56:17 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=689</guid>
			<description><![CDATA[Hello All,<br />
<br />
<img src="http://forums.letodms.com/images/smilies/lightbulb.gif" style="vertical-align: middle;" border="0" alt="Idea" title="Idea" /> Still some life/light here ! Sounds good.<br />
<br />
Well on an old Debian stable Lenny, I installed by partially using and manual editing of the settings.xml. I've got everything running fine beside the Zend framework thing...<br />
<br />
what is running and installed:<br />
LetoDMS-3.3.2.tar.gz<br />
LetoDMS_Core-3.3.2.tgz<br />
LetoDMS_Lucene-1.0.1.tgz<br />
<br />
I also copied the entire /usr/share/php/Zend within &lt;root&gt; installed directory /var/www/letoDMS-3.3.2 but nothing changed.<br />
<br />
When I click as admin the <a href="http://MyServer.here/letoDMS-3.3.2/out/out.Indexer.php?create=1" target="_blank">http://MyServer.here/letoDMS-3.3.2/out/o...p?create=1</a><br />
<br />
I got this warning &amp; error:<br />
<br />
Warning: require_once(LetoDMS/Lucene.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/letoDMS-3.3.2/out/out.Indexer.php on line 74<br />
<br />
Fatal error: require_once() [function.require]: Failed opening required 'LetoDMS/Lucene.php' (include_path=':.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS-3.3.2/out/out.Indexer.php on line 74<br />
<br />
Any ideas?<br />
<br />
Thanks,<br />
JL<hr />
<img src="http://forums.letodms.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" /> I should have tell that as well:<br />
PEAR Version: 1.7.1<br />
PHP Version: 5.2.6-1+lenny16<br />
Zend Engine Version: 2.2.0<br />
Running on: Linux GX200 2.6.26-2-686 #1 SMP Sun Mar 4 22:19:19 UTC 2012 i686<br />
Server version: Apache/2.2.9 (Debian)<br />
Server built:   Feb  5 2012 21:06:22]]></description>
			<content:encoded><![CDATA[Hello All,<br />
<br />
<img src="http://forums.letodms.com/images/smilies/lightbulb.gif" style="vertical-align: middle;" border="0" alt="Idea" title="Idea" /> Still some life/light here ! Sounds good.<br />
<br />
Well on an old Debian stable Lenny, I installed by partially using and manual editing of the settings.xml. I've got everything running fine beside the Zend framework thing...<br />
<br />
what is running and installed:<br />
LetoDMS-3.3.2.tar.gz<br />
LetoDMS_Core-3.3.2.tgz<br />
LetoDMS_Lucene-1.0.1.tgz<br />
<br />
I also copied the entire /usr/share/php/Zend within &lt;root&gt; installed directory /var/www/letoDMS-3.3.2 but nothing changed.<br />
<br />
When I click as admin the <a href="http://MyServer.here/letoDMS-3.3.2/out/out.Indexer.php?create=1" target="_blank">http://MyServer.here/letoDMS-3.3.2/out/o...p?create=1</a><br />
<br />
I got this warning &amp; error:<br />
<br />
Warning: require_once(LetoDMS/Lucene.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/letoDMS-3.3.2/out/out.Indexer.php on line 74<br />
<br />
Fatal error: require_once() [function.require]: Failed opening required 'LetoDMS/Lucene.php' (include_path=':.:/usr/share/php:/usr/share/pear') in /var/www/letoDMS-3.3.2/out/out.Indexer.php on line 74<br />
<br />
Any ideas?<br />
<br />
Thanks,<br />
JL<hr />
<img src="http://forums.letodms.com/images/smilies/confused.gif" style="vertical-align: middle;" border="0" alt="Confused" title="Confused" /> I should have tell that as well:<br />
PEAR Version: 1.7.1<br />
PHP Version: 5.2.6-1+lenny16<br />
Zend Engine Version: 2.2.0<br />
Running on: Linux GX200 2.6.26-2-686 #1 SMP Sun Mar 4 22:19:19 UTC 2012 i686<br />
Server version: Apache/2.2.9 (Debian)<br />
Server built:   Feb  5 2012 21:06:22]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[automatic update]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=687</link>
			<pubDate>Thu, 22 Mar 2012 21:09:29 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=687</guid>
			<description><![CDATA[Automatic letoDMS update.<br />
<br />
As admin some menu should be available, that shows if a new version is available.<br />
<br />
Pressing the "update now" button would download the latest version and replace older files and update the database.]]></description>
			<content:encoded><![CDATA[Automatic letoDMS update.<br />
<br />
As admin some menu should be available, that shows if a new version is available.<br />
<br />
Pressing the "update now" button would download the latest version and replace older files and update the database.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[3.3.2 backup broken ?]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=686</link>
			<pubDate>Thu, 22 Mar 2012 21:04:01 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=686</guid>
			<description><![CDATA[After updating from 3.3.0 to 3.3.2, the backup is not working any more.<br />
<br />
A new backup file is created, but it is empty.<br />
<br />
When adding a new document to the DMS, it is backed up as usual, but not older files that have been stored bevor updating.<br />
<br />
Also, when logged in as admin, showing the Content Overview, at the bottom of the list, "Storage Size" shows just a few bytes.<br />
Whereas the correct size of the data folder is shown in the Backup-Tools menu.<br />
<br />
Folder/Document check does not reveal any problem.<br />
<br />
Any suggestions? Thanks!]]></description>
			<content:encoded><![CDATA[After updating from 3.3.0 to 3.3.2, the backup is not working any more.<br />
<br />
A new backup file is created, but it is empty.<br />
<br />
When adding a new document to the DMS, it is backed up as usual, but not older files that have been stored bevor updating.<br />
<br />
Also, when logged in as admin, showing the Content Overview, at the bottom of the list, "Storage Size" shows just a few bytes.<br />
Whereas the correct size of the data folder is shown in the Backup-Tools menu.<br />
<br />
Folder/Document check does not reveal any problem.<br />
<br />
Any suggestions? Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[File revision notifications at folder level]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=684</link>
			<pubDate>Wed, 21 Mar 2012 18:21:13 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=684</guid>
			<description><![CDATA[Right now the folder-based notifications work great for additions and deletions of files.  However, if somebody then makes a revision to a document in the folder, I do not get a notification.  It will be impossible to set up notifications at the file level, since I am never quite sure what files will be depositied in the folders.<br />
<br />
It would be nice if the files inherited the folder-level notifications.  Or, when setting up a folder-level notification, be given the option to have the notifications apply to the folder's contents.<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[Right now the folder-based notifications work great for additions and deletions of files.  However, if somebody then makes a revision to a document in the folder, I do not get a notification.  It will be impossible to set up notifications at the file level, since I am never quite sure what files will be depositied in the folders.<br />
<br />
It would be nice if the files inherited the folder-level notifications.  Or, when setting up a folder-level notification, be given the option to have the notifications apply to the folder's contents.<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Contents Overview 3.3 getDir()]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=683</link>
			<pubDate>Wed, 21 Mar 2012 18:08:42 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=683</guid>
			<description><![CDATA[When I go into the Admin-Tools and select Contents Overview, for each of the documents in the folder, the following errors appear...<br />
<br />
Notice: Undefined property: LetoDMS_Core_Document::&#36;_document in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
Notice: Trying to get property of non-object in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
Notice: Trying to get property of non-object in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
The errors seem to repeat 6 times for each document.  Following the messages, the document is shown along with the owner, and size information.<br />
<br />
The function call at the bottom of each stack is the same in all of them:<br />
LetoDMS_Core_Document-&gt;getDir( )       ..\out.Statistic.php:127]]></description>
			<content:encoded><![CDATA[When I go into the Admin-Tools and select Contents Overview, for each of the documents in the folder, the following errors appear...<br />
<br />
Notice: Undefined property: LetoDMS_Core_Document::&#36;_document in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
Notice: Trying to get property of non-object in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
Notice: Trying to get property of non-object in C:\wamp\www\LetoDMS\Core\inc.ClassDocument.php on line 161<br />
<br />
The errors seem to repeat 6 times for each document.  Following the messages, the document is shown along with the owner, and size information.<br />
<br />
The function call at the bottom of each stack is the same in all of them:<br />
LetoDMS_Core_Document-&gt;getDir( )       ..\out.Statistic.php:127]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Lost in an Install Loop]]></title>
			<link>http://forums.letodms.com/showthread.php?tid=680</link>
			<pubDate>Sun, 18 Mar 2012 05:18:38 +0400</pubDate>
			<guid isPermaLink="false">http://forums.letodms.com/showthread.php?tid=680</guid>
			<description><![CDATA[Tried automatically installing and the checking system refuses to acknowledge all the php settings and pear components installed so I did a manual set up<br />
<br />
Going to the site URL all I get is ..... <br />
<br />
<blockquote><cite>Quote:</cite>Warning: require_once(LetoDMS/Core.php) [function.require-once]: failed to open stream: No such file or directory in /nfs/c02/h04/mnt/24728/domain.com/html/inc/inc.DBInit.php on line 27<br />
<br />
Fatal error: require_once() [function.require]: Failed opening required 'LetoDMS/Core.php' (include_path='/home/24728/data/pear/php') in /nfs/c02/h04/mnt/24728/domain.com/html/inc/inc.DBInit.php on line 27</blockquote>
<br />
inc/inc.DBInit.php line 25 and 27 refer to <span style="font-weight: bold;">Core.php</span><br />
<br />
A file of that name doesn't exist in letoDMS-3.3.0 or any other install code.<br />
<br />
What needs to be done?<br />
Where are these files?<br />
<br />
--- edit -----<br />
Been doing some more work using check.php<br />
<br />
I get the following error...<br />
<blockquote><cite>Quote:</cite>settings-&gt;_coreDir : Error<br />
<br />
  Current value : /nfs/c02/h04/mnt/24728/domainsdomain.com/html/Core<br />
  Suggestion value : /nfs/c02/h04/mnt/24728/domains/domainsdomain.com/html/Core</blockquote>
This is understandable as there is no Core folder on the server<br />
<br />
Checked the tar extracted locally and nothing there either.<br />
<br />
Yikes what have I missed?<br />
<br />
Any thoughts anywhere?<br />
<img src="http://forums.letodms.com/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></description>
			<content:encoded><![CDATA[Tried automatically installing and the checking system refuses to acknowledge all the php settings and pear components installed so I did a manual set up<br />
<br />
Going to the site URL all I get is ..... <br />
<br />
<blockquote><cite>Quote:</cite>Warning: require_once(LetoDMS/Core.php) [function.require-once]: failed to open stream: No such file or directory in /nfs/c02/h04/mnt/24728/domain.com/html/inc/inc.DBInit.php on line 27<br />
<br />
Fatal error: require_once() [function.require]: Failed opening required 'LetoDMS/Core.php' (include_path='/home/24728/data/pear/php') in /nfs/c02/h04/mnt/24728/domain.com/html/inc/inc.DBInit.php on line 27</blockquote>
<br />
inc/inc.DBInit.php line 25 and 27 refer to <span style="font-weight: bold;">Core.php</span><br />
<br />
A file of that name doesn't exist in letoDMS-3.3.0 or any other install code.<br />
<br />
What needs to be done?<br />
Where are these files?<br />
<br />
--- edit -----<br />
Been doing some more work using check.php<br />
<br />
I get the following error...<br />
<blockquote><cite>Quote:</cite>settings-&gt;_coreDir : Error<br />
<br />
  Current value : /nfs/c02/h04/mnt/24728/domainsdomain.com/html/Core<br />
  Suggestion value : /nfs/c02/h04/mnt/24728/domains/domainsdomain.com/html/Core</blockquote>
This is understandable as there is no Core folder on the server<br />
<br />
Checked the tar extracted locally and nothing there either.<br />
<br />
Yikes what have I missed?<br />
<br />
Any thoughts anywhere?<br />
<img src="http://forums.letodms.com/images/smilies/huh.gif" style="vertical-align: middle;" border="0" alt="Huh" title="Huh" />]]></content:encoded>
		</item>
	</channel>
</rss>
