Need a little help for apache

Please post all install related problems here. Visit this forum first for troubleshooting.
Post Reply
macangelo
Posts: 756
Joined: Sat 29. Nov 2003, 14:19
Location: Düsseldorf
Contact:

Need a little help for apache

Post 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
frold
Posts: 2151
Joined: Tue 25. Nov 2003, 22:42

Re: Need a little help for apache

Post 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;
http://www.studmed.dk Portal for doctors and medical students in Denmark
macangelo
Posts: 756
Joined: Sat 29. Nov 2003, 14:19
Location: Düsseldorf
Contact:

Post by macangelo »

Hi Frold,

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

Thanks a lot

Macangelo
Post Reply