![]() |
LetoDMS 3.4.1 released - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: Announcements (https://community.letodms.com/forumdisplay.php?fid=3) +--- Forum: Announcements (https://community.letodms.com/forumdisplay.php?fid=8) +--- Thread: LetoDMS 3.4.1 released (/showthread.php?tid=614) |
LetoDMS 3.4.1 released - steinm - 12-21-2012 Hi, I had to release a new version of letodms because 3.4.0 didn't smoothly upgrade from 3.3.x. Check the CHANGELOG for all changes. Uwe PS: Wait for 3.4.2. There is another bug in 3.4.1. RE: LetoDMS 3.4.1 released - kafran - 01-23-2013 What's new with 3.4.2? RE: LetoDMS 3.4.1 released - steinm - 01-24-2013 (01-23-2013, 11:05 PM)kafran Wrote: What's new with 3.4.2? From the CHANGELOG Code: - fixed database update script (second trial) Uwe RE: LetoDMS 3.4.1 released - lkolsi - 01-24-2013 Hi admin, I'm trying to get LetoDMS running on my WinXP. Installed WebAppServer: WAMP Version 2.2 Apache Version 2.2.22 Php Version 5.4.3 MySQL Version 5.5.24 I already got the LetoDMS-3.4.2 adodb518a LetoDMS_Core-3.4.2 LetoDMS_Lucene-1.1.1 C:\WAMP\WWW\letoDMS C:\WAMP\WWW\letoDMS\adodb C:\WAMP\WWW\letoDMS\conf C:\WAMP\WWW\letoDMS\core C:\WAMP\WWW\letoDMS\inc C:\WAMP\WWW\letoDMS\install C:\WAMP\WWW\letoDMS\js C:\WAMP\WWW\letoDMS\languages C:\WAMP\WWW\letoDMS\op C:\WAMP\WWW\letoDMS\out C:\WAMP\WWW\letoDMS\styles C:\WAMP\WWW\letoDMS\tests C:\WAMP\WWW\letoDMS\utils C:\WAMP\WWW\letoDMS\webdav I added also C:\WAMP\WWW\letoDMS\LetoDMS_Core C:\WAMP\WWW\letoDMS\LetoDMS_Lucene I created a new database : letodms I loaded the create_tables.sql I added in /inc/inc.Settings.php the following lines $_rootDir = ""; $_httpRoot = "/letoDMS/"; $_contentDir = ""; $_ADOdbPath = "/adodb/"; $_dbHostname = "localhost"; $_dbDatabase = "letodms"; $_dbUser = "root"; $_dbPass = ""; 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). Help! Lotfi KOLSI RE: LetoDMS 3.4.1 released - kafran - 01-24-2013 (01-24-2013, 02:25 PM)steinm Wrote:(01-23-2013, 11:05 PM)kafran Wrote: What's new with 3.4.2? Too many fix's, I will update then =). Thank you Uwe. RE: LetoDMS 3.4.1 released - steinm - 01-25-2013 (01-24-2013, 11:27 PM)lkolsi Wrote: $_rootDir = "";That shoule be C:\WAMP\WWW\letoDMS\adodb\ You should also set the path to LetoDMS_Core and LetoDMS_Lucene. Uwe RE: LetoDMS 3.4.1 released - kafran - 01-25-2013 (01-24-2013, 11:27 PM)lkolsi Wrote: Hi admin, I had problems using WAMP, I prefer Xampp. Put the LetoDMS_Core and LetoDMS_Lucene out of WWW. I put mine at D:\XAMPP\LetoDMS_Core D:\XAMPP\LetoDMS_Lucene And specify these path at the Instalation. |