Page 1 of 1

Another site embedded

Posted: Thu 22. Feb 2007, 22:01
by ezjurgen
A customers phpwcms I just got online again still has a problem

He cannot view the second wcms... He created a subfolder in the root, and installed a new installation phpwcms.

Now I want to now:

I changed the conf.inc.php as with the root site but this does not work here;
I added _SERVER['DOCUMENT_ROOT'] = 'D:\\inetpub\\vhosts\\domain.com\\httpdocs'; in the conf page of the root phpwcsm so I figured I do the same for the conf.inc.php in the subfolder install but like
_SERVER['DOCUMENT_ROOT'] = 'D:\\inetpub\\vhosts\\domain.com\\httpdocs\\subfolder';
that does not work

Any idea's, I get redirectoed to the http://www.phpwcms.de/dbdown.php page...

I also want to check the username for Mysql, it seems to be 'bullied' for the root install, how can I check the php files for this? is this username by default. Then what would the password be? if not, where can I find it?

thanks,

Posted: Wed 28. Feb 2007, 00:29
by Oliver Georgi
$phpwcms['root'] = 'subfolder';

do not use backslash \ for paths - simple slash is working too.

If you are redirected to dbdown.php your db access information are not valid.

Oliver