Search found 1 match

by Jweetje
Mon 17. May 2004, 13:58
Forum: phpwcms Installation Troubleshooting English
Topic: Login problem after installation
Replies: 23
Views: 7675

Same problem here... trying to login but I can't !
<?php

// database values
$phpwcms["db_host"] = "localhost";
$phpwcms["db_user"] = "******";
$phpwcms["db_pass"] = "******";
$phpwcms["db_table"] = "******";
$phpwcms["db_prepend"] = "";
$phpwcms["db_pers"] = 1;

// site values
$phpwcms["site ...