![]() |
Version 2 blank /out/out.ViewFolder.php - Printable Version +- LetoDMS Community Forum (https://community.letodms.com) +-- Forum: LetoDMS Support (https://community.letodms.com/forumdisplay.php?fid=4) +--- Forum: Technical Support (https://community.letodms.com/forumdisplay.php?fid=10) +--- Thread: Version 2 blank /out/out.ViewFolder.php (/showthread.php?tid=654) |
Version 2 blank /out/out.ViewFolder.php - damon_d - 02-22-2013 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 RE: Version 2 blank /out/out.ViewFolder.php - damon_d - 02-22-2013 check_php.php Server API Apache 2.0 Handler Virtual Directory Support disabled Configuration File (php.ini) Path /etc Loaded Configuration File /etc/php.ini Scan this dir for additional .ini files /etc/php.d Additional .ini files parsed /etc/php.d/bcmath.ini, /etc/php.d/curl.ini, /etc/php.d/dba.ini, /etc/php.d/dom.ini, /etc/php.d/fileinfo.ini, /etc/php.d/gd.ini, /etc/php.d/imap.ini, /etc/php.d/json.ini, /etc/php.d/ldap.ini, /etc/php.d/mbstring.ini, /etc/php.d/mcrypt.ini, /etc/php.d/mysql.ini, /etc/php.d/mysqli.ini, /etc/php.d/ncurses.ini, /etc/php.d/odbc.ini, /etc/php.d/pdo.ini, /etc/php.d/pdo_mysql.ini, /etc/php.d/pdo_odbc.ini, /etc/php.d/pdo_sqlite.ini, /etc/php.d/phar.ini, /etc/php.d/snmp.ini, /etc/php.d/soap.ini, /etc/php.d/sqlite3.ini, /etc/php.d/wddx.ini, /etc/php.d/xmlreader.ini, /etc/php.d/xmlrpc.ini, /etc/php.d/xmlwriter.ini, /etc/php.d/xsl.ini, /etc/php.d/zip.ini RE: Version 2 blank /out/out.ViewFolder.php - steinm - 02-22-2013 (02-22-2013, 07:10 PM)damon_d Wrote: check_php.php I would suggest to take the SeedDMS 4.0.0RC1 instead. See my signature. Uwe RE: Version 2 blank /out/out.ViewFolder.php - damon_d - 02-25-2013 I have the seedDMS 4 rc1, but can't find the install document... thanks d RE: Version 2 blank /out/out.ViewFolder.php - steinm - 02-25-2013 (02-25-2013, 12:55 PM)damon_d Wrote: I have the seedDMS 4 rc1, but can't find the install document... Look at the README.md in the distribution. Uwe |