Page 1 of 1

Need a little help for apache

Posted: Thu 20. May 2004, 18:05
by macangelo
Hi,

I installed the wampp 2.2 package on a windows machine. I set up phpwcms - it seemed to work, all the database tables are created. But I can't login, I get: "Error while trying to connect to table """

In the conf.inc.php I have:
$phpwcms["db_table"] = "db_mwvi";
- is it here where I put my database name?

And last not least: What do I have to do with that wampp thing so that I can access the webserver via ftp (and set the permissions!)

Thanks a lot
Macangelo

Re: Need a little help for apache

Posted: Thu 20. May 2004, 18:18
by frold
macangelo wrote:Hi,

In the conf.inc.php I have:
$phpwcms["db_table"] = "db_mwvi";
- is it here where I put my database name?

Thanks a lot
Macangelo
Yes, and there is no need for a password and user is root

When I use miniserver I have these settings :
// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "root";
$phpwcms["db_pass"] = "";
$phpwcms["db_table"] = "jopa";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

Posted: Thu 20. May 2004, 22:22
by macangelo
Hi Frold,

somehow I found your answer only now. I'll try it next thing tomorrow!

Thanks a lot

Macangelo