Posts: 431
Threads: 15
Joined: Oct 2010
Reputation:
0
12-21-2012, 12:20 AM
(This post was last modified: 12-21-2012, 02:34 AM by steinm.)
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.
Posts: 1
Threads: 0
Joined: Jan 2013
Reputation:
0
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