View ProjeQtOr On SourceForge.net
ProjeQtOr - Project Management Tool
Supportez nous sur Capterra
OIN - Open Invention Network
ProjeQtOr free project management software - Version 4.0.0 : installation problem. First connection with admin / admin does not work. - Page 2 - ProjeQtOr

Prochaines Sessions

Les prochaines formations et démonstrations sont ouvertes, inscrivez-vous rapidement !

 

Démonstration de ProjeQtOr

(gratuit, sur inscription)
 

13 mai 2025 (10h30-12h)

5 juin 2025 (16h-17h30)

 
 

Planifiez avec ProjeQtOr

15 et 16 avril 2025 (9h-12h30)

14 et 15 mai 2025 (9h-12h30)

 
 

Administrez avec ProjeQtOr

23 et 24 avril (9h-12h30)

20 et 21 mai (9h-12h30)

 

 

 

Version 4.0.0 : installation problem. First connection with admin / admin does not work.

More
05 Nov 2013 23:49 - 06 Nov 2013 18:20 #7 by jstalewski
The problem with this is that the tables do not get defined.

I don't know if it's because the version in the SQL file for 4.0.0 says "version 3.5.0" in the comment block, or if it's because there's an error in the last ALTER TABLE (for the table "Meeting") where the last line says:
where refType='M  eeting';

... but that's what's wrong with a clean install of 4.0.0. The database is defined but no tables get defined.

<edit>
If you install and configure projector'ria 3.4.1 first, and then upgrade to projeqtor 4.0.0, the database tables will be defined; it is only when installing projeqtor 4.0.0 as a new, clean installation, where no previous versions were installed, do you have this problem where the tables do not get defined.

This is not an XAMP issue, by the way - mine happened on CentOS 6.4 64-bit using PostgreSQL rather than MySQL. (politics warning: I avoid MySQL as much as possible now that Oracle is playing games with it... and you'll probably find that's true of a lot of folks who use FOSS extensively)
</edit>
Last edit: 06 Nov 2013 18:20 by jstalewski. Reason: Additional information

Please Connexion or Create an account to join the conversation.

More
07 Nov 2013 19:13 #8 by babynus
Hi,

I'll have a quick look to this blocking issue.

Regards.
Babynus

Babynus
Administrator of ProjeQtOr web site

Please Connexion or Create an account to join the conversation.

More
07 Nov 2013 19:41 - 07 Nov 2013 19:47 #9 by babynus
Hi,

My mistake :oops:
Mea culpa, mea maxima culpa...
I will do penance and repent till the end of the world ...
.. or at least unti deployment of V4.0.1.

It is due to new encryption of login and password, not taken into account in clean new deployement.

The fix is to change line 24 to 29 in /tool/loginCheck.php :
if (! Sql::getDbVersion()) {
    if ($login=="admin" and $password=="admin") {
      include "../db/maintenance.php";
      exit;
    }
  }
with
if (! Sql::getDbVersion()) {
	$password=AesCtr::decrypt($password, $_SESSION['sessionSalt'], 256);
    if ($login=="admin" and $password=="admin") {
      include "../db/maintenance.php";
      exit;
    }
  }

Fixed file is also attached : unzip and put new file in /tool directory.

Sorry again for this enormous mistake :blush:

Regards.


Babynus

Babynus
Administrator of ProjeQtOr web site
Attachments:
Last edit: 07 Nov 2013 19:47 by babynus.
The following user(s) said Thank You: jstalewski

Please Connexion or Create an account to join the conversation.

More
07 Nov 2013 20:19 #10 by jstalewski
So the db update doesn't happen because it doesn't get past this logic block because of the encryption? Cool... Thanks for the fix!

What about the extra spaces in "M eeting" ? Won't that make the last bit in the 4.0.0 sql fail?

Please Connexion or Create an account to join the conversation.

More
07 Nov 2013 20:24 - 07 Nov 2013 20:25 #11 by babynus

So the db update doesn't happen because it doesn't get past this logic block because of the encryption?

Exactly

Extra space in "M eeting" has exactly no effect in a clean db.
It is just and update to position new "cancelled" tag for Meetings that would have set to default "cancelled status".

Babynus
Administrator of ProjeQtOr web site
Last edit: 07 Nov 2013 20:25 by babynus.

Please Connexion or Create an account to join the conversation.

More
08 Nov 2013 14:34 #12 by climb4fun
Hi Babynus,

I will take over the job of doing penance for you to free your valuable resource for developing ProjeQtOr. :lol:

Regards,

Klaus
The following user(s) said Thank You: babynus

Please Connexion or Create an account to join the conversation.

Moderators: babynusprotion
Time to create page: 0.084 seconds

Paramétrages de cookies

×

Cookies fonctionnels

Ce site utilise des cookies pour assurer son bon fonctionnement et ne peuvent pas être désactivés de nos systèmes. Nous ne les utilisons pas à des fins publicitaires. Si ces cookies sont bloqués, certaines parties du site ne pourront pas fonctionner.

Session

Veuillez vous connecter pour voir vos activités!

Autres cookies

Ce site web utilise un certain nombre de cookies pour gérer, par exemple, les sessions utilisateurs.