Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Installation problem - external server (hosting) - Blank page
#1
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.
#2
(12-29-2009, 07:52 PM)jpa Wrote: 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.

That's

what is the error msg : your getting ?

I have upload the inc.Settings.php with the following changes:
(The full URL is http://www.example.com/dms)
var $_rootDir = "/var/www/html/example.com/letodms/";
var $_httpRoot = "/letodms/";
var $_contentDir "/var/www/html/example.com/letodms/dataletodms/";
//Path to adodb
var $_ADOdbPath = "/var/www/example.com/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";

i made some change to the settings.php. hope this helps

thanks

LetoDMS
#3
Thanks for the quick answer.
I have solved the problem....I made a stupid error which does not deserve to be mentioned...
/var/www/vhosts/example.com/httpdocs/letodms/ was ok.
Sorry.

Thank you very much.
#4
cool i guess i can close this thread.

thanks for using LetoDMS


Forum Jump:


Users browsing this thread: 1 Guest(s)