12-29-2009, 07:52 PM
I am trying to install LetoDMS in an external server. I have done it successfully in a local server but when I upload it to the external server (hosting) I can not make it work. I get a blank page.
I have done the following:
I have successfully (apparently) created a database and a user in the server. I have successfully (apparently) created the tables following the install.txt. I have dowloaded the latest adodb and I have included it.
I have upload the inc.Settings.php with the following changes:
(The full URL is www.example.com/dms)
var $_rootDir = "/var/www/vhosts/example.com/httpdocs/letodms/";
var $_httpRoot = "/letodms/";
var $_contentDir "/var/www/vhosts/example.com/httpdocs/letodms/dataletodms/";
//Path to adodb
var $_ADOdbPath = "/var/www/vhosts/example.com/httpdocs/letodms/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 = "databasename";
//username for database-access
var $_dbUser = "username";
//password for database-access
var $_dbPass = "password";
Please, I need some help if possible.
Thank you very much in advance.
I have done the following:
I have successfully (apparently) created a database and a user in the server. I have successfully (apparently) created the tables following the install.txt. I have dowloaded the latest adodb and I have included it.
I have upload the inc.Settings.php with the following changes:
(The full URL is www.example.com/dms)
var $_rootDir = "/var/www/vhosts/example.com/httpdocs/letodms/";
var $_httpRoot = "/letodms/";
var $_contentDir "/var/www/vhosts/example.com/httpdocs/letodms/dataletodms/";
//Path to adodb
var $_ADOdbPath = "/var/www/vhosts/example.com/httpdocs/letodms/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 = "databasename";
//username for database-access
var $_dbUser = "username";
//password for database-access
var $_dbPass = "password";
Please, I need some help if possible.
Thank you very much in advance.