[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Installing Mahara from source on Debian SID.



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?


Reply to: