Csanyi Pal, 11.01.2014: > > 6. > Mahara Configuration > > cd /usr/share/mahara/htdocs/ > sudo cp config-dist.php config.php > sudo nano config.php > > <code> > $cfg = new stdClass();
Here you have "$cfg = new stdClass();" > > $cfg->dbtype = 'postgres'; > $cfg->dbhost = 'localhost'; > $cfg->dbport = null; > $cfg->dbname = 'mahara'; > $cfg->dbuser = 'mahara'; > $cfg->dbpass = 'SecretPassword'; > > $cfg->dbprefix = ''; > > $cfg = new stdClass(); I don't know about any of this software you're trying to set up... but is this second copy of "$cfg = new stdClass();" supposed to be here? -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

