Can`t get access to the program.
Brought to you by:
tuxmonkey
I made i to the login site, bu thats it.
I can`t log in.
When i try to login i get a message saying incorrect
username or password.
Have cheked tha data base and all the data seems ok.
Have been useing PHPMyAdmin to check the database
and all seems ok
No one of the passwords works. Any ideea what`s
wrong.
I am close to giving up on this prog.
OS = win2k
Web server = Abyss web server X1
PHP and MySQL Latest download.
i have tryed too run the database script`s one more
time to see if thats the problem but no luck.
Mvh
Kjell Arne
Kjel@thomassen.cc
Logged In: YES
user_id=1000136
I also have this problem
Logged In: YES
user_id=1000136
I don't know if your problem was the same as mine but I
found that I had set the database type in the conf.php file to
MySQL but the system is case sensitive and should have been
mysql. - Good luck
Logged In: NO
Any solution yet for this ?
I have the samen problem
user admin and demo do not work with the given passwords
from the userguide!
Logged In: NO
Any solution yet for this ?
I have the samen problem
user admin and demo do not work with the given passwords
from the userguide!
Logged In: NO
I found a solution...
If you read the manual to fast it looks lke during the install
procedure you need to install only one SQL query...
Its 3 files ! One of them contains the user settings. So just
install all 3 files solved at least muy access problem!
Logged In: YES
user_id=79669
What version of PHP are you using? Also is your
register_globals setting turned on or off?
Logged In: YES
user_id=174121
IS this still a problem? looks liek it has been 4 months.
I ahve same prob with:
PHP 5
Apache 2
Win 2003 Server
Can't login and have
[11-06-2004 04:13pm] Unknown database type in init()
[11-06-2004 04:13pm] Unknown database type in query()
[11-06-2004 04:13pm] Invalid database result passed to
num_rows()
Erros in my DBI file.
Logged In: NO
In my config.php file, I HAVE to use "MySQL" for DB type, if
I use "mysql" I get this:
Fatal error: Call to undefined function mysql_connect() in
C:\issues\includes\classes\dbi.class.php on line 83
When I use 'MySQL' I get the following in my DBI log, prob
because it is setup to read out of 'mysql', but then I get
the above message:
[11-19-2004 11:20am] Unknown database type in init()
[11-19-2004 11:20am] Unknown database type in query()
[11-19-2004 11:20am] Invalid database result passed to
num_rows()
I'm running on IIS and mysql. Everything setup just fine,
but I tweaked the DB type after reading suggestions from
this forum. I cant login with demo/demo or admin/demo...I
just get the same login screen again, with the above errors.