Hi Guys,
I have installed, removed, installed again at least twice now. The mysql is working, the mysql user is working, the apache and pear and php are working. Every time i get to the step to point the browser to the http://127.0.0.1/<dir>/ it comes up
http://127.0.0.1/leto2/out/out.ViewFolder.php
with a blank page, and never asks for a log in. I have seen 2 or 3 threads on here that have the same error, but with version 3, which I tried to install first and had even less luck with. With this version at least the scripts worked.
Any help appreciated, as i really need this DMS to work. I don't want to use a wiki and I don't really want to try and use another DMS, i like this one, but the install has been far from easy, and has never worked.
Here is where i got the instructions, and everything worked except for the browser part.
http://www.letodms.com/doc/doku.php?id=install:install
thanks for your time,
Damon out
snip from inc.Settings.php
// path to where mydms is located
var $_rootDir = "/var/www/leto2/";
// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
var $_httpRoot = "/leto2/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/opt/letoData/";
// To work around limitations in the underlying file system, a new
// directory structure has been devised that exists within the content
// directory ($_contentDir). This requires a base directory from which
// to begin. Usually leave this to the default setting, 1048576, but can
// be any number or string that does not already exist within $_contentDir.
var $_contentOffsetDir = "1048576";
// Maximum number of sub-directories per parent directory. Default: 32700.
var $_maxDirID = 32700;
// default language (name of a subfolder in folder "languages")
var $_language = "English";
// users are notified about document-changes that took place within the last $_updateNotifyTime seconds
var $_updateNotifyTime = 86400; //means 24 hours
// files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
// to disable: var $_viewOnlineFileTypes = array();
var $_viewOnlineFileTypes = array(".txt", ".text", ".html", ".htm", ".pdf", ".gif", ".png", ".jpg", ".jpeg");
// enable/disable converting of files
var $_enableConverting = true;
// default style (name of a subfolder in folder "styles")
var $_theme = "clean";
// Workaround for page titles that go over more than 2 lines.
var $_titleDisplayHack = true;
// enable/disable automatic email notification
var $_enableEmail = true;
// enable/disable group and user view for all users
var $_enableUsersView = true;
// false to don't list administrator as reviewer/approver
var $_enableAdminRevApp = false;
// the name of the versioning info file created by the backup tool
var $_versioningFileName = "versioning_info.txt";
// set false to disable log system
var $_logFileEnable = true;
// the log file rotation (h=hourly, d=daily, m=monthly)
var $_logFileRotation = "d";
// enable users images
var $_enableUserImage = false;
// enable calendar
var $_enableCalendar = true;
// first day of the week (0=sunday, 6=saturday)
var $_firstDayOfWeek = 0;
// false to don't show the folder tree
var $_enableFolderTree = true;
// -------------------------------- Database-Setup --------------------------------------------
//Path to adodb
var $_ADOdbPath = "/var/www/leto2/adodb/";
//DB-Driver used by adodb (see adodb-readme)
var $_dbDriver = "mysql";
//DB-Server
var $_dbHostname = "localhost";
//database where the tables for mydms are stored (optional - see adodb-readme)
var $_dbDatabase = "letodms";
//username for database-access
var $_dbUser = "letodms";
//password for database-access
var $_dbPass = "<passwd>";
error
Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Warning: include(/var/www/leto2/adodb/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/leto2/inc/inc.DBAccess.php on line 20
[Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening '/var/www/leto2/adodb/adodb.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/leto2/inc/inc.DBAccess.php on line 20
[Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function ADONewConnection() in /var/www/html/leto2/inc/inc.DBAccess.php on line 83
I have installed, removed, installed again at least twice now. The mysql is working, the mysql user is working, the apache and pear and php are working. Every time i get to the step to point the browser to the http://127.0.0.1/<dir>/ it comes up
http://127.0.0.1/leto2/out/out.ViewFolder.php
with a blank page, and never asks for a log in. I have seen 2 or 3 threads on here that have the same error, but with version 3, which I tried to install first and had even less luck with. With this version at least the scripts worked.
Any help appreciated, as i really need this DMS to work. I don't want to use a wiki and I don't really want to try and use another DMS, i like this one, but the install has been far from easy, and has never worked.
Here is where i got the instructions, and everything worked except for the browser part.
http://www.letodms.com/doc/doku.php?id=install:install
thanks for your time,
Damon out
snip from inc.Settings.php
// path to where mydms is located
var $_rootDir = "/var/www/leto2/";
// The relative path in the URL, after the domain part. Do not include the
// http:// prefix or the web host name. e.g. If the full URL is
// http://www.example.com/mydms/, set $_httpRoot = "/mydms/".
// If the URL is http://www.example.com/, set $_httpRoot = "/".
var $_httpRoot = "/leto2/";
// Where the uploaded files are stored (best to choose a directory that
// is not accessible through your web-server)
var $_contentDir = "/opt/letoData/";
// To work around limitations in the underlying file system, a new
// directory structure has been devised that exists within the content
// directory ($_contentDir). This requires a base directory from which
// to begin. Usually leave this to the default setting, 1048576, but can
// be any number or string that does not already exist within $_contentDir.
var $_contentOffsetDir = "1048576";
// Maximum number of sub-directories per parent directory. Default: 32700.
var $_maxDirID = 32700;
// default language (name of a subfolder in folder "languages")
var $_language = "English";
// users are notified about document-changes that took place within the last $_updateNotifyTime seconds
var $_updateNotifyTime = 86400; //means 24 hours
// files with one of the following endings can be viewed online (USE ONLY LOWER CASE CHARACTERS)
// to disable: var $_viewOnlineFileTypes = array();
var $_viewOnlineFileTypes = array(".txt", ".text", ".html", ".htm", ".pdf", ".gif", ".png", ".jpg", ".jpeg");
// enable/disable converting of files
var $_enableConverting = true;
// default style (name of a subfolder in folder "styles")
var $_theme = "clean";
// Workaround for page titles that go over more than 2 lines.
var $_titleDisplayHack = true;
// enable/disable automatic email notification
var $_enableEmail = true;
// enable/disable group and user view for all users
var $_enableUsersView = true;
// false to don't list administrator as reviewer/approver
var $_enableAdminRevApp = false;
// the name of the versioning info file created by the backup tool
var $_versioningFileName = "versioning_info.txt";
// set false to disable log system
var $_logFileEnable = true;
// the log file rotation (h=hourly, d=daily, m=monthly)
var $_logFileRotation = "d";
// enable users images
var $_enableUserImage = false;
// enable calendar
var $_enableCalendar = true;
// first day of the week (0=sunday, 6=saturday)
var $_firstDayOfWeek = 0;
// false to don't show the folder tree
var $_enableFolderTree = true;
// -------------------------------- Database-Setup --------------------------------------------
//Path to adodb
var $_ADOdbPath = "/var/www/leto2/adodb/";
//DB-Driver used by adodb (see adodb-readme)
var $_dbDriver = "mysql";
//DB-Server
var $_dbHostname = "localhost";
//database where the tables for mydms are stored (optional - see adodb-readme)
var $_dbDatabase = "letodms";
//username for database-access
var $_dbUser = "letodms";
//password for database-access
var $_dbPass = "<passwd>";
error
Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Warning: include(/var/www/leto2/adodb/adodb.inc.php): failed to open stream: No such file or directory in /var/www/html/leto2/inc/inc.DBAccess.php on line 20
[Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Warning: include(): Failed opening '/var/www/leto2/adodb/adodb.inc.php' for inclusion (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/html/leto2/inc/inc.DBAccess.php on line 20
[Fri Feb 22 04:44:20 2013] [error] [client 127.0.0.1] PHP Fatal error: Call to undefined function ADONewConnection() in /var/www/html/leto2/inc/inc.DBAccess.php on line 83