Problem with accounts + password Problem with accounts + password
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Problem with accounts + password

Started by StookerT, December 25, 2003, 08:35:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

StookerT

Hi there,

I got a problem after installing coppermine, I can't log in  :cry:

After getting throught the install.php it says: Ready for use, you can login. And I use the exact same names and passwords as I used at the install screen.

Anybody knows what my problem is ?

Casper

Have you access to the database, via phpMyAdmin, or similar.

If so, open the _users table, and browse to your name.  If this is a new install, there should only be your name.

Check what is has for your user_name and user_password, amend if required, then use that to log in.

Good luck
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

StookerT

Tried that,

But I get the: "Couldn't login" screen  :cry:

StookerT

This is the info from my admin screen from the host:

Connection Strings
Perl $dbh = DBI->connect("DBI:mysql:stooker_Test:localhost","stooker_Test","<PASSWORD HERE>");
PHP $dbh=mysql_connect ("localhost", "stooker_Test", "<PASSWORD HERE>") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("stooker_Test");  
JDBC (may not be available) <%@ page import="java.sql.*" %>
               Connection connection = null;
               Class.forName("org.gjt.mm.mysql.Driver").newInstance();
               connection = DriverManager.getConnection(
                  "jdbc:mysql://localhost/stooker_Test?user=stooker_Test&password=<PASSWORD HERE>");
 
------------------------------------
After clean install I can't log in with the same info I put in the install.php screen.


And still I couldn't log in seem like the database has no connection or what ?

Casper

I may be missing something else simple, but it is telling you your username is 'stooker_Test', not just 'Test'.

Try logging on filling in the username as 'stooker_Test'
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

you mustn't show your mySQL database username and password in public, modify your above posting!

GauGau