LetoDMS Community Forum
Installation problem - external server (hosting) - Blank page - 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 - external server (hosting) - Blank page (/showthread.php?tid=4)



Installation problem - external server (hosting) - Blank page - jpa - 12-29-2009

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.


RE: Installation problem - external server (hosting) - Blank page - administrator - 12-29-2009

(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


RE: Installation problem - external server (hosting) - Blank page - jpa - 12-30-2009

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.


RE: Installation problem - external server (hosting) - Blank page - administrator - 12-30-2009

cool i guess i can close this thread.

thanks for using LetoDMS