po: Add Georgian translation
Yes, this is an error in 6.0.38, but you do not necessarily need the install tool to run SeedDMS.
IMO the schema creation is something that should go into postgresql readme. I wouldn't put this into an installation script, because it's fully up to the database admin how to setup the database for SeedDMS. I can't say much about the quoting. If there is a better solution I would mind to implement it, but I guess it needs some extra logic in the database driver to quote those fields which must be quoted.
You could try to upload a compiled version of convert, but I doubt it works, because of missing libraries.
You need to set the commands for converting documents in the settings. It is all on the tab 'Advanded'. There are several example commands in doc/README.Converters.mdand there are already some commands pre configured, which probably do not work. You need to replace or delete them. A very common command to create thumbnails for image files is convert -resize %wx '%f' 'png:%o' convert must be the full path to your installed version of convert.
Are you installing imagick for the convert tool or to have imagick support in php? If you just need the convert tool, you can install it anywhere and just call convert with the full path.
The Docuement Root in my Apache configuration is now: DocumentRoot /var/www/seeddms60x/www That is where you expect it to be. Yes, that is the right path I ran http://dms.webhuis.nl/install/install.php And the encountered the following error: Forget about the install tool for now. It is not really needed, currently buggy, and doesn't support postgresql. The next issue is a failed login. I went over a database analysis at length, I did not manage to perform a select from a table. Eventually I found...
The pdf viewer has been moved into an extension which ships with seeddms. Did you activate that extension in the extension manager?