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 debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20140111221952.gb15...@cs.utexas.edu