LetoDMS Community Forum
Installation problem with LetoDMS 3.0.0 - Printable Version

+- LetoDMS Community Forum (https://community.letodms.com)
+-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4)
+--- Forum: Installation Problems (https://community.letodms.com/forumdisplay.php?fid=9)
+--- Thread: Installation problem with LetoDMS 3.0.0 (/showthread.php?tid=939)



Installation problem with LetoDMS 3.0.0 - kkonar - 12-19-2013

Hi Gurus,
I have done the LetoDMS installation as per the installation guide (http://www.letodms.com/doc/doku.php?id=howtos:installwamp). But now when I try to access it(http://localhost/letoDMS), it is giving me below error.

"The requested URL /LetoDMS/out/LetoDMSout/out.Login.php was not found on this server."

I am doing this on Windows XP (32bit). Below are changes/addtions I have done to the conf.Settings.php file.

var $_rootDir = "C:/wamp/www/LetoDMS/";
....................
var $_httpRoot = "LetoDMS";
.....................
var $_contentDir = "C:/wamp/www/data_folder/";
.....................
var $_ADOdbPath = "C:/wamp/www/LetoDMS/";
.....................
var $_coreDir = "C:/wamp/www/LetoDMS/LetoDMS_Core/";

var $_dbHostname = "localhost";
var $_dbDatabase = letdodms
var $_dbUser = {DB User Name};
var $_dbPass = {DB Password};

Any help is greatly appreciated.

Thanks,
Kaushik