Forum

[SOLVED] Connexion ...
 
Notifications
Retirer tout

[SOLVED] Connexion on Projeqtor after installation (incorrect id or password indication)

16 Posts
3 Utilisateurs
0 Reactions
8,993 Vu
(@jdi)
Posts: 9
Active Member
Début du sujet
 
[#5599]

Projeqtor version: V7.2.7
Xampp version: 7.2.12 / PHP 7.2.12
Windows 8.1 and 10

Hello,

I have recently dowloaded an placed my Projeqtor's installation in Xampp folder. When i launched the URL adress "http://localhost/projeqtor", I obtained the different elements of configuration from the database informations.

I had to correct the password database (i put it in blank) and 2 others parameters which were indicated in the resume i saw appear in the configuration screen. After validation, I was unable to connect to the Projeqtor application despite i changed the database password user in MySql dashboard (In Xamp Dashboar): incorrect id or password indication.

I do not understand exactly what is the problem because i restart numerous times apache, mysql and the computer without any success.

Thank you a lot for your help that i'm sure you will provide me.

Cordially,

Didier


 
Posté : 4 Déc PM 15:1212
(@babynus)
Posts: 14952
Membre Admin
 

If you change password to DB, you must change value in parameters.php


 
Posté : 4 Déc PM 17:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

When i change the password in the file parameters.php, projeqtor is not accessible. Impossible to put any credentials. Error messages.

When i let the parameters.php in the first version, i have the connection fields but the same problem to access.


 
Posté : 4 Déc PM 21:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

Is there a difference between the Data base credentials and the users in the resource's table ?

Data base credentials

root /

Users declared in table "resource":

admin / ****
guest /
*****


 
Posté : 4 Déc PM 21:1212
(@babynus)
Posts: 14952
Membre Admin
 

Yes, credential to DB is different from credentials of each user.

Credential to db is correct (otherwise you would not have access to login page)

Login for admin uses default password "admin".
If this does not work, try and update table "resource", line with id=1 and name='admin', set password='admin', crypto=null.
Then connect with admin/admin.


 
Posté : 4 Déc PM 23:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

Thank you for your answer but i updated the password using the sql console or editing directly the field password.

Despite i put "admin", this password doesn't work with user "admin". I'm desesperated...


 
Posté : 5 Déc AM 02:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

I used this command in SQL command from PhpMysql console :

UPDATE resource SET `password` = 'admin' WHERE `id`='1' AND `name`='admin';


 
Posté : 5 Déc AM 02:1212
(@babynus)
Posts: 14952
Membre Admin
 

You must also set crypto to null

UPDATE resource SET `password` = 'admin', crypto=null WHERE `id`='1' AND `name`='admin';

 
Posté : 5 Déc AM 11:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

The field crypto seems not existing. Look this error message i obtain executing SQL command you gave me:

Erreur

Requête SQL :

UPDATE resource SET `password` = 'admin', crypto=null WHERE `id`='1' AND `name`='admin'

MySQL a répondu : Documentation
#1054 - Champ 'crypto' inconnu dans field list


 
Posté : 5 Déc PM 14:1212
(@emmanoueli)
Posts: 9
Active Member
 

Excuse for my intervention, I have the exact same issue. I have changed the password to admin or to another value with no result. Login page continues to respond "Invalid login parameters"

What else should i check ?


 
Posté : 5 Déc PM 14:1212
(@babynus)
Posts: 14952
Membre Admin
 

Sure field crypto exists.
Try with

UPDATE resource SET `password` = 'admin', `crypto`=null WHERE `id`='1' AND `name`='admin'

 
Posté : 5 Déc PM 18:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

I tried this command without any success an other time. I have the same answer: the field dosn't exit 🙁


 
Posté : 5 Déc PM 20:1212
(@babynus)
Posts: 14952
Membre Admin
 

please show desc of table resource.


 
Posté : 5 Déc PM 21:1212
(@jdi)
Posts: 9
Active Member
Début du sujet
 

Structure of table 'resource' as you asked.


 
Posté : 5 Déc PM 21:1212
(@babynus)
Posts: 14952
Membre Admin
 

This structure is valide for version ... V2.0.0
So your setup was not complete.


 
Posté : 5 Déc PM 23:1212
Page 1 / 2
Share:
Retour en haut