Page 1 of 1

admin login trouble!!!

Posted: Sat 29. Nov 2003, 21:09
by thangdong
Hi all,
After finishing setup phpwcms, I login admin area and the problem appeared. When I type the wrong passord It appear "Error during login". But when I type in the right password I return me to the default login page. What I have to do?

Posted: Sat 29. Nov 2003, 22:38
by frold
well you have to set the site path

// site values
$phpwcms["site"] = "http://localhost/";

find in include/inc_conf/conf.inc.php

Posted: Sun 30. Nov 2003, 11:36
by LoTRaC
hi

i got the same problem until i saw that i hadn't checked 'create all tables' during setup. when you don't check this, the setup doesn't create the tables in the database and your login information can't be saved. maybe you have the same problem.

greets
LoTRaC

Posted: Sun 30. Nov 2003, 14:58
by thangdong
I follow all the setup instruction. I found 22 phpwcms tables in MySQL database, 1 user "admin" profile. I try reinstalling many times but still receive the same result. So what wrong I've made?