Moodle blank screens under expert account for Lycos

Moodle blank screens under expert account for Lycos

by Christian Bokhove -
Number of replies: 1

I read quite a few posts about lycos, but none with the exact same problem. I uploaded all the files, but now I only get white, blank screens when I try to access the moodle php files. Any ideas? I use ftp.bokhove.net

$CFG->dbtype = "mysql"; // mysql or postgres7 (for now)

$CFG->dbhost = "localhost"; // eg localhost or db.isp.com

$CFG->dbname = "bokhove_net_1"; // database name, eg moodle

$CFG->dbuser = "smclearn"; // your database username

$CFG->dbpass = "xxxxxxx"; // your database password

$CFG->prefix = "mdl_"; // Prefix to use for all table names

$CFG->wwwroot = http://www.bokhove.net/moodle;

$CFG->dirroot = "/moodle";

$CFG->dataroot = "/data";

Grtzs

Christian Bokhove

Average of ratings: -