Search found 6 matches

by beerka
Mon 9. Jan 2006, 18:47
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

local
Windows XP
Apache/2.0.55
PHP/5.1.1
mysql 5.0
by beerka
Mon 9. Jan 2006, 18:21
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

with everything default:

- use default admin username and password and check the create admin checkbox

I get this error on the top:
"Check your admin user name and password!"

Ok i tried to set/unset 'use persistent db con' .
But i always get "Check your admin user name and password!"
at the 2 ...
by beerka
Mon 9. Jan 2006, 17:28
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

1.
- permissions are set properly (script creates the tables)

2. Ok iam a newbie:) But i dont understand it:

i modified the step2.php, because i always get this on that page:
"Check your admin user name and password!".

So the step2.php

[...]
if($err) echo "<p class=\"error\"><b>Check your admin ...
by beerka
Fri 6. Jan 2006, 15:58
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

Ok i dowloaded it.
Delete the old dir, copy the new ...
Delete the database...

The problem is the same, because php code is the same when
it wants to create the admin account, and the user table structure
is the same, there are fields with not null, but with no default value,
which is missing from ...
by beerka
Fri 6. Jan 2006, 13:20
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

mysql 5.0
phpwcms 1.2.5

Problem is:

user table:

CREATE TABLE `phpwcms_user` (
`usr_id` int(11) NOT NULL auto_increment,
`usr_login` varchar(30) NOT NULL default '',
`usr_pass` varchar(255) NOT NULL default '',
`usr_email` varchar(150) NOT NULL default '',
`usr_tstamp` timestamp(14) NOT NULL ...
by beerka
Thu 5. Jan 2006, 15:06
Forum: phpwcms Installation Troubleshooting English
Topic: problem with admin username/password creation
Replies: 18
Views: 11243

Hi!

Thats my problem too. Drupal is working with the mysql properly.
I checked the database, the tables are made by setup. If i check the checkbox to create the admin user, i got this error message:

"check your admin username and password. "

Why?

That's why:
-------------
step2.inc.php ...